From aaee88af6c284bbf24a699978129ce0996366ae0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:21:46 +0000 Subject: [PATCH] Bump pry-byebug from 3.7.0 to 3.8.0 Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.7.0...v3.8.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d2270de52a..2516e45427 100644 --- a/Gemfile +++ b/Gemfile @@ -179,7 +179,7 @@ group :test, :development do gem 'rspec-activemodel-mocks', '~> 1.1.0' gem 'rspec-rails', '~> 3.7.2' gem 'pry', '~> 0.12.2' - gem 'pry-byebug', '~> 3.7.0' + gem 'pry-byebug', '~> 3.8.0' gem 'public_suffix', '~> 2.0.0', '< 3.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 19c86d5336..02d46b2d81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (11.0.1) + byebug (11.1.3) cancancan (1.17.0) capistrano (2.15.9) highline @@ -124,7 +124,7 @@ GEM charlock_holmes (0.7.7) chronic (0.10.2) chunky_png (1.3.10) - coderay (1.1.2) + coderay (1.1.3) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -264,7 +264,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) public_suffix (2.0.5) @@ -479,7 +479,7 @@ DEPENDENCIES open4 (~> 1.3.0) pg (~> 0.20.0) pry (~> 0.12.2) - pry-byebug (~> 3.7.0) + pry-byebug (~> 3.8.0) public_suffix (~> 2.0.0, < 3.0.0) rack (~> 2.2.3) rack-ssl (~> 1.4.0)