boot.rb
6 lines
| 191 B
| text/x-ruby
|
RubyLexer
/ config / boot.rb
|
r9346 | require 'rubygems' | ||
|
r2 | |||
|
r9346 | # Set up gems listed in the Gemfile. | ||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) | ||||
|
r6342 | |||
|
r9346 | require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) | ||