Skip to content

Commit

Permalink
Update dependency rack-test to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent dd16d8a commit ee1e428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'paypal-sdk-rest', '1.7.5'
gem 'pgtk', '~>0'
gem 'rack', '2.2.8'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '2.0.2'
gem 'rack-test', '2.2.0'
gem 'rack_csrf', '2.7.0'
gem 'rake', '13.2.1', require: false
gem 'random-port', '0.7.1', require: false
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-ssl (1.4.1)
rack
rack-test (2.0.2)
rack-test (2.2.0)
rack (>= 1.3)
rack_csrf (2.7.0)
rack (>= 1.1.0)
Expand Down Expand Up @@ -243,6 +243,9 @@ GEM
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.3)
Expand Down Expand Up @@ -399,7 +402,7 @@ DEPENDENCIES
pgtk (~> 0)
rack (= 2.2.8)
rack-ssl (= 1.4.1)
rack-test (= 2.0.2)
rack-test (= 2.2.0)
rack_csrf (= 2.7.0)
rake (= 13.2.1)
random-port (= 0.7.1)
Expand All @@ -408,6 +411,7 @@ DEPENDENCIES
retriable_proxy (= 1.0.2)
rubocop (= 1.65.0)
rubocop-minitest (= 0.35.1)
rubocop-performance (> 0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.3)
sass (= 3.7.4)
Expand Down

0 comments on commit ee1e428

Please sign in to comment.