aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
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
parentdb7416cda0700876ad3438774b804eb80a05a758 (diff)
downloadrails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.tar.gz
rails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.tar.bz2
rails-bf5f41d948b6f3f27db7fdc2b70897aec991065f.zip
Support streaming downloads from Google Cloud Storage
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fc7680c9bf..f0c489f642 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,7 +85,7 @@ end
# Active Storage
group :storage do
gem "aws-sdk-s3", require: false
- gem "google-cloud-storage", "~> 1.8", require: false
+ gem "google-cloud-storage", "~> 1.11", require: false
gem "azure-storage", require: false
gem "image_processing", "~> 1.2"