Commit b722d37
[ruby/rubygems] Add a missing "require 'etc'" statement:
- Ref ruby/rubygems#9171 (comment)
- 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"
```
ruby/rubygems@5d435e68631 parent b7dbdfe commit b722d37
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
947 | 952 | | |
948 | 953 | | |
949 | 954 | | |
| |||
0 commit comments