From 98bb99ef61902c1073cc51a52ab7954c0ca922a5 Mon Sep 17 00:00:00 2001 From: claudiob Date: Tue, 1 Aug 2017 10:56:39 -0700 Subject: Don't depend on HTTParty "httparty" is only added in #30020 to write two tests to make PUT requests against S3 and GCS. The same requests can be made with net/http, removing a dependency from the Gemfile. --- Gemfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 541f2e8c81..f2b0ca3a4e 100644 --- a/Gemfile +++ b/Gemfile @@ -93,8 +93,6 @@ group :cable do end group :storage do - gem "httparty" - gem "aws-sdk", "~> 2", require: false gem "google-cloud-storage", "~> 1.3", require: false -- cgit v1.2.3