diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-14 20:27:31 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-11-14 20:27:31 +0100 |
commit | 767630be24221e69336e639889a84a380aa9c4f4 (patch) | |
tree | 24bc62666b942c4c1763864fb4403414f7c5f8d4 /Gemfile | |
parent | a34aa2a5f99200f313942af60ead3d5805de3998 (diff) | |
parent | 21fd25a269cca742af431f0d13299e139f267346 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `Gemfile`: Upstream removed blank lines.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 44f08b5cd..1bff6cc7d 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,6 @@ end gem 'concurrent-ruby', require: false gem 'connection_pool', require: false - gem 'xorcist', '~> 1.1' gem 'hcaptcha', '~> 7.1' |