aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2017-07-07 06:17:56 -0400
committerGeorge Claghorn <george@basecamp.com>2017-07-07 06:17:56 -0400
commitc9846fc0e8d4faf4f4686c5bfe548431cdae837c (patch)
tree0679c3b4e1d027c1701dcffa4b515fb9198f1091
parent07a62e63bd4effb819fd641155578b07eb5557ed (diff)
downloadrails-c9846fc0e8d4faf4f4686c5bfe548431cdae837c.tar.gz
rails-c9846fc0e8d4faf4f4686c5bfe548431cdae837c.tar.bz2
rails-c9846fc0e8d4faf4f4686c5bfe548431cdae837c.zip
Bundle google-cloud-storage instead of the full Google SDK
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock91
2 files changed, 2 insertions, 91 deletions
diff --git a/Gemfile b/Gemfile
index 60b2596c53..1797d20194 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,4 +8,4 @@ gem 'byebug'
gem 'sqlite3'
gem 'aws-sdk', require: false
-gem 'google-cloud', require: false
+gem 'google-cloud-storage', require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index afef3518aa..c4f3d9fd89 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,94 +66,15 @@ GEM
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
- google-cloud (0.34.0)
- google-cloud-bigquery (~> 0.27.0)
- google-cloud-datastore (~> 1.0)
- google-cloud-dns (~> 0.25.0)
- google-cloud-error_reporting (~> 0.25.0)
- google-cloud-language (~> 0.26.0)
- google-cloud-logging (~> 1.0)
- google-cloud-monitoring (~> 0.24.0)
- google-cloud-pubsub (~> 0.25.0)
- google-cloud-resource_manager (~> 0.26.0)
- google-cloud-spanner (~> 0.21.0)
- google-cloud-speech (~> 0.24.0)
- google-cloud-storage (~> 1.2)
- google-cloud-trace (~> 0.25.0)
- google-cloud-translate (~> 1.0)
- google-cloud-video_intelligence (~> 0.20.0)
- google-cloud-vision (~> 0.24.0)
- google-cloud-bigquery (0.27.0)
- google-api-client (~> 0.13.0)
- google-cloud-core (~> 1.0)
google-cloud-core (1.0.0)
google-cloud-env (~> 1.0)
googleauth (~> 0.5.1)
- google-cloud-datastore (1.0.1)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- google-protobuf (~> 3.2.0)
- google-cloud-dns (0.25.0)
- google-api-client (~> 0.13.0)
- google-cloud-core (~> 1.0)
- zonefile (~> 1.04)
google-cloud-env (1.0.0)
faraday (~> 0.11)
- google-cloud-error_reporting (0.25.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- stackdriver-core (~> 1.1)
- google-cloud-language (0.26.2)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.2)
- google-cloud-logging (1.1.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- stackdriver-core (~> 1.1)
- google-cloud-monitoring (0.24.0)
- google-gax (~> 0.8.0)
- google-cloud-pubsub (0.25.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- grpc-google-iam-v1 (~> 0.6.8)
- google-cloud-resource_manager (0.26.0)
- google-api-client (~> 0.13.0)
- google-cloud-core (~> 1.0)
- google-cloud-spanner (0.21.0)
- concurrent-ruby (~> 1.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.1)
- grpc (~> 1.1)
- grpc-google-iam-v1 (~> 0.6.8)
- google-cloud-speech (0.24.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.2)
google-cloud-storage (1.2.0)
digest-crc (~> 0.4)
google-api-client (~> 0.13.0)
google-cloud-core (~> 1.0)
- google-cloud-trace (0.25.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- stackdriver-core (~> 1.1)
- google-cloud-translate (1.0.0)
- google-cloud-core (~> 1.0)
- googleauth (~> 0.5.1)
- google-cloud-video_intelligence (0.20.0)
- google-gax (~> 0.8.0)
- google-cloud-vision (0.24.0)
- google-cloud-core (~> 1.0)
- google-gax (~> 0.8.0)
- google-gax (0.8.4)
- google-protobuf (~> 3.2)
- googleapis-common-protos (~> 1.3.5)
- googleauth (~> 0.5.1)
- grpc (~> 1.0)
- rly (~> 0.2.3)
- google-protobuf (3.2.0.2)
- googleapis-common-protos (1.3.5)
- google-protobuf (~> 3.2)
- grpc (~> 1.0)
googleauth (0.5.1)
faraday (~> 0.9)
jwt (~> 1.4)
@@ -162,13 +83,6 @@ GEM
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
- grpc (1.4.1)
- google-protobuf (~> 3.1)
- googleauth (~> 0.5.1)
- grpc-google-iam-v1 (0.6.8)
- googleapis-common-protos (~> 1.3.1)
- googleauth (~> 0.5.1)
- grpc (~> 1.0)
httpclient (2.8.3)
i18n (0.8.4)
jmespath (1.3.1)
@@ -205,19 +119,16 @@ GEM
declarative-option (< 0.2.0)
uber (< 0.2.0)
retriable (3.0.2)
- rly (0.2.3)
signet (0.7.3)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
sqlite3 (1.3.13)
- stackdriver-core (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uber (0.1.0)
- zonefile (1.06)
PLATFORMS
ruby
@@ -227,7 +138,7 @@ DEPENDENCIES
aws-sdk
bundler (~> 1.15)
byebug
- google-cloud
+ google-cloud-storage
rake
sqlite3