Skip to content

Commit

Permalink
bump rack-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Aug 28, 2023
1 parent 2de79fc commit cd09a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ gem 'daemons'
gem 'delayed_cron_job', '~> 0.9.0'
gem 'delayed_job_active_record', '~> 4.1.5'

gem 'rack-protection', '~> 3.0.0'
gem 'rack-protection', '~> 3.1.0'

# Rack::Attack is a rack middleware to protect your web app from bad clients.
# It allows whitelisting, blacklisting, throttling, and tracking based
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ GEM
faraday-follow_redirects
json-jwt (>= 1.11.0)
rack (>= 2.1.0)
rack-protection (3.0.6)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.3)
Expand Down Expand Up @@ -1116,7 +1116,7 @@ DEPENDENCIES
rack-attack (~> 6.7.0)
rack-cors (~> 2.0.0)
rack-mini-profiler
rack-protection (~> 3.0.0)
rack-protection (~> 3.1.0)
rack-test (~> 2.1.0)
rack-timeout (~> 0.6.3)
rack_session_access
Expand Down

0 comments on commit cd09a9e

Please sign in to comment.