From 7cfe0c9bb8586aeb18217d6f1bf7763f4cb7be16 Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Tue, 2 Apr 2024 11:33:05 +0900 Subject: [PATCH] Add activesupport_6_1 test --- Appraisals | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Appraisals b/Appraisals index e60b59e..3897f8c 100644 --- a/Appraisals +++ b/Appraisals @@ -5,3 +5,7 @@ end appraise "activesupport_6_0" do gem "activesupport", "~> 6.0.6.1" end + +appraise "activesupport_6_1" do + gem "activesupport", "~> 6.1.7.7" +end diff --git a/README.md b/README.md index 2064a3b..a47a4ee 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ docker compose up -d bundle install bundle exec appraisal install #bundle exec appraisal activesupport_5_2 rake spec -bundle exec appraisal activesupport_6_0 rake spec +#bundle exec appraisal activesupport_6_0 rake spec +bundle exec appraisal activesupport_6_1 rake spec ``` ## Contributing