mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-01 09:54:52 -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 'rspec-given'
|
||||||
gem 'pry-nav'
|
gem 'pry-nav'
|
||||||
gem 'spork-rails'
|
gem 'spork-rails'
|
||||||
|
gem 'byebug'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
|
@ -60,10 +60,13 @@ GEM
|
||||||
binding_of_caller (0.7.2)
|
binding_of_caller (0.7.2)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
|
byebug (5.0.0)
|
||||||
|
columnize (= 0.9.0)
|
||||||
celluloid (0.16.1)
|
celluloid (0.16.1)
|
||||||
timers (~> 4.0.0)
|
timers (~> 4.0.0)
|
||||||
certified (1.0.0)
|
certified (1.0.0)
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
|
columnize (0.9.0)
|
||||||
connection_pool (2.2.0)
|
connection_pool (2.2.0)
|
||||||
crass (1.0.1)
|
crass (1.0.1)
|
||||||
daemons (1.2.2)
|
daemons (1.2.2)
|
||||||
|
@ -397,6 +400,7 @@ DEPENDENCIES
|
||||||
barber
|
barber
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
|
byebug
|
||||||
certified
|
certified
|
||||||
discourse-qunit-rails
|
discourse-qunit-rails
|
||||||
email_reply_parser
|
email_reply_parser
|
||||||
|
|
Loading…
Reference in a new issue