From e59742067cf2330a2d12eaa4d7d5427008c798fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Aug 2021 23:12:02 +0000 Subject: [PATCH] Bump bullet from 6.1.0 to 6.1.4 Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.1.0 to 6.1.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.0...6.1.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cf8153d36..2d723499b 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ source "https://rails-assets.org" do end group :development, :test do - gem "bullet", "~> 6.1.0" + gem "bullet", "~> 6.1.4" gem "byebug", "~> 11.1.3" gem "database_cleaner", "~> 1.8.5" gem "factory_bot_rails", "~> 4.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index b0afd9e3d..daccf96eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM bindex (0.8.1) browser (2.5.3) builder (3.2.4) - bullet (6.1.0) + bullet (6.1.4) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -641,7 +641,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.7.0) - uniform_notifier (1.13.0) + uniform_notifier (1.14.2) user_agent_parser (2.6.0) uuidtools (2.1.5) view_component (2.19.1) @@ -683,7 +683,7 @@ DEPENDENCIES ancestry (~> 3.2.1) audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) - bullet (~> 6.1.0) + bullet (~> 6.1.4) byebug (~> 11.1.3) cancancan (~> 2.3.0) capistrano (~> 3.14.1)