Bump jbuilder from 2.10.1 to 2.11.1 (#12406)
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.10.1 to 2.11.1. - [Release notes](https://github.com/rails/jbuilder/releases) - [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jbuilder/compare/v2.10.1...v2.11.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
377439fea3
commit
20bf3883b6
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -50,7 +50,7 @@ gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X
|
|||
gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy
|
||||
gem "imgproxy", "~> 1.2" # 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.10" # Create JSON structures via a Builder-style DSL
|
||||
gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL
|
||||
gem "jquery-rails", "~> 4.4" # A gem to automate using jQuery with Rails
|
||||
gem "jsonapi-serializer", "~> 2.1" # Serializer for Ruby objects
|
||||
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
|
||||
|
|
|
|||
|
|
@ -398,7 +398,7 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
ipaddress (0.8.3)
|
||||
jbuilder (2.10.1)
|
||||
jbuilder (2.11.1)
|
||||
activesupport (>= 5.0.0)
|
||||
jquery-fileupload-rails (0.4.7)
|
||||
actionpack (>= 3.1)
|
||||
|
|
@ -901,7 +901,7 @@ DEPENDENCIES
|
|||
hypershield (~> 0.2.2)
|
||||
imgproxy (~> 1.2)
|
||||
inline_svg (~> 1.7)
|
||||
jbuilder (~> 2.10)
|
||||
jbuilder (~> 2.11)
|
||||
jquery-rails (~> 4.4)
|
||||
jsonapi-serializer (~> 2.1)
|
||||
kaminari (~> 1.2)
|
||||
|
|
|
|||
BIN
vendor/cache/jbuilder-2.10.1.gem
vendored
BIN
vendor/cache/jbuilder-2.10.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/jbuilder-2.11.1.gem
vendored
Normal file
BIN
vendor/cache/jbuilder-2.11.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue