Skip to content

Commit

Permalink
⬆️ Bump json from 2.8.2 to 2.9.0 (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 1a37493 commit 0d2405f
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 @@ -73,7 +73,7 @@ gem "sass-rails", "~> 6.0", ">= 6.0.0"
gem "terser", "~> 1.2"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "bootstrap", "5.2.3"
gem "json", "~> 2.8" # Legacy carry-over
gem "json", "~> 2.9" # Legacy carry-over

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.8.2)
json (2.9.0)
jwt (2.9.3)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -647,7 +647,7 @@ DEPENDENCIES
i18n-tasks (~> 1.0.14)
invisible_captcha (~> 2.3)
jbuilder
json (~> 2.8)
json (~> 2.9)
kaminari (~> 1.2)
kramdown
listen
Expand Down

0 comments on commit 0d2405f

Please sign in to comment.