diff --git a/Gemfile b/Gemfile index ca4d58e6875d0b916538df5ba21b82f1020612c2..2ffba2886b6458ecfd62ff74d15843e61897695e 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'entypo-rails', '2.2.2' gem 'backbone-on-rails', '1.1.1' gem 'handlebars_assets', '0.17.1' -gem 'jquery-rails', '3.1.1' +gem 'jquery-rails', '3.1.2' gem 'rails-assets-jquery', '1.11.1' # Should be kept in sync with jquery-rails gem 'js_image_paths', '0.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index c3737e6886406dec5c619f4caa1d2a0f75729962..d85ad392f70e76aeab1210d6ae224b65dc45e73c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM rake jasmine-core (2.0.2) jasmine-jquery-rails (2.0.3) - jquery-rails (3.1.1) + jquery-rails (3.1.2) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) jquery-ui-rails (4.2.1) @@ -537,7 +537,7 @@ DEPENDENCIES i18n-inflector-rails (= 1.0.7) jasmine (= 2.0.2) jasmine-jquery-rails (= 2.0.3) - jquery-rails (= 3.1.1) + jquery-rails (= 3.1.2) js_image_paths (= 0.0.1) json (= 1.8.1) markerb (= 1.0.2)