Skip to content

Commit

Permalink
ensure rack is at least 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Mar 11, 2025
1 parent 28f14c9 commit 6c3d7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ gem 'rails-observers'
gem 'responders'

gem 'rack-attack', '~> 6.6.0'
gem 'rack', '>= 2.2.13'

gem 'private_address_check'

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ GEM
nio4r (~> 2.0)
pyu-ruby-sasl (0.0.3.3)
racc (1.8.1)
rack (2.2.10)
rack (2.2.13)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -1046,6 +1046,7 @@ DEPENDENCIES
pry-remote
psych
puma (~> 5.6)
rack (>= 2.2.13)
rack-attack (~> 6.6.0)
rack-cors
rack-mini-profiler (~> 2.0)
Expand Down

0 comments on commit 6c3d7a7

Please sign in to comment.