Project

General

Profile

« Previous | Next » 

Revision 8912

Changed bundle setup error message.

View differences:

preinitializer.rb
15 15
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
16 16
  Bundler.setup
17 17
rescue Bundler::GemNotFound
18
  $stderr.puts "Some gems may need to be installed or updated. Please run `bundle install`."
18
  $stderr.puts "Some gems may need to be installed or updated.\nPlease run `bundle install --without development test`."
19 19
  exit 1
20 20
end

Also available in: Unified diff