diff --git a/Gemfile b/Gemfile index 2fa2b0c1..830137e4 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem 'bootsnap', '>= 1.1.0', require: false # Performance improvements using native extensions gem 'escape_utils', '~> 1.3' gem 'fast_blank', '~> 1.0' -gem 'oj', '~> 3.14' +gem 'oj', '~> 3.16' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 59fc1d47..a4120827 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) - oj (3.14.2) + oj (3.16.1) omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) @@ -517,7 +517,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.9) lograge (~> 0.12.0) minitest-retry (~> 0.2.2) - oj (~> 3.14) + oj (~> 3.16) omniauth-camdram (~> 1.0) omniauth-rails_csrf_protection (~> 0.1.2) os (~> 1.1)