-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Restarted the build. Seems that the tgz for Ruby 2.6.2 wasn't up at the time of opening the PR. |
I still need to restore some of the hacks. The |
39c9a16
to
d3095df
Compare
MRI 2.5.4 now regressed and suffers from the same issue as 2.6.2 :S
d3095df
to
15976c0
Compare
To avoid activation of the `etc` gem.
Hei! I managed to get this green and removed all hacks. After closer examination, it might be This sounds like a better fix. It needs a patch to |
We should wait for the upstream PR, @hsbt could you have a look? |
@bundlerbot r+ |
7036: Bump travis rubies r=hsbt a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that hacks create confusion, even if they include TODO notes. ### What was your diagnosis of the problem? My diagnosis was that we can should upgrade to the latest ruby releases to reduce the number of hacks we need to maintain. ### What is your fix for the problem, implemented in this PR? My fix is to upgrade rubies and remove hacks. ### Why did you choose this fix out of the possible options? I chose this fix because it's a good change. Co-authored-by: David Rodríguez <[email protected]>
Build succeeded |
Great! I opened #7068 to vendor that! |
7036: Bump travis rubies r=hsbt a=deivid-rodriguez The problem was that hacks create confusion, even if they include TODO notes. My diagnosis was that we can should upgrade to the latest ruby releases to reduce the number of hacks we need to maintain. My fix is to upgrade rubies and remove hacks. I chose this fix because it's a good change. Co-authored-by: David Rodríguez <[email protected]> (cherry picked from commit d368aa9)
* 2-0-stable: (89 commits) fix changelog 2.0.2 typos add v2.0.2 changelog bump version to 2.0.2 Merge #7199 fix bug where bundler v3 is running a test for bundflet 2 Merge #6798 add bors configuation port GemHelper from master Merge #7080 Merge #7089 Merge #7068 Merge #7036 Merge #7067 change Bundler 3 specs in travis to use RubyGems 3.0.3 bump RubyGems v3 to the latest version on Travis Merge #6963 Merge #7078 Merge pull request #7061 from bundler/fix_circular_requires Merge #6864 remove linting step in travis (it will still run in each build) ...
What was the end-user problem that led to this PR?
The problem was that hacks create confusion, even if they include TODO notes.
What was your diagnosis of the problem?
My diagnosis was that we can should upgrade to the latest ruby releases to reduce the number of hacks we need to maintain.
What is your fix for the problem, implemented in this PR?
My fix is to upgrade rubies and remove hacks.
Why did you choose this fix out of the possible options?
I chose this fix because it's a good change.