sass / sassc-rails

Integrate SassC-Ruby with Rails!
MIT License
707 stars 103 forks source link

Update Travis with Rails 6 and to use all current minor releases #130

Closed javierjulio closed 4 years ago

javierjulio commented 5 years ago

This adds a gemfile for running a CI build for Rails 6 (RC1). I thought it would help to get a head start on running CI builds for it to ensure compatibility.

This also addresses issues with the sprockets and sprockets-rails gemfiles where they were many minor versions behind the current version. As an example sprockets was only testing against 3.0.x but the latest minor version is 3.7.x.

I've noticed the jruby builds are only using 9.1.x but the latest is 9.2.x. Would you like an update to run against only 9.2.x?

javierjulio commented 5 years ago

The CI build is now passing. No additional changes. There were just some random failures around rvm downloads from what I could tell on the build errors.