From 0f909e920b557bde64bf7d0c61c889e2d59e83e3 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Thu, 20 Aug 2020 14:54:24 +0200 Subject: [PATCH] Bumps pry-byebug to v3.9.0 Fixes https://github.com/pry/pry/issues/2121 --- Gemfile.lock | 16 ++++++++-------- Gemfile.prod.lock | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af5c531b8c..d2cf7e1be8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM bullet (5.6.1) activesupport (>= 3.0.0) uniform_notifier (~> 1.10.0) - byebug (11.0.1) + byebug (11.1.3) cancancan (2.3.0) capybara (2.18.0) addressable @@ -226,7 +226,7 @@ GEM simplecov codemirror-rails (5.16.0) railties (>= 3.0, < 6.0) - coderay (1.1.2) + coderay (1.1.3) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -415,7 +415,7 @@ GEM message_bus (2.0.9) rack (>= 1.1.3) metaclass (0.0.4) - method_source (0.9.2) + method_source (1.0.0) middleware (0.1.0) mime-types (2.99.3) mimemagic (0.3.2) @@ -489,12 +489,12 @@ GEM prometheus-client-mmap (0.10.0) protected_attributes_continued (1.3.0) activemodel (~> 5.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.9.0) byebug (~> 11.0) - pry (~> 0.10) + pry (~> 0.13.0) pry-doc (0.13.4) pry (~> 0.11) yard (~> 0.9.11) diff --git a/Gemfile.prod.lock b/Gemfile.prod.lock index 54abf8d412..f2977a2800 100644 --- a/Gemfile.prod.lock +++ b/Gemfile.prod.lock @@ -206,7 +206,7 @@ GEM bullet (5.6.1) activesupport (>= 3.0.0) uniform_notifier (~> 1.10.0) - byebug (11.0.1) + byebug (11.1.3) cancancan (2.3.0) capybara (2.18.0) addressable @@ -227,7 +227,7 @@ GEM simplecov codemirror-rails (5.16.0) railties (>= 3.0, < 6.0) - coderay (1.1.2) + coderay (1.1.3) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -416,7 +416,7 @@ GEM message_bus (2.0.9) rack (>= 1.1.3) metaclass (0.0.4) - method_source (0.9.2) + method_source (1.0.0) middleware (0.1.0) mime-types (2.99.3) mimemagic (0.3.2) @@ -490,12 +490,12 @@ GEM prometheus-client-mmap (0.10.0) protected_attributes_continued (1.3.0) activemodel (~> 5.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.9.0) byebug (~> 11.0) - pry (~> 0.10) + pry (~> 0.13.0) pry-doc (0.13.4) pry (~> 0.11) yard (~> 0.9.11)