Skip to content

Commit

Permalink
Update rack-oauth2 requirement from ~> 1.2.2 to ~> 1.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rack-oauth2](https://github.com/nov/rack-oauth2) to permit the latest version.
- [Release notes](https://github.com/nov/rack-oauth2/releases)
- [Changelog](https://github.com/nov/rack-oauth2/blob/main/CHANGELOG.md)
- [Commits](nov/rack-oauth2@v1.2.2...v1.12.0)

---
updated-dependencies:
- dependency-name: rack-oauth2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 6b721af commit be311da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "capybara", "~> 2.6.2"
s.add_development_dependency "rake", "~> 10.5.0"
s.add_development_dependency "rack-test", "~> 0.6.3"
s.add_development_dependency "rack-oauth2", "~> 1.2.2"
s.add_development_dependency "rack-oauth2", "~> 1.12.0"
s.add_development_dependency "webmock", "~> 3.8.3"
s.add_development_dependency "rspec-its", "~> 1.2.0"
s.add_development_dependency "faraday", "~> 0.9.2"
Expand Down

0 comments on commit be311da

Please sign in to comment.