-
- Downloads
Remove Rack Attack monkey patches and bump to version 4.3.0
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- lib/gitlab/backend/grack_auth.rb 0 additions, 1 deletionlib/gitlab/backend/grack_auth.rb
- lib/gitlab/backend/rack_attack_helpers.rb 0 additions, 31 deletionslib/gitlab/backend/rack_attack_helpers.rb
- spec/lib/gitlab/backend/grack_auth_spec.rb 1 addition, 1 deletionspec/lib/gitlab/backend/grack_auth_spec.rb
- spec/lib/gitlab/backend/rack_attack_helpers_spec.rb 0 additions, 35 deletionsspec/lib/gitlab/backend/rack_attack_helpers_spec.rb
Loading
| @@ -172,7 +172,7 @@ gem "underscore-rails", "~> 1.4.4" | Loading
| @@ -172,7 +172,7 @@ gem "underscore-rails", "~> 1.4.4" |
gem "sanitize", '~> 2.0' | gem "sanitize", '~> 2.0' | ||
# Protect against bruteforcing | # Protect against bruteforcing | ||
gem "rack-attack" | gem "rack-attack", '~> 4.3.0' | ||
# Ace editor | # Ace editor | ||
gem 'ace-rails-ap' | gem 'ace-rails-ap' | ||
Loading
| Loading
|
Please register or sign in to comment