1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Daniel Colson
5c52981fcc
Update rails versions on Travis (#367)
This commit gets the Travis build passing by:

- Removing Rails 4.2 so we don't have to deal with bundler < 2 anymore
- Bumping to latest Rails versions
- Explicitly listing all gems that appear in the default Rails Gemfile
- Avoiding bootsnap and javascript, since they aren't relevant to these tests

Co-authored-by: alex <alexandr1golubenko@gmail.com>
2020-03-29 11:51:41 -04:00
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