diff --git a/Gemfile b/Gemfile index a24fd281c..e15977f96 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'graphql' gem 'honeybadger', '~> 5.2' gem 'httparty' gem 'jquery-rails', '~> 4.5' -gem 'json-schema', '~> 2.8' +gem 'json-schema', '~> 4.1' gem 'librato-metrics', '~> 2.1.2' gem 'lograge' gem 'mime-types' diff --git a/Gemfile.lock b/Gemfile.lock index a8d7285a0..af335ae6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) aggregate (0.2.3) ast (2.4.2) aws-eventstream (1.2.0) @@ -232,8 +232,8 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json-schema (2.8.1) - addressable (>= 2.4) + json-schema (4.1.1) + addressable (>= 2.8) jsonapi-renderer (0.2.2) jwt (1.5.6) kaminari (1.2.2) @@ -341,7 +341,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (5.0.3) puma (6.3.1) nio4r (~> 2.0) pundit (2.3.0) @@ -549,7 +549,7 @@ DEPENDENCIES honeybadger (~> 5.2) httparty jquery-rails (~> 4.5) - json-schema (~> 2.8) + json-schema (~> 4.1) librato-metrics (~> 2.1.2) listen (~> 3.8) lograge