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

Test against Rails 6.1 (#388)

This commit is contained in:
Antonis Berkakis 2021-01-13 02:11:20 +00:00 committed by GitHub
parent 9de5e2b765
commit a5c7bf300f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 0 deletions

View file

@ -18,6 +18,7 @@ gemfile:
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
- gemfiles/rails6.1.gemfile
matrix:
fast_finish: true
allow_failures:

View file

@ -38,3 +38,13 @@ appraise "rails6.0" do
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end
appraise "rails6.1" do
gem "byebug"
gem "listen", "~> 3.2"
gem "puma", "~> 5.0"
gem "rails", "~> 6.1.0", ">= 6.1.0.0"
gem "spring", "!= 2.1.1"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end

19
gemfiles/rails6.1.gemfile Normal file
View file

@ -0,0 +1,19 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "appraisal"
gem "aruba"
gem "cucumber", "1.3.19"
gem "rake"
gem "rspec-rails"
gem "standard"
gem "byebug"
gem "listen", "~> 3.2"
gem "puma", "~> 5.0"
gem "rails", "~> 6.1.0", ">= 6.1.0.0"
gem "spring", "!= 2.1.1"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
gemspec name: "factory_bot_rails", path: "../"