Merge branch '31177-upgrade-rack-attack' into 'master'
Upgrade Rack Attack to 6.2.0 See merge request gitlab-org/gitlab!18977
Showing
... | @@ -259,9 +259,6 @@ gem 'loofah', '~> 2.2' | ... | @@ -259,9 +259,6 @@ gem 'loofah', '~> 2.2' |
# Working with license | # Working with license | ||
gem 'licensee', '~> 8.9' | gem 'licensee', '~> 8.9' | ||
# Protect against bruteforcing | |||
gem 'rack-attack', '~> 4.4.1' | |||
# Ace editor | # Ace editor | ||
gem 'ace-rails-ap', '~> 4.1.0' | gem 'ace-rails-ap', '~> 4.1.0' | ||
... | @@ -293,6 +290,9 @@ gem 'base32', '~> 0.3.0' | ... | @@ -293,6 +290,9 @@ gem 'base32', '~> 0.3.0' |
gem "gitlab-license", "~> 1.0" | gem "gitlab-license", "~> 1.0" | ||
# Protect against bruteforcing | |||
gem 'rack-attack', '~> 6.2.0' | |||
# Sentry integration | # Sentry integration | ||
gem 'sentry-raven', '~> 2.9' | gem 'sentry-raven', '~> 2.9' | ||
... | ... |
Please register or sign in to comment