Skip to content

Commit

Permalink
Merge pull request #3267 from DFE-Digital/dependabot/bundler/jbuilder…
Browse files Browse the repository at this point in the history
…-2.13.0

Bump jbuilder from 2.12.0 to 2.13.0
  • Loading branch information
asmega authored Oct 3, 2024
2 parents 1293079 + c47bc70 commit 11ecfac
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.12"
gem "jbuilder", "~> 2.13"
# 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 @@ -234,7 +234,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jbuilder (2.12.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
Expand Down Expand Up @@ -291,12 +291,12 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (6.1.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
govuk-components
govuk_design_system_formbuilder (~> 5.4.0)
httpclient
jbuilder (~> 2.12)
jbuilder (~> 2.13)
jwt
launchy
listen (>= 3.0.5, < 3.10)
Expand Down

0 comments on commit 11ecfac

Please sign in to comment.