Skip to content

Commit

Permalink
Update dependency rack to v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent e9911b6 commit fb2cf11
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.5.0'
gem 'nokogiri', '1.16.7'
gem 'octokit', '9.1.0'
gem 'pdd', '0.24.0'
gem 'rack', '3.1.7'
gem 'rack', '3.1.8'
gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.2.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
power_assert (2.0.3)
public_suffix (5.0.5)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
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.16.7)
octokit (= 9.1.0)
pdd (= 0.24.0)
rack (= 3.1.7)
rack (= 3.1.8)
rack-test (= 2.1.0)
rackup (= 2.1.0)
rake (= 13.2.1)
Expand Down

0 comments on commit fb2cf11

Please sign in to comment.