Skip to content

Commit

Permalink
build(deps): 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 and just806me committed Aug 31, 2024
1 parent e20aa42 commit d5bb0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'dotenv-rails'
gem 'draper'
gem 'hiredis'
gem 'image_processing', '~> 1.13'
gem 'jbuilder', '~> 2.11'
gem 'jbuilder', '~> 2.12'
gem 'jquery-rails'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GEM
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -437,7 +437,7 @@ DEPENDENCIES
factory_bot_rails
hiredis
image_processing (~> 1.13)
jbuilder (~> 2.11)
jbuilder (~> 2.12)
jquery-rails
letter_opener
listen (~> 3.9)
Expand Down

0 comments on commit d5bb0cd

Please sign in to comment.