enable ruby-debug again
This commit is contained in:
parent
79bcdfb8d7
commit
07b7ddded3
2 changed files with 16 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -39,7 +39,7 @@ group :development, :test do
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'autotest'
|
gem 'autotest'
|
||||||
gem 'autotest-rails'
|
gem 'autotest-rails'
|
||||||
# gem 'ruby-debug19', :require => 'ruby-debug'
|
gem 'ruby-debug19', :require => 'ruby-debug'
|
||||||
gem 'awesome_print'
|
gem 'awesome_print'
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
gem 'launchy'
|
gem 'launchy'
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -50,6 +50,7 @@ GEM
|
||||||
acts_as_list (0.1.4)
|
acts_as_list (0.1.4)
|
||||||
addressable (2.2.6)
|
addressable (2.2.6)
|
||||||
ansi (1.4.1)
|
ansi (1.4.1)
|
||||||
|
archive-tar-minitar (0.5.2)
|
||||||
arel (2.2.1)
|
arel (2.2.1)
|
||||||
autotest (4.4.6)
|
autotest (4.4.6)
|
||||||
ZenTest (>= 4.4.1)
|
ZenTest (>= 4.4.1)
|
||||||
|
@ -77,6 +78,7 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.1.3)
|
coffee-script-source (1.1.3)
|
||||||
|
columnize (0.3.4)
|
||||||
daemons (1.1.4)
|
daemons (1.1.4)
|
||||||
database_cleaner (0.7.0)
|
database_cleaner (0.7.0)
|
||||||
devise (1.5.0)
|
devise (1.5.0)
|
||||||
|
@ -113,6 +115,8 @@ GEM
|
||||||
letter_opener (0.0.2)
|
letter_opener (0.0.2)
|
||||||
launchy
|
launchy
|
||||||
libv8 (3.3.10.4)
|
libv8 (3.3.10.4)
|
||||||
|
linecache19 (0.5.12)
|
||||||
|
ruby_core_source (>= 0.1.4)
|
||||||
mail (2.3.0)
|
mail (2.3.0)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
|
@ -168,6 +172,16 @@ GEM
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
railties (~> 3.0)
|
railties (~> 3.0)
|
||||||
rspec (~> 2.7.0)
|
rspec (~> 2.7.0)
|
||||||
|
ruby-debug-base19 (0.11.25)
|
||||||
|
columnize (>= 0.3.1)
|
||||||
|
linecache19 (>= 0.5.11)
|
||||||
|
ruby_core_source (>= 0.1.4)
|
||||||
|
ruby-debug19 (0.11.6)
|
||||||
|
columnize (>= 0.3.1)
|
||||||
|
linecache19 (>= 0.5.11)
|
||||||
|
ruby-debug-base19 (>= 0.11.19)
|
||||||
|
ruby_core_source (0.1.5)
|
||||||
|
archive-tar-minitar (>= 0.5.2)
|
||||||
rubypython (0.5.3)
|
rubypython (0.5.3)
|
||||||
blankslate (>= 2.1.2.3)
|
blankslate (>= 2.1.2.3)
|
||||||
ffi (~> 1.0.7)
|
ffi (~> 1.0.7)
|
||||||
|
@ -254,6 +268,7 @@ DEPENDENCIES
|
||||||
rails-footnotes (~> 3.7.5)
|
rails-footnotes (~> 3.7.5)
|
||||||
rdiscount
|
rdiscount
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
ruby-debug19
|
||||||
sass-rails (~> 3.1.0)
|
sass-rails (~> 3.1.0)
|
||||||
seed-fu (~> 2.1.0)
|
seed-fu (~> 2.1.0)
|
||||||
shoulda (~> 3.0.0.beta2)
|
shoulda (~> 3.0.0.beta2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue