From abedbf10bdf22d0ae9ab43e91c577ae124682621 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:21:14 +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 3a8a18c0a..9b6b57f8d 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem "handlebars_assets", "0.23.9" gem "jquery-rails", "4.5.0" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.2.0" -gem "js-routes", "2.2.4" +gem "js-routes", "2.2.5" # Localization diff --git a/Gemfile.lock b/Gemfile.lock index 8453c3ddd..5604d1b95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,7 +382,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - js-routes (2.2.4) + js-routes (2.2.5) railties (>= 4) js_image_paths (0.2.0) rails (>= 4.0, < 8.0) @@ -831,7 +831,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.5.0) jquery-ui-rails (= 5.0.5) - js-routes (= 2.2.4) + js-routes (= 2.2.5) js_image_paths (= 0.2.0) json (= 2.6.3) json-schema (= 4.0.0)