From 39fd26e2037ac577be8ca44e01f27f3fd808cbc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:33:40 +0000 Subject: [PATCH] Bump byebug from 11.1.1 to 11.1.3 Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 11.1.1 to 11.1.3. - [Release notes](https://github.com/deivid-rodriguez/byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.3) 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 154de3831..3d0015649 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ end group :development, :test do gem "bullet", "~> 6.1.0" - gem "byebug", "~> 11.1.1" + gem "byebug", "~> 11.1.3" gem "database_cleaner", "~> 1.8.5" gem "factory_bot_rails", "~> 4.8.2" gem "faker", "~> 1.8.7" diff --git a/Gemfile.lock b/Gemfile.lock index 5708171c9..4176ed5f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (11.1.1) + byebug (11.1.3) cancancan (2.3.0) capistrano (3.14.1) airbrussh (>= 1.0.0) @@ -636,7 +636,7 @@ DEPENDENCIES audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.0) - byebug (~> 11.1.1) + byebug (~> 11.1.3) cancancan (~> 2.3.0) capistrano (~> 3.14.1) capistrano-bundler (~> 2.0)