diff --git a/Gemfile b/Gemfile index 68fd5d6d0..7899199df 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'i18n' gem 'image_processing' gem 'importmap-rails' gem 'jbuilder' -gem 'json', '~> 2.21.2' +gem 'json', '~> 3.0.1' gem 'kaminari' gem 'omniauth-rails_csrf_protection', '~> 2.0.1' gem 'omniauth-rpi', diff --git a/Gemfile.lock b/Gemfile.lock index 3c8fa0f09..0c059b939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.21.2) + json (3.0.1) jwt (2.10.3) base64 kaminari (1.2.2) @@ -596,7 +596,7 @@ DEPENDENCIES image_processing importmap-rails jbuilder - json (~> 2.21.2) + json (~> 3.0.1) kaminari omniauth-rails_csrf_protection (~> 2.0.1) omniauth-rpi!