Skip to content

Commit

Permalink
Switch to debugger for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed May 7, 2012
1 parent 2d8e19a commit 3cab0c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gemspec


group :test do group :test do
gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19 gem 'debugger', :platforms => :mri_19
end end
26 changes: 10 additions & 16 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
routing-filter (0.3.0) routing-filter (0.3.1)
actionpack actionpack


GEM GEM
Expand All @@ -26,15 +26,19 @@ GEM
appraisal (0.4.0) appraisal (0.4.0)
bundler bundler
rake rake
archive-tar-minitar (0.5.2)
builder (2.1.2) builder (2.1.2)
columnize (0.3.2) columnize (0.3.2)
debugger (1.1.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.2)
debugger-linecache (1.1.1)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.2)
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.5.0) i18n (0.5.0)
linecache (0.43) linecache (0.43)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
rack (1.2.5) rack (1.2.5)
rack-mount (0.6.14) rack-mount (0.6.14)
rack (>= 1.0.0) rack (>= 1.0.0)
Expand All @@ -46,26 +50,16 @@ GEM
ruby-debug-base (~> 0.10.4.0) ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4) ruby-debug-base (0.10.4)
linecache (>= 0.3) linecache (>= 0.3)
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)
test_declarative (0.0.5) test_declarative (0.0.5)
tzinfo (0.3.32) tzinfo (0.3.33)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
appraisal appraisal
debugger
i18n i18n
routing-filter! routing-filter!
ruby-debug ruby-debug
ruby-debug19
test_declarative test_declarative

0 comments on commit 3cab0c3

Please sign in to comment.