aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2017-09-10 12:22:10 +0900
committerGeorge Claghorn <george.claghorn@gmail.com>2017-09-09 23:22:10 -0400
commit83bfe0758363328a2cc4da54c9f02c10a29d8149 (patch)
treeb7797cb3625697de6d62280faac0f71c4ff8524c /Gemfile
parentc8d25e6bfe52bbe7a955aae03618c79d340e7abb (diff)
downloadrails-83bfe0758363328a2cc4da54c9f02c10a29d8149.tar.gz
rails-83bfe0758363328a2cc4da54c9f02c10a29d8149.tar.bz2
rails-83bfe0758363328a2cc4da54c9f02c10a29d8149.zip
Use v3 of the AWS SDK
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4928b0b1f8..abdba3909e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -95,7 +95,7 @@ group :cable do
end
group :storage do
- gem "aws-sdk", "~> 2", require: false
+ gem "aws-sdk-s3", require: false
gem "google-cloud-storage", "~> 1.3", require: false
gem "azure-storage", require: false