Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

use the 'debugger' gem on 1.9 ruby instead of the broken ruby-debug19 #38

Merged
merged 1 commit into from Apr 14, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ group :test do
end end


group :development, :test do group :development, :test do
gem 'ruby-debug19', :platforms => :mri_19 gem 'debugger', :platforms => :mri_19
gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug', :platforms => :mri_18
gem 'fog' gem 'fog'
gem 'pry' gem 'pry'
Expand Down
22 changes: 8 additions & 14 deletions Gemfile.lock
Expand Up @@ -9,7 +9,6 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
alias (0.2.2) alias (0.2.2)
archive-tar-minitar (0.5.2)
awesome_print (0.4.0) awesome_print (0.4.0)
boson (0.3.3) boson (0.3.3)
alias (>= 0.2.2) alias (>= 0.2.2)
Expand All @@ -35,6 +34,13 @@ GEM
clipboard (0.9.8) clipboard (0.9.8)
coderay (0.9.8) coderay (0.9.8)
columnize (0.3.2) columnize (0.3.2)
debugger (1.1.1)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1)
debugger-ruby_core_source (~> 1.1)
debugger-linecache (1.1.1)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.1)
erubis (2.7.0) erubis (2.7.0)
every_day_irb (1.0.4) every_day_irb (1.0.4)
excon (0.7.6) excon (0.7.6)
Expand Down Expand Up @@ -78,8 +84,6 @@ GEM
json (1.6.1) json (1.6.1)
linecache (0.46) linecache (0.46)
rbx-require-relative (> 0.0.4) rbx-require-relative (> 0.0.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
method_source (0.6.7) method_source (0.6.7)
ruby_parser (>= 2.3.1) ruby_parser (>= 2.3.1)
methodfinder (1.2.3) methodfinder (1.2.3)
Expand Down Expand Up @@ -125,18 +129,8 @@ 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-growl (3.0) ruby-growl (3.0)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
ruby_parser (2.3.1) ruby_parser (2.3.1)
sexp_processor (~> 3.0) sexp_processor (~> 3.0)
rvm_loader (1.0.0) rvm_loader (1.0.0)
Expand All @@ -160,6 +154,7 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
debugger
fog fog
irbtools irbtools
knife-solo! knife-solo!
Expand All @@ -169,5 +164,4 @@ DEPENDENCIES
pry pry
rake rake
ruby-debug ruby-debug
ruby-debug19
virtualbox virtualbox