diff config/boot.rb @ 467:fd3078b4d355

Update to latest rails
author nanaya <me@nanaya.pro>
date Tue, 22 Oct 2019 16:17:30 +0900
parents 68eb23b52864
children 6cac8fcf8164
line wrap: on
line diff
--- a/config/boot.rb	Fri May 31 09:10:37 2019 +0900
+++ b/config/boot.rb	Tue Oct 22 16:17:30 2019 +0900
@@ -1,3 +1,3 @@
-ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
 
-require "bundler/setup" # Set up gems listed in the Gemfile.
+require 'bundler/setup' # Set up gems listed in the Gemfile.