diff --git a/Gemfile b/Gemfile index 89d0bd2..c29bc61 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "jbuilder" gem "bootstrap", "~> 5.3.3" gem "jquery-rails" gem "sassc-rails" -gem "json", "~> 2.10", ">= 2.10.2" +gem "json", "~> 2.11" gem "pg" group :development, :test do gem "dotenv-rails", "~> 2.7" # use 2.7 to avoid the removed `instrumenter=` method diff --git a/Gemfile.lock b/Gemfile.lock index e2fa0cc..de444cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.10.2) + json (2.11.3) kamal (1.9.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -414,7 +414,7 @@ DEPENDENCIES importmap-rails jbuilder jquery-rails - json (~> 2.10, >= 2.10.2) + json (~> 2.11) kamal pg propshaft