Skip to content

Commit

Permalink
ruby-debug19 -> debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 19, 2013
1 parent 83df91b commit 05884ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ end

group :debug do
gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19
gem 'debugger', :platforms => [:mri_19, :mri_20]
end unless ENV['TRAVIS']
21 changes: 7 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ GEM
activerecord (2.3.12)
activesupport (= 2.3.12)
activesupport (2.3.12)
archive-tar-minitar (0.5.2)
columnize (0.3.4)
debugger (1.6.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.2)
linecache (0.46)
rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mocha (0.9.7)
rake
mysql (2.8.1)
Expand All @@ -26,16 +29,6 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
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)
sqlite3-ruby (1.3.1)

PLATFORMS
Expand All @@ -44,11 +37,11 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 2.3.6)
activerecord (~> 2.3.6)
debugger
mocha (= 0.9.7)
mysql
pg
postgres
rake (~> 0.8.7)
ruby-debug
ruby-debug19
sqlite3-ruby (= 1.3.1)

0 comments on commit 05884ca

Please sign in to comment.