aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authordixpac <dino.onex@gmail.com>2017-08-02 09:38:03 +0200
committerdixpac <dino.onex@gmail.com>2017-08-03 12:12:58 +0200
commit053e556df1a45705f9bbd236551a465a391fc12e (patch)
treeb27eec27f89589d22bc25d299b631726477d9d2b /Gemfile
parent5aeac576dccaacab12a0420ed795cb4a437fec4c (diff)
downloadrails-053e556df1a45705f9bbd236551a465a391fc12e.tar.gz
rails-053e556df1a45705f9bbd236551a465a391fc12e.tar.bz2
rails-053e556df1a45705f9bbd236551a465a391fc12e.zip
Depend on offical azure-core
No need to depend on my fork anymore, they've just release fix officially.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 03fb3271be..4b86ad6931 100644
--- a/Gemfile
+++ b/Gemfile
@@ -95,9 +95,6 @@ end
group :storage do
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"