From da20d1a8737c103150af091c4671d67cdea997c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:01:30 +0000 Subject: [PATCH] Bump rspec-openapi from 0.19.0 to 0.20.0 Bumps [rspec-openapi](https://github.com/exoego/rspec-openapi) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/exoego/rspec-openapi/releases) - [Changelog](https://github.com/exoego/rspec-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/exoego/rspec-openapi/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: rspec-openapi dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0be438d9..c2c3de1e 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :test do gem 'parallel_tests', '~> 5.4' gem 'pg_query', '~> 6.1.0' gem 'prosopite', '~> 2.1.2' - gem 'rspec-openapi', '~> 0.19' + gem 'rspec-openapi', '~> 0.20' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' gem 'selenium-webdriver', '~> 4.36.0' gem 'shoulda-matchers', '~> 6.5' diff --git a/Gemfile.lock b/Gemfile.lock index 5b0e07c9..5b951b53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.2.3) + bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.6) @@ -366,7 +366,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) net-http (0.6.0) uri @@ -520,7 +520,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-openapi (0.19.0) + rspec-openapi (0.20.0) actionpack (>= 5.2.0) rails-dom-testing rspec-core @@ -532,7 +532,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.5) + rspec-support (3.13.6) rswag-api (2.16.0) activesupport (>= 5.2, < 8.1) railties (>= 5.2, < 8.1) @@ -628,7 +628,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -699,7 +699,7 @@ DEPENDENCIES rails (~> 8.0.3) rails_best_practices (~> 1.20) reek (~> 6.5) - rspec-openapi (~> 0.19) + rspec-openapi (~> 0.20) rspec-rails (~> 8.0) rspec-retry! rswag-api (~> 2.16.0)