Skip to content

Commit

Permalink
Update rack-test requirement from ~> 1.1 to ~> 2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rack-test](https://github.com/rack/rack-test) to permit the latest version.
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v1.1.0...v2.1.0)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 0989f48 commit 2562e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec
gem "aruba", ">= 0.14"
gem "citrus", "~> 3.0"
gem "octokit", "<= 4.22" # 4.22 secretly requires faraday >= 1.0
gem "rack-test", "~> 1.1"
gem "rack-test", "~> 2.1"
gem "rake", "~> 12.3"
gem "redis", "~> 3.3"
gem "rspec", "~> 3.3"
Expand Down

0 comments on commit 2562e8e

Please sign in to comment.