Skip to content

Commit

Permalink
Bump rack-test from 1.1.0 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.0.2.
- [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.0.2)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2022
1 parent 3138a20 commit b1de06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'unicorn', '~> 5.7'

group :development do
gem 'byebug', '~> 11.1'
gem 'rack-test', '~> 1.1'
gem 'rack-test', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.11'
gem 'simplecov', '~> 0.21.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ GEM
rack (2.2.4)
rack-protection (2.2.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
raindrops (0.19.1)
rake (13.0.6)
redis (4.6.0)
Expand Down Expand Up @@ -117,7 +117,7 @@ DEPENDENCIES
mail (~> 2.7)
mime-types (~> 3.4)
nokogiri (~> 1.13)
rack-test (~> 1.1)
rack-test (~> 2.0)
rake (~> 13.0)
redis-namespace (~> 1.8)
rest-client (~> 2.1)
Expand Down

0 comments on commit b1de06e

Please sign in to comment.