Commit Graph

21 Commits

Author SHA1 Message Date
Daniel Colson 72d11f3ffd Use the latest version of bundler 2019-02-11 22:47:18 -05:00
Daniel Colson 806ec9f6fe
Bump to version 5.0.0 [ci skip] 2019-01-31 20:10:29 -05:00
Daniel Colson 515af01ca9
Bump to version 5.0.0.rc2 2019-01-11 14:58:26 -05:00
Daniel Colson e3c65b197c
Bump version to 5.0.0.rc1 [skip ci] 2019-01-05 22:00:45 -05:00
Daniel Colson 27edb29a96
Bump Ruby and Rails requirements in gemspec
factory\_bot 5 will only support Ruby 2.3 and higher, and Rails 4.2 and
higher. This includes all versions that have not yet reached EOL:

https://www.ruby-lang.org/en/downloads/branches/
https://guides.rubyonrails.org/maintenance_policy.html
2019-01-04 22:19:11 -05:00
Daniel Colson 70bc8e2d20
Update development dependencies
I consolidated all the development dependencies in the gemspec,
then ran `bundle update` and `appraisal install`.

I also got rid of unnecessary version constraints (I would rather just
the latest versions of things in development, and we can always add
constraints later if necessary), and removed the jruby-specific gems
since we aren't testing on jruby anymore.
2019-01-04 20:59:12 -05:00
Daniel Colson f8a77dec25
Avoid yanked concurrent-ruby version
concurrent-ruby 1.1.0 seems to have been yanked,
causing our test suite to fail,
so I regenerated all the gemfile.locks with a versions that exists.
2018-11-15 08:04:46 -08:00
Daniel Colson 2ee8a2f99d Update Appraisals
Get rid of the deprecated appraisal rake tasks in favor of running
appraisal directly with `bundle exec appraisal rake`.

I also went ahead and updated all the gemfiles.
2018-10-31 15:35:35 -04:00
Daniel Colson c2d82b2631 Update Appraisal Gemfile locks 2018-09-18 02:18:46 +00:00
Oli Peate 40c8708c47 Bump version to 4.10.0 2018-05-25 15:37:21 +01:00
Brian Hawley 82b81a9cd8 Update Ruby and Rails versions tested (#1088)
Add Ruby 2.4.2 and Rails 5.1, and update Ruby 2.2 and 2.3 patches.
2018-02-01 09:37:48 -05:00
Avielle Wolfe c1ef441d60 Bump version to 4.8.2 2017-10-20 16:05:15 -04:00
Avielle c716ce01b4 Replace 'girl' with 'bot' everywhere (#1051)
Also: add a deprecation warning to factory_girl, asking users to switch to
factory_bot

https://github.com/thoughtbot/factory_girl/issues/921
2017-10-20 15:20:28 -04:00
Joshua Clayton 3872ab7d0f
Bump version to 4.8.1 2017-09-28 06:30:14 -04:00
Joshua Clayton dfab5a530d
Update Appraisal dependencies
What?
=====

This bumps the version of all dependencies across all Appraisal gemfiles.
2017-09-28 06:19:26 -04:00
Oli Peate 8a1df75fa1 Remove mocha & bourne from Appraisal lockfiles 2017-07-14 17:25:47 +01:00
Joshua Clayton d42595f469
Bump version to 4.8.0 2016-12-16 06:09:37 -05:00
Joshua Clayton 95098f75b8
Appraise against Rails 5.0 2016-07-01 09:05:46 -04:00
Joshua Clayton 2ffabd2855 Bump version to 4.7.0 2016-04-01 08:16:55 -04:00
Cédric Boutillier 4a4a0b90f2 Upgrade RSpec and other testing gems 2016-02-07 00:14:25 -05:00
Joshua Clayton d5a3dddb46 Appraise against Rails 5.0.0.beta
Why?

With Rails' upcoming release, test against the latest beta of Rails 5.
2016-02-05 20:38:29 -05:00