Skip to content

Commit

Permalink
Bump rack-test to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Dec 26, 2024
1 parent 70c5bba commit 916f2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ gem "httpx"

group :test do
gem "launchy", "~> 3.0.0"
gem "rack-test", "~> 2.1.0"
gem "rack-test", "~> 2.2.0"
gem "shoulda-context", "~> 2.0"

# Test prof provides factories from code
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rack_session_access (0.2.0)
Expand Down Expand Up @@ -1344,7 +1344,7 @@ DEPENDENCIES
rack-cors (~> 2.0.2)
rack-mini-profiler
rack-protection (~> 3.2.0)
rack-test (~> 2.1.0)
rack-test (~> 2.2.0)
rack-timeout (~> 0.7.0)
rack_session_access
rails (~> 7.1.3)
Expand Down

0 comments on commit 916f2c3

Please sign in to comment.