roar-jsonapi icon indicating copy to clipboard operation
roar-jsonapi copied to clipboard

Use bundler < 2.0 to fix builds

Open acidtangodev opened this issue 6 years ago • 4 comments

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)

acidtangodev avatar Feb 07 '19 13:02 acidtangodev

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?

fran-worley avatar Feb 07 '19 15:02 fran-worley

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?

acidtangodev avatar Feb 07 '19 17:02 acidtangodev

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

kurko avatar Jun 09 '20 17:06 kurko

@acidtangodev Obsoleted by #41

leoarnold avatar Nov 30 '22 17:11 leoarnold