From e4ad4f20d450653c55287cab33c62b8da8cb13c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:32:01 +0000 Subject: [PATCH] Build(deps-dev): Bump bullet from 7.1.2 to 7.1.3 Bumps [bullet](https://github.com/flyerhzm/bullet) from 7.1.2 to 7.1.3. - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/7.1.2...7.1.3) --- 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 785fe0d0a8..36589e819d 100644 --- a/Gemfile +++ b/Gemfile @@ -179,7 +179,7 @@ group :test do end group :test, :development do - gem 'bullet', '~> 7.1.2' + gem 'bullet', '~> 7.1.3' gem 'factory_bot_rails', '~> 6.2.0' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3653f5bee9..30790cba99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM bootstrap-sass (2.3.2.2) sass (~> 3.2) builder (3.2.4) - bullet (7.1.2) + bullet (7.1.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) cancancan (3.5.0) @@ -572,7 +572,7 @@ DEPENDENCIES azure-storage bcrypt (~> 3.1.19) bootstrap-sass (~> 2.3.2.2) - bullet (~> 7.1.2) + bullet (~> 7.1.3) cancancan (~> 3.5.0) capistrano (~> 2.15.11) capybara (~> 3.39.2)