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"