e6f0c24bc3
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 |