From 04c545ef7d363e7e581a52441163e895f3cba2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:57:39 +0100 Subject: [PATCH] update js-routes to 1.4.9 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 731d01523..7f0e295d4 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem "entypo-rails", "3.0.0" gem "handlebars_assets", "0.23.8" gem "jquery-rails", "4.3.5" -gem "js-routes", "1.4.7" +gem "js-routes", "1.4.9" gem "js_image_paths", "0.1.1" source "https://gems.diasporafoundation.org" do diff --git a/Gemfile.lock b/Gemfile.lock index c5e5ab643..e6d40ec69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - js-routes (1.4.7) + js-routes (1.4.9) railties (>= 4) sprockets-rails js_image_paths (0.1.1) @@ -833,7 +833,7 @@ DEPENDENCIES jasmine (= 3.5.1) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.3.5) - js-routes (= 1.4.7) + js-routes (= 1.4.9) js_image_paths (= 0.1.1) json (= 2.3.0) json-schema (= 2.8.1)