Bump js-routes

This commit is contained in:
Benjamin Neff 2021-11-06 01:21:01 +01:00
parent 9548a3645c
commit fef6380721
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 5 additions and 3 deletions

View file

@ -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.14"
gem "js-routes", "2.1.2"
gem "js_image_paths", "0.1.1"
source "https://gems.diasporafoundation.org" do

View file

@ -361,7 +361,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
js-routes (1.4.14)
js-routes (2.1.2)
railties (>= 4)
js_image_paths (0.1.1)
rails (>= 4.0, < 6.0)
@ -837,7 +837,7 @@ DEPENDENCIES
jasmine (= 3.10.0)
jasmine-jquery-rails (= 2.0.3)
jquery-rails (= 4.4.0)
js-routes (= 1.4.14)
js-routes (= 2.1.2)
js_image_paths (= 0.1.1)
json (= 2.3.0)
json-schema (= 2.8.1)

View file

@ -3,4 +3,6 @@
JsRoutes.setup do |config|
config.camel_case = true
config.compact = true
config.module_type = nil
config.namespace = "Routes"
end