aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-05-01 23:20:56 -0400
committerGitHub <noreply@github.com>2018-05-01 23:20:56 -0400
commitbf5f41d948b6f3f27db7fdc2b70897aec991065f (patch)
treeeb3fcfe108b84147331e1ee58f384e41318084d1 /Gemfile.lock
parentdb7416cda0700876ad3438774b804eb80a05a758 (diff)
downloadrails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.tar.gz
rails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.tar.bz2
rails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.zip
Support streaming downloads from Google Cloud Storage
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d5e3bafc53..8d3c3e70b7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -240,21 +240,21 @@ GEM
ffi (1.9.21-x86-mingw32)
globalid (0.4.1)
activesupport (>= 4.2.0)
- google-api-client (0.17.3)
+ google-api-client (0.19.8)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
httpclient (>= 2.8.1, < 3.0)
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
- google-cloud-core (1.1.0)
+ google-cloud-core (1.2.0)
google-cloud-env (~> 1.0)
google-cloud-env (1.0.1)
faraday (~> 0.11)
- google-cloud-storage (1.9.0)
+ google-cloud-storage (1.11.0)
digest-crc (~> 0.4)
- google-api-client (~> 0.17.0)
- google-cloud-core (~> 1.1)
+ google-api-client (~> 0.19.0)
+ google-cloud-core (~> 1.2)
googleauth (~> 0.6.2)
googleauth (0.6.2)
faraday (~> 0.12)
@@ -523,7 +523,7 @@ DEPENDENCIES
delayed_job
delayed_job_active_record
ffi (<= 1.9.21)
- google-cloud-storage (~> 1.8)
+ google-cloud-storage (~> 1.11)
hiredis
image_processing (~> 1.2)
json (>= 2.0.0)