From 32343791c681451a63d685b69209ad61402d00dc Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Mon, 15 Aug 2011 12:13:18 +0800 Subject: [PATCH] Added ruby-debug gems to Gemfile, with support for both 1.8 and 1.9. --- Gemfile | 3 ++- Gemfile.lock | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c54f387..99e0f7c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,8 @@ group :development, :test do gem 'rspec-rails', '~> 2.5' gem 'webmock', :require => false gem 'factory_girl_rails' - #gem 'ruby-debug19', :require => 'ruby-debug' + gem 'ruby-debug', :platform => :mri_18 + gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index efc3c67..ab19a3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,11 +36,13 @@ GEM activesupport (= 3.0.5) activesupport (3.0.5) addressable (2.2.5) + archive-tar-minitar (0.5.2) arel (2.0.9) bcrypt-ruby (2.1.4) bson (1.3.1) bson_ext (1.3.1) builder (2.1.2) + columnize (0.3.4) crack (0.1.8) daemons (1.1.4) database_cleaner (0.6.7) @@ -70,6 +72,10 @@ GEM lighthouse-api (2.0) activeresource (>= 3.0.0) activesupport (>= 3.0.0) + linecache (0.46) + rbx-require-relative (> 0.0.4) + linecache19 (0.5.12) + ruby_core_source (>= 0.1.4) mail (2.2.17) activesupport (>= 2.3.6) i18n (>= 0.4.0) @@ -114,6 +120,7 @@ GEM rake (>= 0.8.7) thor (~> 0.14.4) rake (0.8.7) + rbx-require-relative (0.0.5) responders (0.6.4) rest-client (1.5.1) mime-types (>= 1.16) @@ -130,9 +137,24 @@ GEM activesupport (~> 3.0) railties (~> 3.0) rspec (~> 2.5.0) + ruby-debug (0.10.4) + columnize (>= 0.1) + 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-fogbugz (0.0.4) crack typhoeus + ruby_core_source (0.1.5) + archive-tar-minitar (>= 0.5.2) thin (1.2.11) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -172,6 +194,8 @@ DEPENDENCIES redmine_client! rspec (~> 2.5) rspec-rails (~> 2.5) + ruby-debug + ruby-debug19 ruby-fogbugz thin useragent (~> 0.3.1) -- libgit2 0.21.2