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:
parent
9de5e2b765
commit
a5c7bf300f
3 changed files with 30 additions and 0 deletions
|
@ -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:
|
||||
|
|
10
Appraisals
10
Appraisals
|
@ -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
19
gemfiles/rails6.1.gemfile
Normal 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: "../"
|
Loading…
Reference in a new issue