Mercurial > rsstweet
diff config/boot.rb @ 72:257910c60eb3
Rails 5 \o/
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 13 May 2016 04:32:21 +0900 |
parents | 157f7fd136fc |
children | f67f3ad50270 |
line wrap: on
line diff
--- a/config/boot.rb Tue Mar 01 16:34:29 2016 +0900 +++ b/config/boot.rb Fri May 13 04:32:21 2016 +0900 @@ -1,4 +1,3 @@ -# Set up gems listed in the Gemfile. -ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__) +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) -require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"]) +require "bundler/setup" # Set up gems listed in the Gemfile.