Add dependency on net-http (#23571)

This commit is contained in:
Claire 2023-02-13 14:36:07 +01:00 committed by GitHub
parent 66f2ad483c
commit cc92c65d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -158,3 +158,5 @@ gem 'concurrent-ruby', require: false
gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1'
gem 'cocoon', '~> 1.2'
gem 'net-http', '~> 0.3.2'