diff options
Diffstat (limited to 'config/boot.rb')
-rw-r--r-- | config/boot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/boot.rb b/config/boot.rb index 30f5120..2820116 100644 --- a/config/boot.rb +++ b/config/boot.rb | |||
@@ -1,3 +1,3 @@ | |||
1 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) | 1 | ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) |
2 | 2 | ||
3 | require 'bundler/setup' # Set up gems listed in the Gemfile. | 3 | require "bundler/setup" # Set up gems listed in the Gemfile. |