ruby icon indicating copy to clipboard operation
ruby copied to clipboard

Since 3.3 the rubygems/indexer.rb lib is missing.

Open johansmitsnl opened this issue 1 year ago • 1 comments

In all previous versions the file is present. Is this an error?

johansmitsnl avatar Mar 08 '24 11:03 johansmitsnl

We don't do anything to remove this particular dependency. Our installation process is fairly straightforward; as far as I know, any rubygems dependency changes would have been changes in Ruby itself (or maybe transitive dependencies of those included gems).

Perhaps something caused by the changes here? https://github.com/ruby/ruby/blob/ruby_3_2/gems/bundled_gems vs https://github.com/ruby/ruby/blob/ruby_3_3/gems/bundled_gems

yosifkit avatar Mar 08 '24 21:03 yosifkit