mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
e6f0c24bc3
If you bundle to a local path bundler is not included in it, so calling "gem 'bundler'" will fail.
4 lines
No EOL
89 B
Ruby
4 lines
No EOL
89 B
Ruby
# bust gem prelude
|
|
require 'rubygems' unless defined? Gem
|
|
require 'bundler'
|
|
Bundler.setup |