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 526c9359ca [rubygems/rubygems] Don't cleanup paths from gems already activated from $LOAD_PATH
This way, if some default gem has been required before bundler, and
rubygems has enhanced the `$LOAD_PATH` to use the latest version in the
system, further requires of that default gem after bundler has been
activated will use the same version and don't cause redefinition
warnings or worse problems derived from the fact of mixing up two
different versions. That, unless the gem is a `Gemfile` dependency. In
that case, we'll get a mismatch error anyways as we do now.

This fix doesn't mean that all default gems internally used by
bundler/rubygems are now supported inside `Gemfile`'s. That should be
handled case by case, but it will now bite people only when they try to
add the gem to their `Gemfile`, not before.

https://github.com/rubygems/rubygems/commit/7325530547
2021-12-07 01:53:39 +09:00
..
bundler [rubygems/rubygems] Feature: accept pull request URLs as github source 2021-12-06 20:27:29 +09:00
cache [rubygems/rubygems] Use correct way to detect default gems 2021-10-13 16:21:42 +09:00
commands [rubygems/rubygems] Add --version parameter to bundle info command. 2021-12-06 18:03:54 +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] Don't cleanup paths from gems already activated from $LOAD_PATH 2021-12-07 01:53:39 +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
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