Skip to content

Commit

Permalink
Appraise ActiveRecord 6.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
odlp committed Aug 2, 2019
1 parent eb6bccb commit 9e104a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ appraise "5.2" do
end

appraise "6.0" do
gem "activerecord", "~> 6.0.0.rc1"
gem "activerecord", "~> 6.0.0.rc2"
end
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "~> 6.0.0.rc1"
gem "activerecord", "~> 6.0.0.rc2"

gemspec name: "factory_bot", path: "../"
26 changes: 13 additions & 13 deletions gemfiles/6.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
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)
activemodel (6.0.0.rc2)
activesupport (= 6.0.0.rc2)
activerecord (6.0.0.rc2)
activemodel (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
activesupport (6.0.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.4)
zeitwerk (~> 2.1, >= 2.1.8)
appraisal (2.2.0)
bundler
rake
Expand Down Expand Up @@ -67,12 +67,12 @@ GEM
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.1)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -92,7 +92,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
simplecov (0.17.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand All @@ -103,14 +103,14 @@ GEM
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
yard (0.9.19)
zeitwerk (2.1.6)
yard (0.9.20)
zeitwerk (2.1.9)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 6.0.0.rc1)
activerecord (~> 6.0.0.rc2)
appraisal
aruba
cucumber
Expand Down

0 comments on commit 9e104a6

Please sign in to comment.