Skip to content

Commit

Permalink
build(deps): bump jbuilder from 2.12.0 to 2.13.0
Browse files Browse the repository at this point in the history
Bumps [jbuilder](https://github.com/rails/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent f762496 commit a39faf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.12'
gem 'jbuilder', '~> 2.13'
gem 'jquery-rails'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GEM
activesupport (>= 6.1)
hiredis (0.6.3)
htmlentities (4.3.4)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -164,7 +164,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)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -193,7 +193,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -436,7 +436,7 @@ DEPENDENCIES
factory_bot_rails
hiredis
image_processing (~> 1.13)
jbuilder (~> 2.12)
jbuilder (~> 2.13)
jquery-rails
letter_opener
listen (~> 3.9)
Expand Down

0 comments on commit a39faf6

Please sign in to comment.