Skip to content

Commit

Permalink
Update dependency rack to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent f7a46d8 commit a3986e5
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 'net-smtp', '0.4.0'
gem 'nokogiri', '1.15.5'
gem 'octokit', '8.0.0'
gem 'pdd', '0.23.2'
gem 'rack', '3.0.8'
gem 'rack', '3.0.9'
gem 'rack-test', '2.1.0'
gem 'rake', '13.1.0', require: false
gem 'rubocop', '1.60.2', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
power_assert (2.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.8)
rack (3.0.9)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
nokogiri (= 1.15.5)
octokit (= 8.0.0)
pdd (= 0.23.2)
rack (= 3.0.8)
rack (= 3.0.9)
rack-test (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.60.2)
Expand Down

0 comments on commit a3986e5

Please sign in to comment.