Commit 2ab02ee
committed
Stop exposing
It is a convenient but not required feature and it was causing the following cryptic error in the binstub generated by Bundler itself (but not in the binstub generated by Rubygems) when `BUNDLER_VERSION` was an empty string:
```
/usr/local/lib/ruby/site_ruby/3.0.0/rubygems/requirement.rb:106:in `parse': Illformed requirement [""] (Gem::Requirement::BadRequirementError)
from /usr/local/lib/ruby/site_ruby/3.0.0/rubygems/requirement.rb:138:in `block in initialize'
from /usr/local/lib/ruby/site_ruby/3.0.0/rubygems/requirement.rb:138:in `map!'
from /usr/local/lib/ruby/site_ruby/3.0.0/rubygems/requirement.rb:138:in `initialize'
from /bundle/bin/bundle:92:in `new'
from /bundle/bin/bundle:92:in `activate_bundler'
from /bundle/bin/bundle:81:in `load_bundler!'
from /bundle/bin/bundle:105:in `<top (required)>'
from /bundle/bin/whenever:17:in `load'
from /bundle/bin/whenever:17:in `<main>'
```BUNDLER_VERSION and RUBYGEMS_VERSION environment variables into containers1 parent 1d9987a commit 2ab02ee
3 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
167 | | - | |
168 | | - | |
| 165 | + | |
| 166 | + | |
169 | 167 | | |
170 | 168 | | |
171 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments