Skip to content

Commit

Permalink
Land #13005, pry-byebug integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Feb 27, 2020
2 parents 3b1ead4 + fc49df0 commit 0693f17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Expand Up @@ -17,9 +17,7 @@ group :development do
# generating documentation
gem 'yard'
# for development and testing purposes
gem 'pry'
gem 'pry-nav'
gem 'pry-stack_explorer'
gem 'pry-byebug'
# module documentation
gem 'octokit'
# Metasploit::Aggregator external session proxy
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Expand Up @@ -142,16 +142,14 @@ GEM
bcrypt (3.1.12)
bcrypt_pbkdf (1.0.1)
bindata (2.4.5)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bit-struct (0.16)
builder (3.2.4)
byebug (11.1.1)
coderay (1.1.2)
concurrent-ruby (1.0.5)
cookiejar (0.3.3)
crass (1.0.6)
daemons (1.3.1)
debug_inspector (0.0.3)
diff-lcs (1.3)
dnsruby (1.61.3)
addressable (~> 2.5)
Expand Down Expand Up @@ -261,11 +259,9 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-nav (0.3.0)
pry (>= 0.9.10, < 0.13.0)
pry-stack_explorer (0.4.9.3)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.3)
rack (1.6.13)
rack-protection (1.5.5)
Expand Down Expand Up @@ -416,9 +412,7 @@ DEPENDENCIES
fivemat
metasploit-framework!
octokit
pry
pry-nav
pry-stack_explorer
pry-byebug
rake
redcarpet
rspec-rails
Expand Down

0 comments on commit 0693f17

Please sign in to comment.