Skip to content

Commit

Permalink
Update dependency rack to v3.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 9e6c9d4 commit 9f28245
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.1'
gem 'nokogiri', '1.15.5'
gem 'octokit', '8.1.0'
gem 'pdd', '0.24.0'
gem 'rack', '3.0.9'
gem 'rack', '3.0.9.1'
gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.1.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 @@ -132,7 +132,7 @@ GEM
power_assert (2.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.9)
rack (3.0.9.1)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
nokogiri (= 1.15.5)
octokit (= 8.1.0)
pdd (= 0.24.0)
rack (= 3.0.9)
rack (= 3.0.9.1)
rack-test (= 2.1.0)
rackup (= 2.1.0)
rake (= 13.1.0)
Expand Down

0 comments on commit 9f28245

Please sign in to comment.