bump pry-byebug pry-rescue pry-stack_explorer pry

pull/8571/head
ulferts 4 years ago
parent b609e149e8
commit 156c9bae0d
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 6
      Gemfile
  2. 30
      Gemfile.lock

@ -268,10 +268,10 @@ group :development, :test do
gem 'ruby-prof', require: false
gem 'stackprof', require: false
gem 'pry-byebug', '~> 3.8.0', platforms: [:mri]
gem 'pry-byebug', '~> 3.9.0', platforms: [:mri]
gem 'pry-rails', '~> 0.3.6'
gem 'pry-rescue', '~> 1.5.0'
gem 'pry-stack_explorer', '~> 0.4.9.2'
gem 'pry-rescue', '~> 1.5.2'
gem 'pry-stack_explorer', '~> 0.5.1'
# Dangerfile scanner on travis and locally
gem 'danger', '~> 6.3.1'

@ -324,7 +324,7 @@ GEM
brakeman (4.8.0)
browser (2.6.1)
builder (3.2.4)
byebug (11.1.1)
byebug (11.1.3)
capybara (3.32.0)
addressable
mini_mime (>= 0.1.3)
@ -360,7 +360,7 @@ GEM
cork
nap
open4 (~> 1.3)
coderay (1.1.2)
coderay (1.1.3)
colored2 (3.1.2)
commonmarker (0.21.0)
ruby-enum (~> 0.5)
@ -614,7 +614,7 @@ GEM
messagebird-rest (1.4.2)
meta-tags (2.13.0)
actionpack (>= 3.2.0, < 6.1)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
@ -696,20 +696,20 @@ GEM
prawn-table
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.8.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-rails (0.3.9)
pry (>= 0.10.4)
pry-rescue (1.5.0)
pry-rescue (1.5.2)
interception (>= 0.5)
pry (>= 0.12.0)
pry-stack_explorer (0.4.9.3)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
pry-stack_explorer (0.5.1)
binding_of_caller (~> 0.7)
pry (~> 0.13)
public_suffix (4.0.3)
puffing-billy (2.3.1)
addressable (~> 2.5)
@ -1083,10 +1083,10 @@ DEPENDENCIES
posix-spawn (~> 0.3.13)
prawn (~> 2.2)
prawn-markup (~> 0.2.1)
pry-byebug (~> 3.8.0)
pry-byebug (~> 3.9.0)
pry-rails (~> 0.3.6)
pry-rescue (~> 1.5.0)
pry-stack_explorer (~> 0.4.9.2)
pry-rescue (~> 1.5.2)
pry-stack_explorer (~> 0.5.1)
puffing-billy (~> 2.3.1)
puma (~> 4.3.5)
rack-attack (~> 6.2.2)

Loading…
Cancel
Save