Skip to content

Commit

Permalink
use "debugger" gem on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 5, 2013
1 parent e0b7424 commit 4fe3053
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
bundler_args: "--standalone --binstubs"
bundler_args: "--standalone --binstubs --without development"
script: script/test_all
services: mongodb
before_script:
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -23,7 +23,7 @@ group :mysql do
end
gem 'pg', '~> 0.11', :group => :pg

group :debug do
group :development do
gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19
end unless ENV['TRAVIS']
gem 'debugger', :platforms => :mri_19
end
22 changes: 8 additions & 14 deletions Gemfile.lock
Expand Up @@ -23,13 +23,19 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (3.0.2)
bson (1.6.4)
builder (3.0.4)
columnize (0.3.5)
data_objects (0.10.7)
addressable (~> 2.1)
debugger (1.2.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.5)
diff-lcs (1.1.3)
dm-aggregates (1.2.0)
dm-core (~> 1.2.0)
Expand All @@ -51,8 +57,6 @@ GEM
journey (1.0.4)
linecache (0.46)
rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mocha (0.9.12)
mongo (1.6.2)
bson (~> 1.6.2)
Expand Down Expand Up @@ -87,16 +91,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)
sequel (3.30.0)
sprockets (2.2.2)
hike (~> 1.2)
Expand All @@ -113,6 +107,7 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 3.2.0)
activerecord (~> 3.2.0)
debugger
dm-aggregates
dm-core
dm-migrations
Expand All @@ -125,6 +120,5 @@ DEPENDENCIES
rake
rspec (~> 2.6.0)
ruby-debug
ruby-debug19
sequel (~> 3.8)
sqlite3 (~> 1.3.3)
6 changes: 3 additions & 3 deletions Gemfile.rails-edge
Expand Up @@ -20,7 +20,7 @@ group :mysql do
end
gem 'pg', '~> 0.11', :group => :pg

group :debug do
group :development do
gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19
end unless ENV['TRAVIS']
gem 'debugger', :platforms => :mri_19
end
22 changes: 8 additions & 14 deletions Gemfile.rails-edge.lock
Expand Up @@ -41,18 +41,22 @@ GIT
GEM
remote: http://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
arel (3.0.2)
atomic (1.0.1)
builder (3.1.4)
columnize (0.3.5)
debugger (1.2.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.5)
diff-lcs (1.1.3)
erubis (2.7.0)
i18n (0.6.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
minitest (4.3.0)
mocha (0.9.12)
multi_json (1.3.7)
Expand Down Expand Up @@ -80,16 +84,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 (1.3.6)
thread_safe (0.1.0)
atomic
Expand All @@ -102,6 +96,7 @@ DEPENDENCIES
actionpack!
activerecord!
activerecord-deprecated_finders!
debugger
journey!
mocha (~> 0.9.8)
mysql (~> 2.9)
Expand All @@ -110,6 +105,5 @@ DEPENDENCIES
rake
rspec (~> 2.6.0)
ruby-debug
ruby-debug19
sqlite3 (~> 1.3.3)
thread_safe
6 changes: 3 additions & 3 deletions Gemfile.rails3.0
Expand Up @@ -14,7 +14,7 @@ gem 'sqlite3', '~> 1.3.3'
gem 'mysql', '~> 2.8.1', :group => :mysql
gem 'pg', '~> 0.11', :group => :pg

group :debug do
group :development do
gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19
end unless ENV['TRAVIS']
gem 'debugger', :platforms => :mri_19
end
22 changes: 8 additions & 14 deletions Gemfile.rails3.0.lock
Expand Up @@ -22,18 +22,22 @@ GEM
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.19)
archive-tar-minitar (0.5.2)
arel (2.0.10)
builder (2.1.2)
columnize (0.3.4)
debugger (1.2.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.5)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
linecache (0.46)
rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mocha (0.9.12)
mysql (2.8.1)
pg (0.11.0)
Expand All @@ -57,16 +61,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 (1.3.4)
tzinfo (0.3.35)

Expand All @@ -76,11 +70,11 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 3.0.0)
activerecord (~> 3.0.0)
debugger
mocha (~> 0.9.8)
mysql (~> 2.8.1)
pg (~> 0.11)
rake
rspec (~> 2.6.0)
ruby-debug
ruby-debug19
sqlite3 (~> 1.3.3)
6 changes: 3 additions & 3 deletions Gemfile.rails3.1
Expand Up @@ -17,7 +17,7 @@ group :mysql do
end
gem 'pg', '~> 0.11', :group => :pg

group :debug do
group :development do
gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19
end unless ENV['TRAVIS']
gem 'debugger', :platforms => :mri_19
end
22 changes: 8 additions & 14 deletions Gemfile.rails3.1.lock
Expand Up @@ -23,18 +23,22 @@ GEM
tzinfo (~> 0.3.29)
activesupport (3.1.10)
multi_json (>= 1.0, < 1.3)
archive-tar-minitar (0.5.2)
arel (2.2.3)
builder (3.0.4)
columnize (0.3.6)
debugger (1.2.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.5)
diff-lcs (1.1.3)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mocha (0.9.12)
multi_json (1.2.0)
mysql (2.8.1)
Expand Down Expand Up @@ -65,16 +69,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)
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -89,12 +83,12 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 3.1.0)
activerecord (~> 3.1.0)
debugger
mocha (~> 0.9.8)
mysql (~> 2.8.1)
mysql2 (>= 0.3.6)
pg (~> 0.11)
rake
rspec (~> 2.6.0)
ruby-debug
ruby-debug19
sqlite3 (~> 1.3.3)

0 comments on commit 4fe3053

Please sign in to comment.