summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-07-27 11:23:41 -0700
committerAndre Arko <andre@arko.net>2015-07-27 13:22:41 -0700
commit2895dbcc4662ad4c302177627e05e71b94919547 (patch)
tree071783fd344a55f37d7235e030de3918355ff9bb
parentf9bfa7cf696f2f35fca85aa55f2ccbc94c2e981b (diff)
downloadbundler-2895dbcc4662ad4c302177627e05e71b94919547.tar.gz
double quotes for RuboCop
-rw-r--r--lib/bundler/cli/gem.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb
index 4a4d0d1ac5..bae6ab06b8 100644
--- a/lib/bundler/cli/gem.rb
+++ b/lib/bundler/cli/gem.rb
@@ -3,8 +3,8 @@ require "pathname"
module Bundler
class CLI::Gem
TEST_FRAMEWORK_VERSIONS = {
- 'rspec' => '3.0',
- 'minitest' => '5.0'
+ "rspec" => "3.0",
+ "minitest" => "5.0"
}
attr_reader :options, :gem_name, :thor, :name, :target