mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 01:26:18 -05:00
DEV: Add byebug.
This commit is contained in:
parent
e82f892c2d
commit
8cdc302d74
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -131,6 +131,7 @@ group :test, :development do
|
|||
gem 'rspec-given'
|
||||
gem 'pry-nav'
|
||||
gem 'spork-rails'
|
||||
gem 'byebug'
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
|
@ -60,10 +60,13 @@ GEM
|
|||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
builder (3.2.2)
|
||||
byebug (5.0.0)
|
||||
columnize (= 0.9.0)
|
||||
celluloid (0.16.1)
|
||||
timers (~> 4.0.0)
|
||||
certified (1.0.0)
|
||||
coderay (1.1.0)
|
||||
columnize (0.9.0)
|
||||
connection_pool (2.2.0)
|
||||
crass (1.0.1)
|
||||
daemons (1.2.2)
|
||||
|
@ -397,6 +400,7 @@ DEPENDENCIES
|
|||
barber
|
||||
better_errors
|
||||
binding_of_caller
|
||||
byebug
|
||||
certified
|
||||
discourse-qunit-rails
|
||||
email_reply_parser
|
||||
|
|
Loading…
Reference in a new issue