From 831dcef717c2c384cafc6a6c28ea5be28cb3f25f Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Mon, 19 Aug 2019 11:52:54 -0400 Subject: [PATCH] Test against Rails 6.0.0 --- Appraisals | 2 +- gemfiles/6.0.gemfile | 2 +- gemfiles/6.0.gemfile.lock | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Appraisals b/Appraisals index f94f977..7d431da 100644 --- a/Appraisals +++ b/Appraisals @@ -17,5 +17,5 @@ appraise "5.2" do end appraise "6.0" do - gem "activerecord", "~> 6.0.0.rc2" + gem "activerecord", "~> 6.0.0" end diff --git a/gemfiles/6.0.gemfile b/gemfiles/6.0.gemfile index 1f2a32d..6c67ad8 100644 --- a/gemfiles/6.0.gemfile +++ b/gemfiles/6.0.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "activerecord", "~> 6.0.0.rc2" +gem "activerecord", "~> 6.0.0" gemspec name: "factory_bot", path: "../" diff --git a/gemfiles/6.0.gemfile.lock b/gemfiles/6.0.gemfile.lock index 291dfa2..52b014d 100644 --- a/gemfiles/6.0.gemfile.lock +++ b/gemfiles/6.0.gemfile.lock @@ -7,12 +7,12 @@ PATH GEM remote: https://rubygems.org/ specs: - 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) + activemodel (6.0.0) + activesupport (= 6.0.0) + activerecord (6.0.0) + activemodel (= 6.0.0) + activesupport (= 6.0.0) + activesupport (6.0.0) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -22,8 +22,8 @@ GEM bundler rake thor (>= 0.14.0) - aruba (0.14.10) - childprocess (>= 0.6.3, < 1.1.0) + aruba (0.14.11) + childprocess (>= 0.6.3, < 3.0.0) contracts (~> 0.9) cucumber (>= 1.3.19) ffi (~> 1.9) @@ -32,7 +32,7 @@ GEM ast (2.4.0) backports (3.15.0) builder (3.2.3) - childprocess (1.0.1) + childprocess (2.0.0) rake (< 13.0) concurrent-ruby (1.1.5) contracts (0.16.0) @@ -110,7 +110,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 6.0.0.rc2) + activerecord (~> 6.0.0) appraisal aruba cucumber