Daniel Colson
b18181444d
Lock listen gem for Rails 6.0
...
Rails 6.0 has listen pessimistically [locked] to < 3.2
listen 3.2 was just released, causing our build to fail
[locked]: b45699cbf2/railties/lib/rails/generators/rails/app/templates/Gemfile.tt (L56)
2019-10-02 20:11:25 -04:00
Oliver Peate
064838c0e0
Appraise Rails 6.0.0
...
https://edgeguides.rubyonrails.org/6_0_release_notes.html
2019-08-19 16:56:55 -04:00
Daniel Colson
01051ad6ae
Use pessimistic version for sass-rails
...
Rails 6.0.0 generates a Gemfile with sass-rails at `~> 5`. Our
Appraisals need to match, or else we end up installing version 6 on CI
and the tests fail with the wrong version.
2019-08-19 13:41:46 -04:00
Daniel Colson
34982c03f1
Test against latest versions of Rails
2019-04-25 08:54:46 -04:00
Daniel Colson
8c09393993
Test against rails 6.0
2019-04-04 08:54:38 -04:00