Skip to content

Commit

Permalink
Bump jbuilder from 2.12.0 to 2.13.0 in the ruby-minor-production group
Browse files Browse the repository at this point in the history
Bumps the ruby-minor-production group with 1 update: [jbuilder](https://github.com/rails/jbuilder).


Updates `jbuilder` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.12.0...v2.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent e2fbb48 commit 2a992da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'rails', '6.1.7.8'
gem 'jbuilder', '~> 2.12'
gem 'jbuilder', '~> 2.13'
gem 'bootsnap', '~> 1.18', require: false # Large rails application booting enhancer
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby
gem 'puma', '~> 5.6'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n_data (0.16.0)
simple_po_parser (~> 1.1)
Expand All @@ -232,7 +232,7 @@ GEM
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
js-routes (2.2.8)
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
httparty (~> 0.22.0)
i18n-js (~> 3.8)!
image_processing (~> 1.13.0)
jbuilder (~> 2.12)
jbuilder (~> 2.13)
js-routes
kaminari
listen
Expand Down

0 comments on commit 2a992da

Please sign in to comment.