From f6bd959c4cca11ba6ef0b225d340393d81726dc9 Mon Sep 17 00:00:00 2001 From: farhatahmad <35435341+farhatahmad@users.noreply.github.com> Date: Mon, 8 Jul 2019 09:08:39 -0400 Subject: [PATCH] GRN2-135: Limit Jquery version in Gemfile (#610) * Limit Jquery version in Gemfile * Fixed issue with lock file --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9c89ebf4..1dfe1cd1 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'coffee-rails', '~> 4.2' gem 'mini_racer', platforms: :ruby # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '~> 4.3.3' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 322fc1cf..71ccf81e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,7 +334,7 @@ DEPENDENCIES health_check http_accept_language jbuilder (~> 2.5) - jquery-rails + jquery-rails (~> 4.3.3) listen (~> 3.0.5) mini_racer omniauth