mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump rack-protection
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user