From 71188938a311fe6c4bbf88f641d064dabc93db0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:01:36 -0500 Subject: [PATCH] Update dependency bullet to v7.0.7 (#2870) * Update dependency bullet to v7.0.7 * Update dependency bullet to v7.0.7 * tell bullet to cram it on this particular class of error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: colinxfleming --- Gemfile.lock | 2 +- config/environments/test.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef0dd73ab..37e71fd6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM actionpack (>= 5.2) activemodel (>= 5.2) builder (3.2.4) - bullet (7.0.2) + bullet (7.0.7) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.9.1) diff --git a/config/environments/test.rb b/config/environments/test.rb index 10d03ec2d..98ca8c5f1 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -10,6 +10,7 @@ Bullet.enable = true Bullet.bullet_logger = true Bullet.raise = true # raise an error if n+1 query occurs + Bullet.add_safelist type: :unused_eager_loading, class_name: "CallListEntry", association: :user end # Settings specified here will take precedence over those in config/application.rb.