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 ad8774f8e5 [rubygems/rubygems] Fix another regression for sorbet
Recently a changed was introduced to update the resolver platforms after
it has been created, in order to remove the "ruby" platform from it if
it's to be removed from the lockfile. However, it did not update the
`@resolving_only_for_ruby` instance variable in that case, so the
resolver was not properly doing the right thing anymore.

To fix this, I tweaked the code to restore not changing resolver
platforms after the resolver has been instantiated.

https://github.com/rubygems/rubygems/commit/8fbc30a1d0
2022-08-25 23:39:02 +09:00
..
bundler [rubygems/rubygems] Bundler: update the link suggested on error with the new one 2022-08-23 14:28:47 +09:00
cache
commands [rubygems/rubygems] Bundler: avoid use of "can not" in spec literals 2022-08-23 15:33:34 +09:00
install [rubygems/rubygems] Fix another regression for sorbet 2022-08-25 23:39:02 +09:00
lock Merge rubygems master from 446cc57a7c 2022-07-29 15:46:15 +09:00
other Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00
plugins
realworld Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00
resolver [rubygems/rubygems] Backport non-gnu libc on linux platform matching to Bundler 2022-08-24 17:59:15 +09:00
runtime [rubygems/rubygems] Fix edge case where bundler/inline unintentionally skips install 2022-08-21 17:54:11 +09:00
support [rubygems/rubygems] Backport non-gnu libc on linux platform matching to Bundler 2022-08-24 17:59:15 +09:00
update
quality_es_spec.rb
quality_spec.rb Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00
spec_helper.rb