diff options
author | Dino Maric <dino.onex@gmail.com> | 2017-07-31 17:09:12 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-31 10:09:12 -0500 |
commit | 3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58 (patch) | |
tree | c0bbdc0f980bdb58f79f622642b387b3998af9da /Gemfile | |
parent | 6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7 (diff) | |
download | rails-3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58.tar.gz rails-3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58.tar.bz2 rails-3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58.zip |
Azure Storage support (#36)
* Microsoft Azure storage support
* Add support for Microsoft Azure Storage
* Comply with the new headers implementation
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ 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" |