From c98598b8bccf46580df8c0e0fbe4b5b96cd4cb25 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 28 Jun 2021 00:08:33 +0200 Subject: [PATCH] Bump js-routes --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 485776112..178fed2d8 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem "entypo-rails", "3.0.0" gem "handlebars_assets", "0.23.9" gem "jquery-rails", "4.4.0" -gem "js-routes", "1.4.9" +gem "js-routes", "1.4.14" gem "js_image_paths", "0.1.1" source "https://gems.diasporafoundation.org" do diff --git a/Gemfile.lock b/Gemfile.lock index 8cf88a85b..321dc4c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,9 +358,8 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - js-routes (1.4.9) + js-routes (1.4.14) railties (>= 4) - sprockets-rails js_image_paths (0.1.1) rails (>= 4.0, < 6.0) sprockets (>= 3.0.0) @@ -839,7 +838,7 @@ DEPENDENCIES jasmine (= 3.7.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.4.0) - js-routes (= 1.4.9) + js-routes (= 1.4.14) js_image_paths (= 0.1.1) json (= 2.3.0) json-schema (= 2.8.1)