1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/install
David Rodríguez 6bcedabfdd
[rubygems/rubygems] Remove gem install hint when installing a gem fails
A fresh `gem install` might not reproduce the exact `bundle install`
environment that originally caused the error. It also makes it harder
for the user to troubleshoot the error since she needs to run a separate
command.

Instead, show the original error and backtrace directly.

https://github.com/rubygems/rubygems/commit/49c2abfec6
2021-07-27 09:25:55 +09:00
..
gemfile Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9 2021-07-14 10:48:07 +09:00
gems Sync RubyGems and Bundler with upstream 2021-07-07 15:31:52 +09:00
allow_offline_install_spec.rb
binstubs_spec.rb
bundler_spec.rb Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00
deploy_spec.rb Merge the master branch of Bundler 2021-04-15 15:36:15 +09:00
failure_spec.rb [rubygems/rubygems] Remove gem install hint when installing a gem fails 2021-07-27 09:25:55 +09:00
gemfile_spec.rb [rubygems/rubygems] s/install_gemfile!/install_gemfile 2020-06-18 19:14:15 +09:00
gemspecs_spec.rb Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00
git_spec.rb Merge the master branch of Bundler 2021-04-15 15:36:15 +09:00
global_cache_spec.rb Sync RubyGems and Bundler with upstream 2021-07-07 15:31:52 +09:00
path_spec.rb Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20 2021-01-04 13:14:43 +09:00
prereleases_spec.rb Sync bundler & rubygems 2021-05-11 11:29:41 +09:00
process_lock_spec.rb
redownload_spec.rb
security_policy_spec.rb
yanked_spec.rb