Skip to content

Commit

Permalink
Bump jbuilder from 2.11.5 to 2.12.0 (#705)
Browse files Browse the repository at this point in the history
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.5 to 2.12.0.
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.11.5...v2.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent ee98601 commit 11d652e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,7 @@ gem 'draper', '~> 4.0', '>= 4.0.1'
gem 'flipper', '~> 1.3.0'
gem 'flipper-active_record', '~> 1.3.0'
gem 'flipper-ui', '~> 1.3.0'
gem 'jbuilder', '~> 2.10'
gem 'jbuilder', '~> 2.12'
gem 'jsbundling-rails', '~> 1.3'
gem 'lograge', '~> 0.14'
gem 'newrelic_rpm', '~> 9.9'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -290,7 +290,7 @@ GEM
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
Expand Down Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
flipper-active_record (~> 1.3.0)
flipper-ui (~> 1.3.0)
i18n-tasks (~> 1.0.13)
jbuilder (~> 2.10)
jbuilder (~> 2.12)
jsbundling-rails (~> 1.3)
knapsack (~> 4.0)
letter_opener (~> 1.10)
Expand Down

0 comments on commit 11d652e

Please sign in to comment.