diff config/boot.rb @ 19:157f7fd136fc

Double quotes everywhere.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:11:19 +0900
parents a1c9fadc0904
children 257910c60eb3
line wrap: on
line diff
--- a/config/boot.rb	Fri Sep 05 23:10:53 2014 +0900
+++ b/config/boot.rb	Fri Sep 05 23:11:19 2014 +0900
@@ -1,4 +1,4 @@
 # Set up gems listed in the Gemfile.
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
 
-require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
+require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])