Skip to content

Commit

Permalink
Update dependency rack to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent a03fc2f commit e1beeb0
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 @@ -27,7 +27,7 @@ gem 'iri', '0.8.0'
gem 'loog', '0.5.1'
gem 'minitest', '5.25.1', require: false
gem 'pgtk', '0.9.6'
gem 'rack', '3.0.9.1'
gem 'rack', '3.1.7'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '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 @@ -127,7 +127,7 @@ GEM
psych (5.1.2)
stringio
racc (1.8.1)
rack (3.0.9.1)
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
loog (= 0.5.1)
minitest (= 5.25.1)
pgtk (= 0.9.6)
rack (= 3.0.9.1)
rack (= 3.1.7)
rack-ssl (= 1.4.1)
rack-test (= 2.1.0)
rake (= 13.2.1)
Expand Down

0 comments on commit e1beeb0

Please sign in to comment.