From a38bdb582bf9f8b2af1d468b8003721c2a116d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:54:31 +0000 Subject: [PATCH] Build(deps-dev): Bump bullet from 7.1.6 to 7.2.0 Bumps [bullet](https://github.com/flyerhzm/bullet) from 7.1.6 to 7.2.0. - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/7.1.6...7.2.0) --- updated-dependencies: - dependency-name: bullet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a9208a2e0d..0bc1c405a1 100644 --- a/Gemfile +++ b/Gemfile @@ -183,7 +183,7 @@ group :test do end group :test, :development do - gem 'bullet', '~> 7.1.6' + gem 'bullet', '~> 7.2.0' gem 'factory_bot_rails', '~> 6.4.3' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index a8bb7f926b..2cbe51b910 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM bootstrap-sass (2.3.2.2) sass (~> 3.2) builder (3.3.0) - bullet (7.1.6) + bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) cancancan (3.6.1) @@ -338,7 +338,7 @@ GEM mini_portile2 (2.8.7) mini_racer (0.12.0) libv8-node (~> 21.7.2.0) - minitest (5.23.1) + minitest (5.24.1) money (6.19.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -593,7 +593,7 @@ DEPENDENCIES azure-storage bcrypt (~> 3.1.20) bootstrap-sass (~> 2.3.2.2) - bullet (~> 7.1.6) + bullet (~> 7.2.0) cancancan (~> 3.6.1) capistrano (~> 2.15.11) capybara (~> 3.40.0)