From bc5bcd16fb8dfa7bb4b5b37f0f29b096e3daa74c Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Wed, 13 Oct 2010 23:55:17 -0700 Subject: [PATCH] adding 1.9 debugger for 1.9 --- Gemfile | 1 + Gemfile.lock | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/Gemfile b/Gemfile index b7a54ebf99..95146c630b 100644 --- a/Gemfile +++ b/Gemfile @@ -41,6 +41,7 @@ gem 'aws' group :test, :development do gem 'factory_girl_rails' + gem 'ruby-debug19' if RUBY_VERSION.include? "1.9" gem 'ruby-debug' if RUBY_VERSION.include? "1.8" end diff --git a/Gemfile.lock b/Gemfile.lock index 3fa7ace14d..3aeac65b32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,7 @@ GEM activesupport (= 3.0.0) activesupport (3.0.0) addressable (2.2.2) + archive-tar-minitar (0.5.2) arel (1.0.1) activesupport (~> 3.0.0) aws (2.3.21) @@ -122,6 +123,7 @@ GEM selenium-webdriver (>= 0.0.3) childprocess (0.0.7) ffi (~> 0.6.3) + columnize (0.3.1) crack (0.1.8) cucumber (0.9.2) builder (~> 2.1.2) @@ -162,6 +164,8 @@ GEM i18n (0.4.1) json (1.4.6) json_pure (1.4.6) + linecache19 (0.5.11) + ruby_core_source (>= 0.1.4) mail (2.2.7) activesupport (>= 2.3.6) mime-types @@ -223,6 +227,16 @@ GEM rspec-expectations (= 2.0.0) rspec-rails (2.0.0) rspec (= 2.0.0) + ruby-debug-base19 (0.11.24) + 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.4) + archive-tar-minitar (>= 0.5.2) rubyzip (0.9.4) selenium-webdriver (0.0.29) childprocess (>= 0.0.7) @@ -280,6 +294,7 @@ DEPENDENCIES roxml! rspec (>= 2.0.0) rspec-rails (>= 2.0.0) + ruby-debug19 sprinkle! thin webmock -- GitLab