Keep activesupport at version 7.0.x (#9469)

Merge pull request 9469
This commit is contained in:
Matt Rogers 2023-10-22 11:47:29 -05:00 committed by GitHub
parent 8e4ccfc4ff
commit a70f5cba65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,5 @@ workaround
workaround
workarounds
WSL
decapcms
tina

View File

@ -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"