mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
526c9359ca
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 |
||
---|---|---|
.. | ||
bundler | ||
cache | ||
commands | ||
install | ||
lock | ||
other | ||
plugins | ||
realworld | ||
resolver | ||
runtime | ||
support | ||
update | ||
quality_es_spec.rb | ||
quality_spec.rb | ||
spec_helper.rb |