Commit 9ad59f7
Merge #7213
7213: Replace `bundler_2:install` task with `bundler_3:install` r=deivid-rodriguez a=deivid-rodriguez
### What was the end-user problem that led to this PR?
The problem was that the `bundler_2:install` task is no longer meaningful.
### What was your diagnosis of the problem?
My diagnosis was that master points to 2.x now, so this task is useless.
### What is your fix for the problem, implemented in this PR?
My fix is move it to `bundler_3:install`.
### Why did you choose this fix out of the possible options?
I chose this fix because it keeps the shortcut, but for a useful future version.
Co-authored-by: David Rodríguez <[email protected]>1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments