aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/service
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-08-01 09:59:04 -0400
committerGeorge Claghorn <george@basecamp.com>2018-08-01 09:59:04 -0400
commitbd01f9831cb6416b34f566167237697e666e5e41 (patch)
tree53727a1a6abaa80f93229b771730abd5ebecf805 /activestorage/lib/active_storage/service
parent78992d6f6dfebb5275b5e3b886aeb6908cbe1acb (diff)
downloadrails-bd01f9831cb6416b34f566167237697e666e5e41.tar.gz
rails-bd01f9831cb6416b34f566167237697e666e5e41.tar.bz2
rails-bd01f9831cb6416b34f566167237697e666e5e41.zip
Remove unused require
Diffstat (limited to 'activestorage/lib/active_storage/service')
-rw-r--r--activestorage/lib/active_storage/service/gcs_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/service/gcs_service.rb b/activestorage/lib/active_storage/service/gcs_service.rb
index 3cfcb778a2..2cc252335a 100644
--- a/activestorage/lib/active_storage/service/gcs_service.rb
+++ b/activestorage/lib/active_storage/service/gcs_service.rb
@@ -5,8 +5,6 @@ gem "google-cloud-storage", "~> 1.11"
require "google/cloud/storage"
require "net/http"
-require "active_support/core_ext/object/to_query"
-
module ActiveStorage
# Wraps the Google Cloud Storage as an Active Storage service. See ActiveStorage::Service for the generic API
# documentation that applies to all services.