diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-11-14 20:26:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 20:26:31 +0100 |
commit | 21fd25a269cca742af431f0d13299e139f267346 (patch) | |
tree | 29f94c7873fd039e8277b83d43cb95adb3c415a8 /Gemfile | |
parent | 71c92d3f56580f7020a86cc2b8179fdc2ffebded (diff) |
Fix rate limiting for paths with formats (#20675)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 07c300510..355b7e43f 100644 --- a/Gemfile +++ b/Gemfile @@ -122,6 +122,7 @@ group :test do gem 'simplecov', '~> 0.21', require: false gem 'webmock', '~> 3.18' gem 'rspec_junit_formatter', '~> 0.6' + gem 'rack-test', '~> 2.0' end group :development do @@ -152,7 +153,5 @@ end gem 'concurrent-ruby', require: false gem 'connection_pool', require: false - gem 'xorcist', '~> 1.1' - gem 'cocoon', '~> 1.2' |