From 1b6b7c7f04bcebdd5d0f81dd385680939cbddab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:37:05 +0000 Subject: [PATCH] Bump bullet from 7.0.3 to 7.0.7 Bumps [bullet](https://github.com/flyerhzm/bullet) from 7.0.3 to 7.0.7. - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/7.0.3...7.0.7) --- updated-dependencies: - dependency-name: bullet dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 271991350..af873856c 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ source "https://rails-assets.org" do end group :development, :test do - gem "bullet", "~> 7.0.3" + gem "bullet", "~> 7.0.7" gem "byebug", "~> 11.1.3" gem "factory_bot_rails", "~> 6.2.0" gem "faker", "~> 2.22.0" diff --git a/Gemfile.lock b/Gemfile.lock index fcf84a0a9..3b3ba1325 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,7 @@ GEM bing_translator (6.2.0) json builder (3.2.4) - bullet (7.0.3) + bullet (7.0.7) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -672,7 +672,7 @@ DEPENDENCIES audited (~> 5.3.3) autoprefixer-rails (~> 8.2.0) bing_translator (~> 6.2.0) - bullet (~> 7.0.3) + bullet (~> 7.0.7) byebug (~> 11.1.3) cancancan (~> 3.5.0) capistrano (~> 3.17.3)