From fd6df0938a15ede04823fa3f8815f1e132ce9608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:20:31 +0000 Subject: [PATCH] Bump rswag-specs from 2.15.0 to 2.16.0 Bumps [rswag-specs](https://github.com/rswag/rswag) from 2.15.0 to 2.16.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.15.0...2.16.0) --- updated-dependencies: - dependency-name: rswag-specs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 5c36551862..b6e8343b7d 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ group :development, :test do # Swagger generator gem "multi_json" - gem "rswag-specs", "~> 2.15" + gem "rswag-specs", "~> 2.16" gem "parallel_tests" diff --git a/Gemfile.lock b/Gemfile.lock index 5f66df4ae9..ffe72ff7a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -397,7 +397,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (6.0.1) puma (5.6.9) @@ -467,11 +467,11 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbs (2.8.4) - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) redis (4.8.1) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -489,7 +489,7 @@ GEM nokogiri rexml (3.3.9) rouge (4.5.1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-default_http_header (0.0.6) rspec-rails (> 3.0) @@ -508,10 +508,10 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rswag-specs (2.15.0) - activesupport (>= 5.2, < 8.0) + rswag-specs (2.16.0) + activesupport (>= 5.2, < 8.1) json-schema (>= 2.2, < 6.0) - railties (>= 5.2, < 8.0) + railties (>= 5.2, < 8.1) rspec-core (>= 2.14) rubocop (1.64.1) json (~> 2.3) @@ -642,7 +642,7 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stackprof (0.2.26) - stringio (3.1.1) + stringio (3.1.2) strong_migrations (1.8.0) activerecord (>= 5.2) thor (1.3.2) @@ -682,7 +682,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) + webrick (1.9.0) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -771,7 +771,7 @@ DEPENDENCIES rouge rspec-default_http_header (~> 0.0.6) rspec-rails (~> 6.1.5) - rswag-specs (~> 2.15) + rswag-specs (~> 2.16) rubocop-govuk (>= 4.8) rubyzip (~> 2.3, >= 2.3.0) savon (~> 2.15)