We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BUNDLE_PATH
1 parent 20f475f commit 9010a5cCopy full SHA for 9010a5c
Rakefile
@@ -63,6 +63,7 @@ def generate_rails_rdoc
63
cd 'rails' do
64
Bundler.with_unbundled_env do
65
ENV['BUNDLE_WITHOUT'] = %w[db view job storage cable ujs test rubocop lint mdl].join(':')
66
+ ENV['BUNDLE_PATH'] = 'vendor/bundle'
67
68
# Replace sdoc gem with my forked one
69
gemfile = File.read('Gemfile')
0 commit comments