Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
6
oldstuff/RubyFun/rails/gerbil/config/boot.rb
Normal file
6
oldstuff/RubyFun/rails/gerbil/config/boot.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
require 'rubygems'
|
||||
|
||||
# Set up gems listed in the Gemfile.
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
|
||||
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|
||||
Reference in New Issue
Block a user