mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Appraise ActiveRecord 6.0.0.rc2
https://weblog.rubyonrails.org/2019/7/30/Rails-6-0-rc2-released/
This commit is contained in:
parent
eb6bccb3e3
commit
9e104a6d35
3 changed files with 15 additions and 15 deletions
|
@ -17,5 +17,5 @@ appraise "5.2" do
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise "6.0" do
|
appraise "6.0" do
|
||||||
gem "activerecord", "~> 6.0.0.rc1"
|
gem "activerecord", "~> 6.0.0.rc2"
|
||||||
end
|
end
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "activerecord", "~> 6.0.0.rc1"
|
gem "activerecord", "~> 6.0.0.rc2"
|
||||||
|
|
||||||
gemspec name: "factory_bot", path: "../"
|
gemspec name: "factory_bot", path: "../"
|
||||||
|
|
|
@ -7,17 +7,17 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (6.0.0.rc1)
|
activemodel (6.0.0.rc2)
|
||||||
activesupport (= 6.0.0.rc1)
|
activesupport (= 6.0.0.rc2)
|
||||||
activerecord (6.0.0.rc1)
|
activerecord (6.0.0.rc2)
|
||||||
activemodel (= 6.0.0.rc1)
|
activemodel (= 6.0.0.rc2)
|
||||||
activesupport (= 6.0.0.rc1)
|
activesupport (= 6.0.0.rc2)
|
||||||
activesupport (6.0.0.rc1)
|
activesupport (6.0.0.rc2)
|
||||||
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)
|
zeitwerk (~> 2.1, >= 2.1.8)
|
||||||
appraisal (2.2.0)
|
appraisal (2.2.0)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
|
@ -67,12 +67,12 @@ GEM
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (12.3.2)
|
rake (12.3.3)
|
||||||
rspec (3.8.0)
|
rspec (3.8.0)
|
||||||
rspec-core (~> 3.8.0)
|
rspec-core (~> 3.8.0)
|
||||||
rspec-expectations (~> 3.8.0)
|
rspec-expectations (~> 3.8.0)
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-core (3.8.1)
|
rspec-core (3.8.2)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-expectations (3.8.4)
|
rspec-expectations (3.8.4)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
@ -92,7 +92,7 @@ GEM
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.10.1)
|
ruby-progressbar (1.10.1)
|
||||||
simplecov (0.16.1)
|
simplecov (0.17.0)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
|
@ -103,14 +103,14 @@ GEM
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.6.0)
|
unicode-display_width (1.6.0)
|
||||||
yard (0.9.19)
|
yard (0.9.20)
|
||||||
zeitwerk (2.1.6)
|
zeitwerk (2.1.9)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 6.0.0.rc1)
|
activerecord (~> 6.0.0.rc2)
|
||||||
appraisal
|
appraisal
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
|
|
Loading…
Add table
Reference in a new issue