From 756143260235b42946b645db3259570402361192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:59:55 +0000 Subject: [PATCH] Bump rspec-openapi from 0.21.5 to 0.23.0 Bumps [rspec-openapi](https://github.com/exoego/rspec-openapi) from 0.21.5 to 0.23.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.21.5...v0.23.0) --- updated-dependencies: - dependency-name: rspec-openapi dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index d1ed0832..a22aa13a 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :test do gem 'parallel_tests', '~> 5.5' gem 'pg_query', '~> 6.1.0' gem 'prosopite', '~> 2.1.2' - gem 'rspec-openapi', '~> 0.21' + gem 'rspec-openapi', '~> 0.23' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' gem 'selenium-webdriver', '~> 4.39.0' gem 'shoulda-matchers', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index a67dc83d..42d48920 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.3.1) + bigdecimal (4.0.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.20.1) @@ -219,8 +219,8 @@ GEM dry-logic (~> 1.5) dry-types (~> 1.8) zeitwerk (~> 2.6) - dry-types (1.8.2) - bigdecimal (~> 3.0) + dry-types (1.9.0) + bigdecimal (>= 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -384,12 +384,12 @@ GEM net-protocol newrelic_rpm (9.24.0) nio4r (2.7.5) - nokogiri (1.18.10) + nokogiri (1.19.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) octokit (10.0.0) faraday (>= 1, < 3) @@ -526,7 +526,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-openapi (0.21.5) + rspec-openapi (0.23.0) actionpack (>= 5.2.0) rails-dom-testing rspec-core @@ -704,7 +704,7 @@ DEPENDENCIES rails (~> 8.0.4) rails_best_practices (~> 1.23) reek (~> 6.5) - rspec-openapi (~> 0.21) + rspec-openapi (~> 0.23) rspec-rails (~> 8.0) rspec-retry! rswag-api (~> 2.17.0)