From 93afbb924c4dfb294254ed8ee3cc12462701084e Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 12 May 2016 02:02:58 +0200 Subject: [PATCH] Bump js-routes --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0efb06d5a..e774264cf 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem "handlebars_assets", "0.23.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" +gem "js-routes", "1.2.5" source "https://rails-assets.org" do gem "rails-assets-jquery", "1.12.0" # Should be kept in sync with jquery-rails diff --git a/Gemfile.lock b/Gemfile.lock index b6695f2e8..75419b00a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -427,7 +427,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - js-routes (1.2.4) + js-routes (1.2.5) railties (>= 3.2) sprockets-rails js_image_paths (0.1.0) @@ -845,7 +845,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.1.1) jquery-ui-rails (= 5.0.5) - js-routes (= 1.2.4) + js-routes (= 1.2.5) js_image_paths (= 0.1.0) jshintrb (= 0.3.0) json (= 1.8.3)