From cce910000f4fad90de496d8a6567d54858ce41a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 19 Sep 2015 18:19:40 +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 1d7d65693..b541e8910 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem "handlebars_assets", "0.20.2" gem "jquery-rails", "4.0.5" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.0.2" -gem "js-routes", "1.1.1" +gem "js-routes", "1.1.2" 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 ae1d1b799..0a0027bf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -437,7 +437,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - js-routes (1.1.1) + js-routes (1.1.2) railties (>= 3.2) sprockets-rails js_image_paths (0.0.2) @@ -845,7 +845,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.0.5) jquery-ui-rails (= 5.0.5) - js-routes (= 1.1.1) + js-routes (= 1.1.2) js_image_paths (= 0.0.2) jshintrb (= 0.3.0) json (= 1.8.3)