aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorChris Smith <quartzmo@gmail.com>2017-07-12 10:01:12 -0600
committerChris Smith <quartzmo@gmail.com>2017-07-12 10:01:12 -0600
commitafb7047e52dd6dae160b60b74a0c7efaf536933c (patch)
tree3ca2bffd5e85e1a11375af50f56af75adf90c93a /Gemfile
parent6d3962461fb8d35fc9538d685fee96267663acf2 (diff)
downloadrails-afb7047e52dd6dae160b60b74a0c7efaf536933c.tar.gz
rails-afb7047e52dd6dae160b60b74a0c7efaf536933c.tar.bz2
rails-afb7047e52dd6dae160b60b74a0c7efaf536933c.zip
Update GCSService#url
Update google-cloud-storage dependency to 1.3 Refactor arguments to Google::Cloud::Storage::File#signed_url
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a757a5c793..75e07016da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,4 +9,4 @@ gem 'sqlite3'
gem 'httparty'
gem 'aws-sdk', '~> 2', require: false
-gem 'google-cloud-storage', require: false
+gem 'google-cloud-storage', '~> 1.3', require: false