From cc5d0271c249636bae1de55de9c2bf815d669afa Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 27 Oct 2019 09:05:56 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c0e31fb6c5c..493bd42ce3a 100644 --- a/Gemfile +++ b/Gemfile @@ -259,9 +259,6 @@ gem 'loofah', '~> 2.2' # Working with license gem 'licensee', '~> 8.9' -# Protect against bruteforcing -gem 'rack-attack', '~> 4.4.1' - # Ace editor gem 'ace-rails-ap', '~> 4.1.0' @@ -293,6 +290,9 @@ gem 'base32', '~> 0.3.0' gem "gitlab-license", "~> 1.0" +# Protect against bruteforcing +gem 'rack-attack', '~> 6.2.0' + # Sentry integration gem 'sentry-raven', '~> 2.9' -- cgit v1.2.1