From 2cdfb525d070c1f8cb1ba389cfcd1c14957731dc Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sun, 19 Apr 2020 19:24:10 -0400 Subject: [PATCH] Update AR 6.0 appraisal --- Appraisals | 2 +- gemfiles/ar_6.0.gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Appraisals b/Appraisals index 3a584b18..919c2c65 100644 --- a/Appraisals +++ b/Appraisals @@ -15,6 +15,6 @@ appraise "ar-5.2" do end appraise "ar-6.0" do - gem "activerecord", ["6.0.0"] + gem "activerecord", "~> 6.0.2.2" gem "rails-controller-testing", "~> 1.0.3" end diff --git a/gemfiles/ar_6.0.gemfile b/gemfiles/ar_6.0.gemfile index 5885632b..5d72c125 100644 --- a/gemfiles/ar_6.0.gemfile +++ b/gemfiles/ar_6.0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "activerecord", ["6.0.0"] +gem "activerecord", "~> 6.0.2.2" gem "rails-controller-testing", "~> 1.0.3" gemspec path: "../"