From 445d2c9585fc088d0b62ecb659a0d8bb6c58d638 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Fri, 7 Jun 2024 12:57:18 +0100 Subject: [PATCH] Update bullet to version 7.1 So that it's compatible with active-record >= 7.1 bundle update --conservative bullet --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 051c4ee44..6346fceeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM bootsnap (1.16.0) msgpack (~> 1.2) builder (3.2.4) - bullet (7.0.7) + bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3)