mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Test against latest versions of Rails
This commit is contained in:
parent
5ff9360444
commit
197947fc73
11 changed files with 135 additions and 130 deletions
12
Appraisals
12
Appraisals
|
@ -1,19 +1,21 @@
|
||||||
appraise "4.2" do
|
appraise "4.2" do
|
||||||
gem "activerecord", "~> 4.2.5.1"
|
gem "activerecord", "~> 4.2.11"
|
||||||
|
gem "sqlite3", "~> 1.3.6"
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise "5.0" do
|
appraise "5.0" do
|
||||||
gem "activerecord", "~> 5.0.0"
|
gem "activerecord", "~> 5.0.7"
|
||||||
|
gem "sqlite3", "~> 1.3.6"
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise "5.1" do
|
appraise "5.1" do
|
||||||
gem "activerecord", "~> 5.1.0"
|
gem "activerecord", "~> 5.1.7"
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise "5.2" do
|
appraise "5.2" do
|
||||||
gem "activerecord", "~> 5.2.0"
|
gem "activerecord", "~> 5.2.3"
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise "6.0" do
|
appraise "6.0" do
|
||||||
gem "activerecord", "~> 6.0.0.beta1"
|
gem "activerecord", "~> 6.0.0.rc1"
|
||||||
end
|
end
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
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: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,16 +7,15 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (4.2.5.2)
|
activemodel (4.2.11.1)
|
||||||
activesupport (= 4.2.5.2)
|
activesupport (= 4.2.11.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.2.5.2)
|
activerecord (4.2.11.1)
|
||||||
activemodel (= 4.2.5.2)
|
activemodel (= 4.2.11.1)
|
||||||
activesupport (= 4.2.5.2)
|
activesupport (= 4.2.11.1)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activesupport (4.2.5.2)
|
activesupport (4.2.11.1)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
json (~> 1.7, >= 1.7.7)
|
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
|
@ -25,19 +24,19 @@ GEM
|
||||||
rake
|
rake
|
||||||
thor (>= 0.14.0)
|
thor (>= 0.14.0)
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
aruba (0.14.6)
|
aruba (0.14.9)
|
||||||
childprocess (>= 0.6.3, < 0.10.0)
|
childprocess (>= 0.6.3, < 1.1.0)
|
||||||
contracts (~> 0.9)
|
contracts (~> 0.9)
|
||||||
cucumber (>= 1.3.19)
|
cucumber (>= 1.3.19)
|
||||||
ffi (~> 1.9.10)
|
ffi (~> 1.9)
|
||||||
rspec-expectations (>= 2.99)
|
rspec-expectations (>= 2.99)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
backports (3.11.4)
|
backports (3.13.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
childprocess (0.9.0)
|
childprocess (1.0.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
rake (< 13.0)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
contracts (0.16.0)
|
contracts (0.16.0)
|
||||||
cucumber (3.1.2)
|
cucumber (3.1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -57,16 +56,16 @@ GEM
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
ffi (1.9.25)
|
ffi (1.10.0)
|
||||||
gherkin (5.1.0)
|
gherkin (5.1.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (1.8.6)
|
json (2.2.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
parallel (1.12.1)
|
parallel (1.17.0)
|
||||||
parser (2.5.3.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -77,10 +76,10 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.0)
|
rspec-core (3.8.0)
|
||||||
rspec-support (~> 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)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-its (1.2.0)
|
rspec-its (1.3.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
|
@ -106,14 +105,14 @@ GEM
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
yard (0.9.16)
|
yard (0.9.19)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 4.2.5.1)
|
activerecord (~> 4.2.11)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
@ -123,7 +122,7 @@ DEPENDENCIES
|
||||||
rspec-its
|
rspec-its
|
||||||
rubocop (= 0.54)
|
rubocop (= 0.54)
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3 (~> 1.3.6)
|
||||||
timecop
|
timecop
|
||||||
yard
|
yard
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "activerecord", "~> 5.0.0"
|
gem "activerecord", "~> 5.0.7"
|
||||||
|
gem "sqlite3", "~> 1.3.6"
|
||||||
|
|
||||||
gemspec name: "factory_bot", path: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,13 +7,13 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (5.0.7)
|
activemodel (5.0.7.2)
|
||||||
activesupport (= 5.0.7)
|
activesupport (= 5.0.7.2)
|
||||||
activerecord (5.0.7)
|
activerecord (5.0.7.2)
|
||||||
activemodel (= 5.0.7)
|
activemodel (= 5.0.7.2)
|
||||||
activesupport (= 5.0.7)
|
activesupport (= 5.0.7.2)
|
||||||
arel (~> 7.0)
|
arel (~> 7.0)
|
||||||
activesupport (5.0.7)
|
activesupport (5.0.7.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -23,19 +23,19 @@ GEM
|
||||||
rake
|
rake
|
||||||
thor (>= 0.14.0)
|
thor (>= 0.14.0)
|
||||||
arel (7.1.4)
|
arel (7.1.4)
|
||||||
aruba (0.14.6)
|
aruba (0.14.9)
|
||||||
childprocess (>= 0.6.3, < 0.10.0)
|
childprocess (>= 0.6.3, < 1.1.0)
|
||||||
contracts (~> 0.9)
|
contracts (~> 0.9)
|
||||||
cucumber (>= 1.3.19)
|
cucumber (>= 1.3.19)
|
||||||
ffi (~> 1.9.10)
|
ffi (~> 1.9)
|
||||||
rspec-expectations (>= 2.99)
|
rspec-expectations (>= 2.99)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
backports (3.11.4)
|
backports (3.13.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
childprocess (0.9.0)
|
childprocess (1.0.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
rake (< 13.0)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
contracts (0.16.0)
|
contracts (0.16.0)
|
||||||
cucumber (3.1.2)
|
cucumber (3.1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -55,16 +55,16 @@ GEM
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
ffi (1.9.25)
|
ffi (1.10.0)
|
||||||
gherkin (5.1.0)
|
gherkin (5.1.0)
|
||||||
i18n (1.4.0)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
parallel (1.12.1)
|
parallel (1.17.0)
|
||||||
parser (2.5.3.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -75,10 +75,10 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.0)
|
rspec-core (3.8.0)
|
||||||
rspec-support (~> 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)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-its (1.2.0)
|
rspec-its (1.3.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
|
@ -104,14 +104,14 @@ GEM
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
yard (0.9.16)
|
yard (0.9.19)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 5.0.0)
|
activerecord (~> 5.0.7)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
@ -121,7 +121,7 @@ DEPENDENCIES
|
||||||
rspec-its
|
rspec-its
|
||||||
rubocop (= 0.54)
|
rubocop (= 0.54)
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3 (~> 1.3.6)
|
||||||
timecop
|
timecop
|
||||||
yard
|
yard
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "activerecord", "~> 5.1.0"
|
gem "activerecord", "~> 5.1.7"
|
||||||
|
|
||||||
gemspec name: "factory_bot", path: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,13 +7,13 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (5.1.6.1)
|
activemodel (5.1.7)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.7)
|
||||||
activerecord (5.1.6.1)
|
activerecord (5.1.7)
|
||||||
activemodel (= 5.1.6.1)
|
activemodel (= 5.1.7)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.7)
|
||||||
arel (~> 8.0)
|
arel (~> 8.0)
|
||||||
activesupport (5.1.6.1)
|
activesupport (5.1.7)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -23,19 +23,19 @@ GEM
|
||||||
rake
|
rake
|
||||||
thor (>= 0.14.0)
|
thor (>= 0.14.0)
|
||||||
arel (8.0.0)
|
arel (8.0.0)
|
||||||
aruba (0.14.6)
|
aruba (0.14.9)
|
||||||
childprocess (>= 0.6.3, < 0.10.0)
|
childprocess (>= 0.6.3, < 1.1.0)
|
||||||
contracts (~> 0.9)
|
contracts (~> 0.9)
|
||||||
cucumber (>= 1.3.19)
|
cucumber (>= 1.3.19)
|
||||||
ffi (~> 1.9.10)
|
ffi (~> 1.9)
|
||||||
rspec-expectations (>= 2.99)
|
rspec-expectations (>= 2.99)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
backports (3.11.4)
|
backports (3.13.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
childprocess (0.9.0)
|
childprocess (1.0.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
rake (< 13.0)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
contracts (0.16.0)
|
contracts (0.16.0)
|
||||||
cucumber (3.1.2)
|
cucumber (3.1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -55,16 +55,16 @@ GEM
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
ffi (1.9.25)
|
ffi (1.10.0)
|
||||||
gherkin (5.1.0)
|
gherkin (5.1.0)
|
||||||
i18n (1.4.0)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
parallel (1.12.1)
|
parallel (1.17.0)
|
||||||
parser (2.5.3.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -75,10 +75,10 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.0)
|
rspec-core (3.8.0)
|
||||||
rspec-support (~> 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)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-its (1.2.0)
|
rspec-its (1.3.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
|
@ -98,20 +98,20 @@ GEM
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.4.0)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
yard (0.9.16)
|
yard (0.9.19)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 5.1.0)
|
activerecord (~> 5.1.7)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "activerecord", "~> 5.2.0"
|
gem "activerecord", "~> 5.2.3"
|
||||||
|
|
||||||
gemspec name: "factory_bot", path: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,13 +7,13 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (5.2.2)
|
activemodel (5.2.3)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.3)
|
||||||
activerecord (5.2.2)
|
activerecord (5.2.3)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.3)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.3)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activesupport (5.2.2)
|
activesupport (5.2.3)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -23,19 +23,19 @@ GEM
|
||||||
rake
|
rake
|
||||||
thor (>= 0.14.0)
|
thor (>= 0.14.0)
|
||||||
arel (9.0.0)
|
arel (9.0.0)
|
||||||
aruba (0.14.6)
|
aruba (0.14.9)
|
||||||
childprocess (>= 0.6.3, < 0.10.0)
|
childprocess (>= 0.6.3, < 1.1.0)
|
||||||
contracts (~> 0.9)
|
contracts (~> 0.9)
|
||||||
cucumber (>= 1.3.19)
|
cucumber (>= 1.3.19)
|
||||||
ffi (~> 1.9.10)
|
ffi (~> 1.9)
|
||||||
rspec-expectations (>= 2.99)
|
rspec-expectations (>= 2.99)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
backports (3.11.4)
|
backports (3.13.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
childprocess (0.9.0)
|
childprocess (1.0.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
rake (< 13.0)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
contracts (0.16.0)
|
contracts (0.16.0)
|
||||||
cucumber (3.1.2)
|
cucumber (3.1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -55,16 +55,16 @@ GEM
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
ffi (1.9.25)
|
ffi (1.10.0)
|
||||||
gherkin (5.1.0)
|
gherkin (5.1.0)
|
||||||
i18n (1.4.0)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
parallel (1.12.1)
|
parallel (1.17.0)
|
||||||
parser (2.5.3.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -75,10 +75,10 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.0)
|
rspec-core (3.8.0)
|
||||||
rspec-support (~> 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)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-its (1.2.0)
|
rspec-its (1.3.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
|
@ -98,20 +98,20 @@ GEM
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.4.0)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
yard (0.9.16)
|
yard (0.9.19)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 5.2.0)
|
activerecord (~> 5.2.3)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "activerecord", "~> 6.0.0.beta1"
|
gem "activerecord", "~> 6.0.0.rc1"
|
||||||
|
|
||||||
gemspec name: "factory_bot", path: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,33 +7,34 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (6.0.0.beta1)
|
activemodel (6.0.0.rc1)
|
||||||
activesupport (= 6.0.0.beta1)
|
activesupport (= 6.0.0.rc1)
|
||||||
activerecord (6.0.0.beta1)
|
activerecord (6.0.0.rc1)
|
||||||
activemodel (= 6.0.0.beta1)
|
activemodel (= 6.0.0.rc1)
|
||||||
activesupport (= 6.0.0.beta1)
|
activesupport (= 6.0.0.rc1)
|
||||||
activesupport (6.0.0.beta1)
|
activesupport (6.0.0.rc1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
|
zeitwerk (~> 2.1, >= 2.1.4)
|
||||||
appraisal (2.2.0)
|
appraisal (2.2.0)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
thor (>= 0.14.0)
|
thor (>= 0.14.0)
|
||||||
aruba (0.14.6)
|
aruba (0.14.9)
|
||||||
childprocess (>= 0.6.3, < 0.10.0)
|
childprocess (>= 0.6.3, < 1.1.0)
|
||||||
contracts (~> 0.9)
|
contracts (~> 0.9)
|
||||||
cucumber (>= 1.3.19)
|
cucumber (>= 1.3.19)
|
||||||
ffi (~> 1.9.10)
|
ffi (~> 1.9)
|
||||||
rspec-expectations (>= 2.99)
|
rspec-expectations (>= 2.99)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
backports (3.11.4)
|
backports (3.13.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
childprocess (0.9.0)
|
childprocess (1.0.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
rake (< 13.0)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
contracts (0.16.0)
|
contracts (0.16.0)
|
||||||
cucumber (3.1.2)
|
cucumber (3.1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
|
@ -53,16 +54,16 @@ GEM
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
ffi (1.9.25)
|
ffi (1.10.0)
|
||||||
gherkin (5.1.0)
|
gherkin (5.1.0)
|
||||||
i18n (1.5.3)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
parallel (1.12.1)
|
parallel (1.17.0)
|
||||||
parser (2.6.0.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -73,10 +74,10 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.0)
|
rspec-core (3.8.0)
|
||||||
rspec-support (~> 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)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-its (1.2.0)
|
rspec-its (1.3.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
|
@ -96,20 +97,21 @@ GEM
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.4.0)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
yard (0.9.18)
|
yard (0.9.19)
|
||||||
|
zeitwerk (2.1.5)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 6.0.0.beta1)
|
activerecord (~> 6.0.0.rc1)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
|
Loading…
Reference in a new issue