From 24d4a82af903301d3b617de7b12dd93665b02f00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:07:34 +0000 Subject: [PATCH] Bump bullet from 5.9.0 to 6.1.0 Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.9.0 to 6.1.0. - [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/5.9.0...6.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 252b13a16..493da3e11 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ source "https://rails-assets.org" do end group :development, :test do - gem "bullet", "~> 5.9.0" + gem "bullet", "~> 6.1.0" gem "byebug", "~> 11.1.1" gem "database_cleaner", "~> 1.8.5" gem "factory_bot_rails", "~> 4.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index fe69a64cf..fd72bd55d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM bindex (0.8.1) browser (2.5.3) builder (3.2.4) - bullet (5.9.0) + bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.1) @@ -635,7 +635,7 @@ DEPENDENCIES ancestry (~> 3.0.7) audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) - bullet (~> 5.9.0) + bullet (~> 6.1.0) byebug (~> 11.1.1) cancancan (~> 2.3.0) capistrano (~> 3.14.1)