From c2ddd682f7ed8be005f3e09fad3fd0c812459911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 03:37:41 +0000 Subject: [PATCH] Bump json-schema from 2.8.1 to 3.0.0 Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 2.8.1 to 3.0.0. - [Release notes](https://github.com/voxpupuli/json-schema/releases) - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/json-schema/compare/v2.8.1...v3.0.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3761f8d26..191c50097 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'graphql' gem 'honeybadger', '~> 5.0' gem 'httparty' gem 'jquery-rails', '~> 4.5' -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 33871b207..7c22a0176 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,8 +62,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) aggregate (0.2.3) ar_outer_joins (0.2.0) activerecord (>= 3.2) @@ -210,8 +210,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) jsonapi-renderer (0.2.2) jwt (1.5.6) kaminari (1.2.2) @@ -309,7 +309,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (5.0.0) puma (6.0.0) nio4r (~> 2.0) pundit (2.2.0) @@ -527,7 +527,7 @@ DEPENDENCIES honeybadger (~> 5.0) httparty jquery-rails (~> 4.5) - json-schema (~> 2.8) + json-schema (~> 3.0) librato-metrics (~> 2.1.2) listen (~> 3.7) lograge