From f7d1ff7be8726480269ac9b80774c380f9b47a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:20:32 +0000 Subject: [PATCH] Bump bullet from 6.1.4 to 7.0.4 Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.1.4 to 7.0.4. - [Release notes](https://github.com/flyerhzm/bullet/releases) - [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/6.1.4...7.0.4) --- updated-dependencies: - dependency-name: bullet dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a7187d69162888..55829ae7e2d7df 100644 --- a/Gemfile +++ b/Gemfile @@ -130,7 +130,7 @@ group :development do gem 'annotate', '~> 3.1' gem 'better_errors', '~> 2.9' gem 'binding_of_caller', '~> 1.0' - gem 'bullet', '~> 6.1' + gem 'bullet', '~> 7.0' gem 'letter_opener', '~> 1.7' gem 'letter_opener_web', '~> 1.4' gem 'memory_profiler' diff --git a/Gemfile.lock b/Gemfile.lock index 38772b04c172e5..8e357d3ffab37e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.5) redis (>= 1.0, <= 5.0) builder (3.2.4) - bullet (6.1.4) + bullet (7.0.4) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.8.0) @@ -276,7 +276,7 @@ GEM httplog (1.5.0) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.34) activesupport (>= 4.0.2) @@ -356,7 +356,7 @@ GEM mini_mime (1.0.3) mini_portile2 (2.5.2) net-ftp (~> 0.1) - minitest (5.14.4) + minitest (5.16.3) msgpack (1.4.2) multi_json (1.15.0) multipart-post (2.1.1) @@ -632,7 +632,7 @@ GEM twitter-text (3.1.0) idn-ruby unf (~> 0.1.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) tzinfo-data (1.2021.1) tzinfo (>= 1.0.0) @@ -640,7 +640,7 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - uniform_notifier (1.14.1) + uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) webauthn (3.0.0.alpha1) @@ -672,7 +672,7 @@ GEM xorcist (1.1.2) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.6.6) PLATFORMS ruby @@ -689,7 +689,7 @@ DEPENDENCIES bootsnap (~> 1.6.0) brakeman (~> 5.0) browser - bullet (~> 6.1) + bullet (~> 7.0) bundler-audit (~> 0.8) capistrano (~> 3.16) capistrano-rails (~> 1.6)