aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9a07908885..541f2e8c81 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,6 +92,19 @@ group :cable do
gem "sprockets-export", require: false
end
+group :storage do
+ gem "httparty"
+
+ gem "aws-sdk", "~> 2", require: false
+ gem "google-cloud-storage", "~> 1.3", require: false
+
+ # Contains fix to be able to test using StringIO
+ gem 'azure-core', git: "https://github.com/dixpac/azure-ruby-asm-core.git"
+ gem 'azure-storage', require: false
+
+ gem "mini_magick"
+end
+
# Add your own local bundler stuff.
local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile