From d7d88ccd11cda59619fea44e14997ed21b5f9a4e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Jan 2015 17:29:27 -0500 Subject: Initial commit. Base Rails 4.2.0 project. --- config/boot.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/boot.rb (limited to 'config/boot.rb') diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 0000000..6b750f0 --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. -- cgit v1.2.3