Test against Rails 6.0.0

This commit is contained in:
Daniel Colson 2019-08-19 11:52:54 -04:00
parent ecb56565a1
commit 831dcef717
3 changed files with 12 additions and 12 deletions

View File

@ -17,5 +17,5 @@ appraise "5.2" do
end end
appraise "6.0" do appraise "6.0" do
gem "activerecord", "~> 6.0.0.rc2" gem "activerecord", "~> 6.0.0"
end end

View File

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

View File

@ -7,12 +7,12 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activemodel (6.0.0.rc2) activemodel (6.0.0)
activesupport (= 6.0.0.rc2) activesupport (= 6.0.0)
activerecord (6.0.0.rc2) activerecord (6.0.0)
activemodel (= 6.0.0.rc2) activemodel (= 6.0.0)
activesupport (= 6.0.0.rc2) activesupport (= 6.0.0)
activesupport (6.0.0.rc2) activesupport (6.0.0)
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)
@ -22,8 +22,8 @@ GEM
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
aruba (0.14.10) aruba (0.14.11)
childprocess (>= 0.6.3, < 1.1.0) childprocess (>= 0.6.3, < 3.0.0)
contracts (~> 0.9) contracts (~> 0.9)
cucumber (>= 1.3.19) cucumber (>= 1.3.19)
ffi (~> 1.9) ffi (~> 1.9)
@ -32,7 +32,7 @@ GEM
ast (2.4.0) ast (2.4.0)
backports (3.15.0) backports (3.15.0)
builder (3.2.3) builder (3.2.3)
childprocess (1.0.1) childprocess (2.0.0)
rake (< 13.0) rake (< 13.0)
concurrent-ruby (1.1.5) concurrent-ruby (1.1.5)
contracts (0.16.0) contracts (0.16.0)
@ -110,7 +110,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activerecord (~> 6.0.0.rc2) activerecord (~> 6.0.0)
appraisal appraisal
aruba aruba
cucumber cucumber