about summary refs log tree commit diff stats
path: root/config/boot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/boot.rb')
-rw-r--r--config/boot.rb4
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 @@
1ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) 1ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2 2
3require 'bundler/setup' # Set up gems listed in the Gemfile. 3require "bundler/setup" # Set up gems listed in the Gemfile.