diff --git a/Gemfile b/Gemfile index 0e3091395056..0f494c3eebf5 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index cd1629cfd8cd..ba4c857cd991 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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