aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ac9af87ca9..03fb3271be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -97,8 +97,8 @@ group :storage do
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 "azure-core", git: "https://github.com/dixpac/azure-ruby-asm-core.git"
+ gem "azure-storage", require: false
gem "mini_magick"
end