Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
add pry-byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed May 14, 2015
1 parent 0b6e4bf commit 9ccbe65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -23,10 +23,16 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
coderay (1.1.0)
columnize (0.9.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.2.2)
debugger-linecache (1.2.0)
diff-lcs (1.1.3)
em-hiredis (0.2.1)
hiredis (~> 0.4.0)
Expand Down Expand Up @@ -55,6 +61,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (2.0.0)
byebug (~> 3.4)
pry (~> 0.10)
pusher (0.14.4)
httpclient (~> 2.5)
multi_json (~> 1.0)
Expand Down Expand Up @@ -99,6 +108,7 @@ DEPENDENCIES
haml (~> 3.1.2)
mocha (~> 0.13.2)
pry (~> 0.10.1)
pry-byebug (~> 2.0.0)
pusher (~> 0.14.2)
rake
rspec (~> 2.12.0)
Expand Down
1 change: 1 addition & 0 deletions slanger.gemspec
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'webmock', '~> 1.8.7'
s.add_development_dependency 'mocha', '~> 0.13.2'
s.add_development_dependency 'pry', '~> 0.10.1'
s.add_development_dependency 'pry-byebug', '~> 2.0.0'

s.files = Dir['README.md', 'lib/**/*', 'slanger.rb']
s.require_path = '.'
Expand Down

0 comments on commit 9ccbe65

Please sign in to comment.