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

Stop testing old Ruby and Rails versions

Ruby 2.1 and 2.2 are no longer maintained, and Rails 3.2 and 4.2 are no
longer maintained, so I don't want to go out of our way to continue
supporting them in FactoryBot 5+. Hooray for faster test runs!
This commit is contained in:
Daniel Colson 2018-07-25 20:19:58 -04:00
parent 25594384e5
commit 75d1f68d12
4 changed files with 0 additions and 76 deletions

View file

@ -1,15 +1,4 @@
# These are the versions of Rails we want to test against.
appraise 'rails3.2' do
gem 'rails', '~> 3.2.21'
gem 'sass-rails'
end
appraise 'rails4.1' do
gem 'rails', '~> 4.1.9'
gem 'sass-rails'
gem 'spring'
end
appraise 'rails4.2' do
gem 'rails', '~> 4.2.0'
end