##// END OF EJS Templates
Changed bundle setup error message....
Jean-Philippe Lang -
r8792:21617889e8d3
parent child
Show More
@@ -15,6 +15,6 begin
15 ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
15 ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
16 Bundler.setup
16 Bundler.setup
17 rescue Bundler::GemNotFound
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 exit 1
19 exit 1
20 end
20 end
General Comments 0
You need to be logged in to leave comments. Login now