Closed larouxn closed 5 years ago
gem install bundler is installing Bundler >= 2.0 on Travis. As Bundler 2.0 dropped support for Ruby < 2.3, tests aren't running properly for many Ruby versions on Travis, include but not limited to:
gem install bundler
https://github.com/rails/coffee-rails/blob/fcb80dc8c7097005cd0b98125c40995eeeba5ec3/.travis.yml#L9-L12
Also broken for Rails <= 4.0.
gem install bundler
is installing Bundler >= 2.0 on Travis. As Bundler 2.0 dropped support for Ruby < 2.3, tests aren't running properly for many Ruby versions on Travis, include but not limited to:https://github.com/rails/coffee-rails/blob/fcb80dc8c7097005cd0b98125c40995eeeba5ec3/.travis.yml#L9-L12
Also broken for Rails <= 4.0.