mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
- Ref https://github.com/ruby/rubygems/pull/9171#discussion_r2658056892 - Referencing the constant Etc may raise a `NameError` depending on whether other Rubygems/Bundler codepath have evaluated a prior "require 'etc'". This can be reproduced with this Gemfile: ```ruby source "https://rubygems.org" gem 'prism', github: "ruby/prism" ``` https://github.com/ruby/rubygems/commit/5d435e6863