Skip to content

Commit

Permalink
Update rack-oauth2 requirement from ~> 1.12.0 to ~> 1.21.3
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.12.0...v1.21.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent d32bf17 commit ddcea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "capybara", "~> 3.39.2"
s.add_development_dependency "rake", "~> 13.2.1"
s.add_development_dependency "rack-test", "~> 0.6.3"
s.add_development_dependency "rack-oauth2", "~> 1.12.0"
s.add_development_dependency "rack-oauth2", "~> 1.21.3"
s.add_development_dependency "webmock", "~> 3.23.0"
s.add_development_dependency "rspec-its", "~> 1.3.0"
s.add_development_dependency "faraday", "~> 1.0.0"
Expand Down

0 comments on commit ddcea58

Please sign in to comment.