From a77ca278809d7f31fa51e4b821faed86324c8275 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Wed, 15 Jul 2015 20:52:48 -0700 Subject: [RuboCop] Enable Style/StringLiterals --- exe/bundle_ruby | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exe/bundle_ruby') diff --git a/exe/bundle_ruby b/exe/bundle_ruby index d0cfdc27..734e5a78 100755 --- a/exe/bundle_ruby +++ b/exe/bundle_ruby @@ -2,9 +2,9 @@ Signal.trap("INT") { exit 1 } -require 'bundler/ruby_version' -require 'bundler/ruby_dsl' -require 'bundler/shared_helpers' +require "bundler/ruby_version" +require "bundler/ruby_dsl" +require "bundler/shared_helpers" module Bundler class GemfileError < RuntimeError; end -- cgit v1.2.3