From a70f5cba65c623241a4092988be3bf97df9d8112 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 22 Oct 2023 11:47:29 -0500 Subject: [PATCH] Keep activesupport at version 7.0.x (#9469) Merge pull request 9469 --- .github/actions/spelling/allow.txt | 2 ++ Gemfile | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 3d1a3f2a..8d81b703 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -13,3 +13,5 @@ workaround workaround workarounds WSL +decapcms +tina diff --git a/Gemfile b/Gemfile index 30cd2405..b2028509 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,7 @@ end # group :test do + gem "activesupport", "~> 7.0.0" gem "cucumber", RUBY_VERSION >= "2.5" ? "~> 5.1.2" : "~> 4.1" gem "httpclient" gem "jekyll_test_plugin"