From 815d1abf3962d65c0bb9043c99a507580b4360df Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 3 Aug 2017 03:13:11 +0900 Subject: Fix `Style/StringLiterals` violations for Active Storage ``` % be rubocop -a --only Style/StringLiterals activestorage Inspecting 74 files ........................................CCCCCCCCCC.C........CC.......C.C.. (snip) 74 files inspected, 31 offenses detected, 31 offenses corrected ``` --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.3