diff --git a/Gemfile b/Gemfile index 252c30bb1..82056007c 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem "handlebars_assets", "0.20.1" gem "jquery-rails", "4.0.3" gem "jquery-ui-rails", "5.0.3" gem "js_image_paths", "0.0.2" -gem "js-routes", "1.0.0" +gem "js-routes", "1.0.1" source "https://rails-assets.org" do gem "rails-assets-jquery", "1.11.2" # Should be kept in sync with jquery-rails diff --git a/Gemfile.lock b/Gemfile.lock index 73fabc6e9..7b9383b21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.3) railties (>= 3.2.16) - js-routes (1.0.0) + js-routes (1.0.1) railties (>= 3.2) sprockets-rails js_image_paths (0.0.2) @@ -751,7 +751,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.0.3) jquery-ui-rails (= 5.0.3) - js-routes (= 1.0.0) + js-routes (= 1.0.1) js_image_paths (= 0.0.2) jshintrb (= 0.3.0) json (= 1.8.2)