From f93dfc0bc55d9c362c63c1bf5392e17755da9b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:12:37 +0000 Subject: [PATCH] chore(deps-dev): bump bullet in the observability-dev group Bumps the observability-dev group with 1 update: [bullet](https://github.com/flyerhzm/bullet). Updates `bullet` from 8.1.2 to 8.1.3 - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/8.1.2...8.1.3) --- updated-dependencies: - dependency-name: bullet dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: observability-dev ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 84967b31..ab17246b 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "tzinfo-data", platforms: %i[windows jruby] group :development, :test do gem "brakeman", ">= 8.0.4", require: false - gem "bullet", "~> 8.1.2" + gem "bullet", "~> 8.1.3" gem "bundler-audit", "~> 0.9.3", require: false gem "capybara", "~> 3.40" gem "database_cleaner-active_record", "~> 2.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 64997dc9..5cf88c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM brakeman (8.0.4) racc builder (3.3.0) - bullet (8.1.2) + bullet (8.1.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.9.3) @@ -269,7 +269,7 @@ GEM jmespath (1.6.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.19.7) + json (2.19.8) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) @@ -658,7 +658,7 @@ DEPENDENCIES bcrypt (~> 3.1.22) bootsnap (~> 1.24.5) brakeman (>= 8.0.4) - bullet (~> 8.1.2) + bullet (~> 8.1.3) bundler-audit (~> 0.9.3) cancancan (~> 3.6.1) capybara (~> 3.40)