Changed bundle setup error message.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8912 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -15,6 +15,6 @@ begin
|
||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
|
||||
Bundler.setup
|
||||
rescue Bundler::GemNotFound
|
||||
$stderr.puts "Some gems may need to be installed or updated. Please run `bundle install`."
|
||||
$stderr.puts "Some gems may need to be installed or updated.\nPlease run `bundle install --without development test`."
|
||||
exit 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user