Skip to content

Commit

Permalink
Update dependency bullet to v7.0.7 (#2870)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and colinxfleming authored Sep 5, 2023
1 parent bade12a commit 7118893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7118893

Please sign in to comment.