Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Fix gem install bundler for really old rubies (< 2.3) #152

Merged

Conversation

agrare
Copy link
Contributor

@agrare agrare commented Feb 7, 2019

An appropriate bundler version is installed by rvm with the ruby version
requested. Later if we gem install bundler it will fail on really old
rubies (< 2.3) because it tries to install bundler 2.0.

As long as the specific version of bundler doesn't matter we can just
use the bundler version that rvm installs.

An appropriate bundler version is installed by rvm with the ruby version
requested.  Later if we gem install bundler it will fail on really old
rubies (< 2.3) because it tries to install bundler 2.0.

As long as the specific version of bundler doesn't matter we can just
use the bundler version that rvm installs.
@jrgarcia jrgarcia merged commit 6418b8f into vmware-archive:master Feb 7, 2019
@jrgarcia
Copy link
Contributor

jrgarcia commented Feb 7, 2019

Thanks again, @agrare! 🎉

@agrare agrare deleted the fix_bundler_ruby_less_than_2_3 branch February 7, 2019 22:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants