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