From 5c104e92d389808b292b720ce6930a01e214b7ac Mon Sep 17 00:00:00 2001 From: Linus Oleander <220827+oleander@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:14:42 +0100 Subject: [PATCH] Update activesupport dependency version constraint --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1f5b465..b8b167dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: git_fame (3.2.18) - activesupport (~> 7.0) + activesupport (>= 7, < 9) dry-initializer (~> 3.0) dry-struct (~> 1.0) dry-types (~> 1.0)