Commit cf8b376
committed
Lazily load
This file seems required by `rake` by default. By lazily loading `set`,
usages of `rake` that don't use this part of `rake`, don't unnecessarily
activate the `set` gem.
This seems really minor, I know. But when testing rubygems & bundler,
it's interesting for us to be in full control of the gems that are
loaded, to make sure that we don't unintentionally activate gems causing
our users to be unable to select the version of those gems that they
need.set
1 parent c2eeae2 commit cf8b376
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments