Skip to content

Commit

Permalink
Update dependency rack-test to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent a16a30b commit 79dc887
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 @@ -35,7 +35,7 @@ gem 'nokogiri', '1.13.10'
gem 'octokit', '6.1.1'
gem 'pdd', '0.23.1'
gem 'rack', '2.2.7'
gem 'rack-test', '2.0.2'
gem 'rack-test', '2.1.0'
gem 'rake', '13.0.6', require: false
gem 'rubocop', '1.51.0', require: false
gem 'rubocop-rspec', '2.22.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
rack (2.2.7)
rack-protection (3.0.6)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
octokit (= 6.1.1)
pdd (= 0.23.1)
rack (= 2.2.7)
rack-test (= 2.0.2)
rack-test (= 2.1.0)
rake (= 13.0.6)
rubocop (= 1.51.0)
rubocop-rspec (= 2.22.0)
Expand Down

0 comments on commit 79dc887

Please sign in to comment.