Skip to content

Commit

Permalink
Bump jbuilder from 2.12.0 to 2.13.0 (#648)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8426da1 commit 75d0813
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 @@ -24,7 +24,7 @@ gem "stimulus-rails"
gem "rollbar"

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.12"
gem "jbuilder", "~> 2.13"

# Use ActiveStorage variant
gem "image_processing", "~> 1.13"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
irb (1.14.1)
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 @@ -383,7 +383,7 @@ DEPENDENCIES
cssbundling-rails
htmlentities
image_processing (~> 1.13)
jbuilder (~> 2.12)
jbuilder (~> 2.13)
jsbundling-rails
listen (>= 3.0.5, < 3.10)
mysql2 (~> 0.5.6)
Expand Down

0 comments on commit 75d0813

Please sign in to comment.