Bump jbuilder from 2.11.2 to 2.11.3

Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.2 to 2.11.3.
- [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.11.2...v2.11.3)

---
updated-dependencies:
- dependency-name: jbuilder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-15 05:18:37 +00:00
committed by Ryan Williams
parent 93e9d81417
commit 2956630d39
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ gem 'turbo-rails', '>= 0.7.11'
gem 'stimulus-rails', '>= 0.4.0' gem 'stimulus-rails', '>= 0.4.0'
# Build JSON APIs with ease [https://github.com/rails/jbuilder] # Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder', '~> 2.7' gem 'jbuilder', '~> 2.11'
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.5' gem 'redis', '~> 4.5'
+2 -2
View File
@@ -84,7 +84,7 @@ GEM
io-console (0.5.9) io-console (0.5.9)
irb (1.3.7) irb (1.3.7)
reline (>= 0.2.7) reline (>= 0.2.7)
jbuilder (2.11.2) jbuilder (2.11.3)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
loofah (2.12.0) loofah (2.12.0)
crass (~> 1.0.2) crass (~> 1.0.2)
@@ -221,7 +221,7 @@ DEPENDENCIES
bundler-audit bundler-audit
debug (>= 1.0.0) debug (>= 1.0.0)
importmap-rails (>= 0.3.4) importmap-rails (>= 0.3.4)
jbuilder (~> 2.7) jbuilder (~> 2.11)
pg (~> 1.1) pg (~> 1.1)
puma (~> 5.5) puma (~> 5.5)
rails (~> 7.0.0.alpha2) rails (~> 7.0.0.alpha2)