Skip to content

Commit

Permalink
huginn#1475 added pry-byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
International committed May 4, 2016
1 parent 50aff67 commit 00b1b47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ group :development do
gem 'delorean'
gem 'poltergeist'
gem 'pry-rails'
gem 'pry-byebug'
gem 'rr'
gem 'rspec', '~> 3.2'
gem 'rspec-collection_matchers', '~> 1.1.0'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ GEM
rails (>= 3.1)
buftok (0.2.0)
builder (3.2.2)
byebug (8.2.5)
capistrano (3.4.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -387,6 +388,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
pry-rails (0.3.4)
pry (>= 0.9.10)
quiet_assets (1.1.0)
Expand Down Expand Up @@ -646,6 +650,7 @@ DEPENDENCIES
pg (~> 0.18.3)
poltergeist
protected_attributes (~> 1.0.8)
pry-byebug
pry-rails
quiet_assets
rack (> 1.5.0)
Expand Down

0 comments on commit 00b1b47

Please sign in to comment.