Bump js-routes from 2.1.2 to 2.2.0 (#15845)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5b162d42b6
commit
98e97e7aa8
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -52,7 +52,7 @@ gem "i18n-js", "~> 3.9.0" # Helps with internationalization in Rails.
|
|||
gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your images
|
||||
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
|
||||
gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL
|
||||
gem "js-routes", "~> 2.1" # Brings Rails named routes to javascript
|
||||
gem "js-routes", "~> 2.2" # Brings Rails named routes to javascript
|
||||
gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
|
||||
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
|
||||
gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
|
||||
|
|
|
|||
|
|
@ -422,7 +422,7 @@ GEM
|
|||
actionpack (>= 3.1)
|
||||
railties (>= 3.1)
|
||||
sass (>= 3.2)
|
||||
js-routes (2.1.2)
|
||||
js-routes (2.2.0)
|
||||
railties (>= 4)
|
||||
json (2.5.1)
|
||||
jsonapi-serializer (2.2.0)
|
||||
|
|
@ -974,7 +974,7 @@ DEPENDENCIES
|
|||
imgproxy (~> 2.0)
|
||||
inline_svg (~> 1.7)
|
||||
jbuilder (~> 2.11)
|
||||
js-routes (~> 2.1)
|
||||
js-routes (~> 2.2)
|
||||
jsonapi-serializer (~> 2.2)
|
||||
kaminari (~> 1.2)
|
||||
katex (~> 0.8.0)
|
||||
|
|
|
|||
BIN
vendor/cache/js-routes-2.1.2.gem
vendored
BIN
vendor/cache/js-routes-2.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/js-routes-2.2.0.gem
vendored
Normal file
BIN
vendor/cache/js-routes-2.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue