From fa8d9f6119cc3fcbd91d72a5748b19db6ff1446d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:53:16 +0000 Subject: [PATCH] Update dependency activerecord to v6 [SECURITY] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e431ebad..e3dd9d08 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec case ENV['TEST_RAILS_VERSION'] when "5.2" - gem "activerecord", "~>5.2.6" + gem "activerecord", "~>6.1.7", ">= 6.1.7.1" when "6.0" gem "activerecord", "~>6.0.4" when "6.1"