-
- Downloads
Add latest changes from gitlab-org/gitlab@master
Showing
- Gemfile 3 additions, 3 deletionsGemfile
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- config/initializers/rack_attack_git_basic_auth.rb 9 additions, 11 deletionsconfig/initializers/rack_attack_git_basic_auth.rb
- config/initializers/rack_attack_logging.rb 4 additions, 2 deletionsconfig/initializers/rack_attack_logging.rb
- spec/requests/git_http_spec.rb 14 additions, 12 deletionsspec/requests/git_http_spec.rb
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
|
Please register or sign in to comment