Skip to content

Commit

Permalink
Bump rspec-openapi from 0.9.0 to 0.10.0 (#544)
Browse files Browse the repository at this point in the history
Bumps [rspec-openapi](https://github.com/exoego/rspec-openapi) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/exoego/rspec-openapi/releases)
- [Changelog](https://github.com/exoego/rspec-openapi/blob/master/CHANGELOG.md)
- [Commits](exoego/rspec-openapi@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: rspec-openapi
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 3cc011c commit 9cf3248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ group :test do
gem 'parallel_tests', '~> 4.3'
gem 'pg_query', '~> 4.2.3'
gem 'prosopite', '~> 1.4.1'
gem 'rspec-openapi', '~> 0.9'
gem 'rspec-openapi', '~> 0.10'
gem 'rspec-rails', '~> 6.1'
gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback'
gem 'shoulda-matchers', '~> 5.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-openapi (0.9.0)
rspec-openapi (0.10.0)
actionpack (>= 5.2.0)
rspec-core
rspec-rails (6.1.0)
Expand Down Expand Up @@ -577,7 +577,7 @@ DEPENDENCIES
rails (~> 7.0.8)
rails_best_practices (~> 1.20)
reek (~> 6.1, >= 6.1.1)
rspec-openapi (~> 0.9)
rspec-openapi (~> 0.10)
rspec-rails (~> 6.1)
rspec-retry!
rswag-api (~> 2.13.0)
Expand Down

0 comments on commit 9cf3248

Please sign in to comment.