bump rack-protection

This commit is contained in:
ulferts
2023-08-28 15:49:12 +02:00
parent 2de79fcadf
commit cd09a9e8a1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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)
@@ -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