Test against latest versions of Rails

This commit is contained in:
Daniel Colson 2019-04-25 00:19:19 -04:00
parent 5ff9360444
commit 197947fc73
11 changed files with 135 additions and 130 deletions

View File

@ -1,19 +1,21 @@
appraise "4.2" do
gem "activerecord", "~> 4.2.5.1"
gem "activerecord", "~> 4.2.11"
gem "sqlite3", "~> 1.3.6"
end
appraise "5.0" do
gem "activerecord", "~> 5.0.0"
gem "activerecord", "~> 5.0.7"
gem "sqlite3", "~> 1.3.6"
end
appraise "5.1" do
gem "activerecord", "~> 5.1.0"
gem "activerecord", "~> 5.1.7"
end
appraise "5.2" do
gem "activerecord", "~> 5.2.0"
gem "activerecord", "~> 5.2.3"
end
appraise "6.0" do
gem "activerecord", "~> 6.0.0.beta1"
gem "activerecord", "~> 6.0.0.rc1"
end

View File

@ -2,6 +2,7 @@
source "https://rubygems.org"
gem "activerecord", "~> 4.2.5.1"
gem "activerecord", "~> 4.2.11"
gem "sqlite3", "~> 1.3.6"
gemspec name: "factory_bot", path: "../"

View File

@ -7,16 +7,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
activerecord (4.2.5.2)
activemodel (= 4.2.5.2)
activesupport (= 4.2.5.2)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activesupport (4.2.5.2)
activesupport (4.2.11.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
@ -25,19 +24,19 @@ GEM
rake
thor (>= 0.14.0)
arel (6.0.4)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
backports (3.11.4)
backports (3.13.0)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.4)
childprocess (1.0.1)
rake (< 13.0)
concurrent-ruby (1.1.5)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
@ -57,16 +56,16 @@ GEM
cucumber-wire (0.0.1)
diff-lcs (1.3)
docile (1.3.1)
ffi (1.9.25)
ffi (1.10.0)
gherkin (5.1.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.6)
json (2.2.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
@ -77,10 +76,10 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
@ -106,14 +105,14 @@ GEM
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
yard (0.9.16)
unicode-display_width (1.5.0)
yard (0.9.19)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.2.5.1)
activerecord (~> 4.2.11)
appraisal
aruba
cucumber
@ -123,7 +122,7 @@ DEPENDENCIES
rspec-its
rubocop (= 0.54)
simplecov
sqlite3
sqlite3 (~> 1.3.6)
timecop
yard

View File

@ -2,6 +2,7 @@
source "https://rubygems.org"
gem "activerecord", "~> 5.0.0"
gem "activerecord", "~> 5.0.7"
gem "sqlite3", "~> 1.3.6"
gemspec name: "factory_bot", path: "../"

View File

@ -7,13 +7,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (5.0.7)
activesupport (= 5.0.7)
activerecord (5.0.7)
activemodel (= 5.0.7)
activesupport (= 5.0.7)
activemodel (5.0.7.2)
activesupport (= 5.0.7.2)
activerecord (5.0.7.2)
activemodel (= 5.0.7.2)
activesupport (= 5.0.7.2)
arel (~> 7.0)
activesupport (5.0.7)
activesupport (5.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -23,19 +23,19 @@ GEM
rake
thor (>= 0.14.0)
arel (7.1.4)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
backports (3.11.4)
backports (3.13.0)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.4)
childprocess (1.0.1)
rake (< 13.0)
concurrent-ruby (1.1.5)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
@ -55,16 +55,16 @@ GEM
cucumber-wire (0.0.1)
diff-lcs (1.3)
docile (1.3.1)
ffi (1.9.25)
ffi (1.10.0)
gherkin (5.1.0)
i18n (1.4.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.1.0)
json (2.2.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
@ -75,10 +75,10 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
@ -104,14 +104,14 @@ GEM
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
yard (0.9.16)
unicode-display_width (1.5.0)
yard (0.9.19)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.0.0)
activerecord (~> 5.0.7)
appraisal
aruba
cucumber
@ -121,7 +121,7 @@ DEPENDENCIES
rspec-its
rubocop (= 0.54)
simplecov
sqlite3
sqlite3 (~> 1.3.6)
timecop
yard

View File

@ -2,6 +2,6 @@
source "https://rubygems.org"
gem "activerecord", "~> 5.1.0"
gem "activerecord", "~> 5.1.7"
gemspec name: "factory_bot", path: "../"

View File

@ -7,13 +7,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (5.1.6.1)
activesupport (= 5.1.6.1)
activerecord (5.1.6.1)
activemodel (= 5.1.6.1)
activesupport (= 5.1.6.1)
activemodel (5.1.7)
activesupport (= 5.1.7)
activerecord (5.1.7)
activemodel (= 5.1.7)
activesupport (= 5.1.7)
arel (~> 8.0)
activesupport (5.1.6.1)
activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -23,19 +23,19 @@ GEM
rake
thor (>= 0.14.0)
arel (8.0.0)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
backports (3.11.4)
backports (3.13.0)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.4)
childprocess (1.0.1)
rake (< 13.0)
concurrent-ruby (1.1.5)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
@ -55,16 +55,16 @@ GEM
cucumber-wire (0.0.1)
diff-lcs (1.3)
docile (1.3.1)
ffi (1.9.25)
ffi (1.10.0)
gherkin (5.1.0)
i18n (1.4.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.1.0)
json (2.2.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
@ -75,10 +75,10 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
@ -98,20 +98,20 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
sqlite3 (1.4.0)
thor (0.20.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
yard (0.9.16)
unicode-display_width (1.5.0)
yard (0.9.19)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.1.0)
activerecord (~> 5.1.7)
appraisal
aruba
cucumber

View File

@ -2,6 +2,6 @@
source "https://rubygems.org"
gem "activerecord", "~> 5.2.0"
gem "activerecord", "~> 5.2.3"
gemspec name: "factory_bot", path: "../"

View File

@ -7,13 +7,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.2)
activesupport (= 5.2.2)
activerecord (5.2.2)
activemodel (= 5.2.2)
activesupport (= 5.2.2)
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
arel (>= 9.0)
activesupport (5.2.2)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -23,19 +23,19 @@ GEM
rake
thor (>= 0.14.0)
arel (9.0.0)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
backports (3.11.4)
backports (3.13.0)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.4)
childprocess (1.0.1)
rake (< 13.0)
concurrent-ruby (1.1.5)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
@ -55,16 +55,16 @@ GEM
cucumber-wire (0.0.1)
diff-lcs (1.3)
docile (1.3.1)
ffi (1.9.25)
ffi (1.10.0)
gherkin (5.1.0)
i18n (1.4.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.1.0)
json (2.2.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
@ -75,10 +75,10 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
@ -98,20 +98,20 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
sqlite3 (1.4.0)
thor (0.20.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
yard (0.9.16)
unicode-display_width (1.5.0)
yard (0.9.19)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.2.0)
activerecord (~> 5.2.3)
appraisal
aruba
cucumber

View File

@ -2,6 +2,6 @@
source "https://rubygems.org"
gem "activerecord", "~> 6.0.0.beta1"
gem "activerecord", "~> 6.0.0.rc1"
gemspec name: "factory_bot", path: "../"

View File

@ -7,33 +7,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.0.beta1)
activesupport (= 6.0.0.beta1)
activerecord (6.0.0.beta1)
activemodel (= 6.0.0.beta1)
activesupport (= 6.0.0.beta1)
activesupport (6.0.0.beta1)
activemodel (6.0.0.rc1)
activesupport (= 6.0.0.rc1)
activerecord (6.0.0.rc1)
activemodel (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
activesupport (6.0.0.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.4)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
backports (3.11.4)
backports (3.13.0)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.4)
childprocess (1.0.1)
rake (< 13.0)
concurrent-ruby (1.1.5)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
@ -53,16 +54,16 @@ GEM
cucumber-wire (0.0.1)
diff-lcs (1.3)
docile (1.3.1)
ffi (1.9.25)
ffi (1.10.0)
gherkin (5.1.0)
i18n (1.5.3)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.1.0)
json (2.2.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
parallel (1.12.1)
parser (2.6.0.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
@ -73,10 +74,10 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
@ -96,20 +97,21 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
sqlite3 (1.4.0)
thor (0.20.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.1)
yard (0.9.18)
unicode-display_width (1.5.0)
yard (0.9.19)
zeitwerk (2.1.5)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 6.0.0.beta1)
activerecord (~> 6.0.0.rc1)
appraisal
aruba
cucumber