diff --git a/Gemfile b/Gemfile index 148f060d9..b0180a904 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'graphql' gem 'honeybadger', '~> 4.12' gem 'httparty' gem 'jquery-rails', '~> 4.4' -gem 'json-schema', '~> 2.8' +gem 'json-schema', '~> 3.0' gem 'librato-metrics', '~> 2.1.2' gem 'lograge' gem 'mime-types' diff --git a/Gemfile.lock b/Gemfile.lock index 04ea07089..e3b8f2791 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,8 +188,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 (3.0.0) + addressable (>= 2.8) jwt (1.5.6) kaminari (1.2.1) activesupport (>= 4.1.0) @@ -284,7 +284,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) pundit (2.2.0) @@ -482,7 +482,7 @@ DEPENDENCIES honeybadger (~> 4.12) httparty jquery-rails (~> 4.4) - json-schema (~> 2.8) + json-schema (~> 3.0) librato-metrics (~> 2.1.2) listen (~> 3.7) lograge