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
David Rodríguez c38c1d82b1 [rubygems/rubygems] Let original EACCES error be raised
This block of code already wraps file operations with
`SharedHelpers.filesystem_access`, which rescues and re-raises more
friendly errors. Also, I'm not fully sure creating a temporary directory
can end up raising an `Errno::EACCES` error from reading `tmpdir`
sources. Finally, this rescue block apparently leads to some false
positives when firewall is blocking the ruby executable on Windows, or
at least that's what we've got reported.

In any case, I think it's best to let the original error be raised.

https://github.com/rubygems/rubygems/commit/f7dbe54404
2021-12-04 05:18:11 +09:00
..
bundler [rubygems/rubygems] Let original EACCES error be raised 2021-12-04 05:18:11 +09:00
cache [rubygems/rubygems] Use correct way to detect default gems 2021-10-13 16:21:42 +09:00
commands Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbd 2021-12-01 11:00:10 +09:00
install [rubygems/rubygems] Improve source gemfile/lockfile equivalence checks 2021-12-03 20:00:51 +09:00
lock [rubygems/rubygems] Remove lockfile_should_be helper 2021-11-12 06:05:07 +09:00
other [rubygems/rubygems] Clarify bundle viz deprecation 2021-11-22 09:29:13 +09:00
plugins [rubygems/rubygems] Remove lockfile_should_be helper 2021-11-12 06:05:07 +09:00
realworld [rubygems/rubygems] Don't replace ENV twice on non Windows platforms 2021-11-25 04:02:19 +09:00
resolver Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00
runtime [rubygems/rubygems] Remove lockfile_should_be helper 2021-11-12 06:05:07 +09:00
support [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00
update [rubygems/rubygems] Remove duplicated spec 2021-11-12 06:05:09 +09:00
quality_es_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
quality_spec.rb [rubygems/rubygems] use Rubocop Lint/Debugger check rather than custom spec 2021-10-29 17:13:03 +09:00
spec_helper.rb [rubygems/rubygems] Disable RUBYGEMS_GEMDEPS for bundler spec run 2021-08-31 19:06:14 +09:00