Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bundler < 2.0 to fix builds #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use bundler < 2.0 to fix builds #39

wants to merge 1 commit into from

Conversation

acidtangodev
Copy link
Contributor

Description

This PR changes the .travis.yml file to use the latest 1.x version of bundler since from version 2 they dropped support for Ruby versions 2.2 and older (more info)

@fran-worley
Copy link
Collaborator

Thanks @acidtangodev I assume there is no way to do this conditionally? I.e. only force the change if using an old version of ruby?

@acidtangodev
Copy link
Contributor Author

Not that I know of, maybe it could be done using the TRAVIS_RUBY_VERSION env var provided by Travis and some conditional using bash, but I have no idea how to do that, I've been searching but I can't find how to do it, maybe some bash master can give us a hand?

@kurko
Copy link

kurko commented Jun 9, 2020

Maybe it's time to drop support for Ruby <= 2.2 too.

@leoarnold
Copy link
Contributor

@acidtangodev Obsoleted by #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants