From dbe598e194fc4a80be5d4465291c25492ceb2abe Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 12 May 2016 02:00:41 +0200 Subject: [PATCH] Bump jquery-rails --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 53ca78a2c..0efb06d5a 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ gem "entypo-rails", "2.2.3" gem "backbone-on-rails", "1.2.0.0" gem "handlebars_assets", "0.23.0" -gem "jquery-rails", "4.1.0" +gem "jquery-rails", "4.1.1" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.1.0" gem "js-routes", "1.2.4" diff --git a/Gemfile.lock b/Gemfile.lock index 55e4b6e4c..b6695f2e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -421,8 +421,8 @@ GEM rake jasmine-core (2.4.1) jasmine-jquery-rails (2.0.3) - jquery-rails (4.1.0) - rails-dom-testing (~> 1.0) + jquery-rails (4.1.1) + rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) @@ -843,7 +843,7 @@ DEPENDENCIES i18n-inflector-rails (= 1.0.7) jasmine (= 2.4.0) jasmine-jquery-rails (= 2.0.3) - jquery-rails (= 4.1.0) + jquery-rails (= 4.1.1) jquery-ui-rails (= 5.0.5) js-routes (= 1.2.4) js_image_paths (= 0.1.0)