Skip to content

Commit

Permalink
Bump rack-test from 1.1.0 to 2.0.0 (#530)
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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2022
1 parent b0f39bf commit 0c90568
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 @@ -73,7 +73,7 @@ group :test do
gem 'capybara-screenshot', '~> 1.0.26'

gem 'mocha', '~> 1.14'
gem 'rack-test', '~> 1.1.0'
gem 'rack-test', '~> 2.0.0'
gem 'database_cleaner', '~> 1.7.0'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ GEM
rack (>= 1.0, < 3)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.0)
rack (>= 1.3)
rails (6.1.6)
actioncable (= 6.1.6)
actionmailbox (= 6.1.6)
Expand Down Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
pry-stack_explorer (~> 0.6.1)
puma (~> 5.6.4)
rack-attack (~> 6.6.1)
rack-test (~> 1.1.0)
rack-test (~> 2.0.0)
rails (~> 6.1.6)
redis (~> 4.5.1)
reline (~> 0.3.1)
Expand Down

0 comments on commit 0c90568

Please sign in to comment.