Skip to content

Commit

Permalink
Bump jbuilder from 2.11.5 to 2.12.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent d9083dc commit e8f89d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "terser"
# gem 'mini_racer', platforms: :ruby

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.11"
gem "jbuilder", "~> 2.12"
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
dotenv-rails (3.1.2)
dotenv (= 3.1.2)
railties (>= 6.1)
erubi (1.12.0)
erubi (1.13.0)
et-orbi (1.2.7)
tzinfo
ethon (0.16.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
Expand Down Expand Up @@ -283,10 +283,10 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
notifications-ruby-client (6.1.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -561,7 +561,7 @@ DEPENDENCIES
foreman
govuk_design_system_formbuilder (~> 5.3.2)
httpclient
jbuilder (~> 2.11)
jbuilder (~> 2.12)
jwt
launchy
lefthook
Expand Down

0 comments on commit e8f89d9

Please sign in to comment.