From e57ce58847d3228e080cf0eb28bfab894a565653 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Tue, 15 Jan 2019 13:08:20 +0100 Subject: [PATCH] bump pry --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 3f105af07f0..918c1af7796 100644 --- a/Gemfile +++ b/Gemfile @@ -258,7 +258,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.6.0', platforms: [:mri] gem 'pry-rails', '~> 0.3.6' - gem 'pry-rescue', '~> 1.4.5' + gem 'pry-rescue', '~> 1.5.0' gem 'pry-stack_explorer', '~> 0.4.9.2' end diff --git a/Gemfile.lock b/Gemfile.lock index c961b4162ff..1491e61bb04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM backports (3.11.3) bcrypt (3.1.11) bindata (2.4.4) - binding_of_caller (0.7.2) + binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) bootsnap (1.3.2) msgpack (~> 1.0) @@ -364,7 +364,7 @@ GEM date_validator (0.9.0) activemodel activesupport - debug_inspector (0.0.2) + debug_inspector (0.0.3) declarative (0.0.9) declarative-builder (0.1.0) declarative-option (< 0.2.0) @@ -576,18 +576,18 @@ GEM ttfunk (~> 1.5) prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) - pry (0.11.3) + pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) pry-byebug (3.6.0) byebug (~> 10.0) pry (~> 0.10) - pry-rails (0.3.6) + pry-rails (0.3.9) pry (>= 0.10.4) - pry-rescue (1.4.5) + pry-rescue (1.5.0) interception (>= 0.5) - pry - pry-stack_explorer (0.4.9.2) + pry (>= 0.12.0) + pry-stack_explorer (0.4.9.3) binding_of_caller (>= 0.7) pry (>= 0.9.11) public_suffix (3.0.3) @@ -928,7 +928,7 @@ DEPENDENCIES prawn-table (~> 0.2.2) pry-byebug (~> 3.6.0) pry-rails (~> 0.3.6) - pry-rescue (~> 1.4.5) + pry-rescue (~> 1.5.0) pry-stack_explorer (~> 0.4.9.2) puma (~> 3.12.0) rabl (~> 0.13.0)