aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-08-02 14:22:56 -0400
committerGitHub <noreply@github.com>2017-08-02 14:22:56 -0400
commit5aeac576dccaacab12a0420ed795cb4a437fec4c (patch)
tree15e3dd06455877e6e702e898e2b8fce8592d3cef /Gemfile
parentc6974229d018b73f70e38ca8c8862473870d0274 (diff)
parent815d1abf3962d65c0bb9043c99a507580b4360df (diff)
downloadrails-5aeac576dccaacab12a0420ed795cb4a437fec4c.tar.gz
rails-5aeac576dccaacab12a0420ed795cb4a437fec4c.tar.bz2
rails-5aeac576dccaacab12a0420ed795cb4a437fec4c.zip
Merge pull request #30046 from kamipo/fix_string_literals_violations_for_active_storage
Fix `Style/StringLiterals` violations for Active Storage
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