From 4a0b758d9aa2435e95e850942067a04de3b6219b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:47:08 +0000 Subject: [PATCH] Bump rswag-specs from 2.5.1 to 2.7.0 Bumps [rswag-specs](https://github.com/rswag/rswag) from 2.5.1 to 2.7.0. - [Release notes](https://github.com/rswag/rswag/releases) - [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md) - [Commits](https://github.com/rswag/rswag/compare/2.5.1...2.7.0) --- updated-dependencies: - dependency-name: rswag-specs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1375baf63..4ff967b63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,8 +98,8 @@ GEM adamantium (0.2.0) ice_nine (~> 0.11.0) memoizable (~> 0.4.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) anima (0.3.2) abstract_type (~> 0.0.7) adamantium (~> 0.2) @@ -334,8 +334,8 @@ GEM js-routes (1.4.14) railties (>= 4) json (2.3.1) - json-schema (2.8.1) - addressable (>= 2.4) + json-schema (3.0.0) + addressable (>= 2.8) jsonapi-resources (0.10.7) activerecord (>= 4.1) concurrent-ruby @@ -428,7 +428,7 @@ GEM moneta (~> 1.0.0) rate_throttle_client (~> 0.1.0) popper_js (1.16.0) - public_suffix (4.0.7) + public_suffix (5.0.0) puma (5.6.4) nio4r (~> 2.0) query_diet (0.7.1) @@ -523,10 +523,11 @@ GEM rspec (~> 3.0) rswag-api (2.5.1) railties (>= 3.1, < 7.1) - rswag-specs (2.5.1) + rswag-specs (2.7.0) activesupport (>= 3.1, < 7.1) - json-schema (~> 2.2) + json-schema (>= 2.2, < 4.0) railties (>= 3.1, < 7.1) + rspec-core (>= 2.14) rswag-ui (2.7.0) actionpack (>= 3.1, < 7.1) railties (>= 3.1, < 7.1)