Debugger gem added
Use "debugger" in the code to run it
This commit is contained in:
parent
5c31a94aef
commit
be788fa45b
2 changed files with 8 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -43,7 +43,7 @@ end
|
|||
# gem 'capistrano', group: :development
|
||||
|
||||
# Use debugger
|
||||
# gem 'debugger', group: [:development, :test]
|
||||
gem 'debugger', group: [:development, :test]
|
||||
|
||||
# PostgreSQL support
|
||||
gem 'pg'
|
||||
|
|
|
|||
|
|
@ -72,6 +72,12 @@ GEM
|
|||
jquery-cookie-rails
|
||||
jquery-rails
|
||||
debug_inspector (0.0.2)
|
||||
debugger (1.6.8)
|
||||
columnize (>= 0.3.1)
|
||||
debugger-linecache (~> 1.2.0)
|
||||
debugger-ruby_core_source (~> 1.3.5)
|
||||
debugger-linecache (1.2.0)
|
||||
debugger-ruby_core_source (1.3.8)
|
||||
erubis (2.7.0)
|
||||
execjs (2.5.2)
|
||||
fancybox2-rails (0.2.8)
|
||||
|
|
@ -250,6 +256,7 @@ DEPENDENCIES
|
|||
bzip2-ruby!
|
||||
coffee-rails (~> 4.1.0)
|
||||
cookies_eu
|
||||
debugger
|
||||
fancybox2-rails (~> 0.2.8)
|
||||
foundation-rails
|
||||
guard-minitest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue