Skip to content

Commit

Permalink
Bump rack-test from 2.1.0 to 2.2.0 (#5363)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent eb50fd2 commit 96cba03
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 @@ -134,7 +134,7 @@ group :test do
gem "minitest-retry", "~> 0.2.3"
gem "capybara", "~> 3.40"
gem "launchy", "~> 3.0"
gem "rack-test", "~> 2.1", require: "rack/test"
gem "rack-test", "~> 2.2", require: "rack/test"
gem "rails-controller-testing", "~> 1.0"
gem "mocha", "~> 2.7", require: false
gem "shoulda-context", "~> 3.0.0.rc1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ GEM
rack (>= 1.0, < 4.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -955,7 +955,7 @@ DEPENDENCIES
rack (~> 3.1)
rack-attack (~> 6.6)
rack-sanitizer (~> 2.0)
rack-test (~> 2.1)
rack-test (~> 2.2)
rackup (~> 2.2)
rails (~> 8.0.1)
rails-controller-testing (~> 1.0)
Expand Down Expand Up @@ -1227,7 +1227,7 @@ CHECKSUMS
rack-protection (4.0.0) sha256=d0db6185caa46a8c0d134c2c6b4803f4f392a67b2984da311409cb505f67bbf6
rack-sanitizer (2.0.3) sha256=3e492e1b56b0005fb1b56d77dff996821059aad4321634883ae3c42c865f9af0
rack-session (2.0.0) sha256=db04b2063e180369192a9046b4559af311990af38c6a93d4c600cee4eb6d4e81
rack-test (2.1.0) sha256=0c61fc61904049d691922ea4bb99e28004ed3f43aa5cfd495024cc345f125dfb
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
rackup (2.2.1) sha256=f737191fd5c5b348b7f0a4412a3b86383f88c43e13b8217b63d4c8d90b9e798d
rails (8.0.1) sha256=c86f4cd7834a67c1e5d04a77d35c88a5f56a20e2022ec416fa52c1af2cdc9491
rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
Expand Down

0 comments on commit 96cba03

Please sign in to comment.