From 0aa8e0e7539cac21bbdd05ca52ea3d43d947e2b3 Mon Sep 17 00:00:00 2001
From: Raphael <raphael@joindiaspora.com>
Date: Mon, 27 Sep 2010 10:39:29 -0700
Subject: [PATCH] Unfortunately, we can't put ruby-debug in the gemfile because
 it breaks 1.9.2 compatibility.  Just put it back in locally when you want to
 use it, or figure out how to do a switch by ruby verison in the Gemfile

---
 Gemfile      | 1 -
 Gemfile.lock | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/Gemfile b/Gemfile
index 7fde201c14..9560f07d1f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,7 +38,6 @@ gem 'mini_magick'
 
 group :test, :development do
   gem 'factory_girl_rails'
-  gem 'ruby-debug'
 end
 
 group :test do
diff --git a/Gemfile.lock b/Gemfile.lock
index a56760270f..71e42e422d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -116,7 +116,6 @@ GEM
       rack (>= 1.0.0)
       rack-test (>= 0.5.4)
       selenium-webdriver (>= 0.0.3)
-    columnize (0.3.1)
     crack (0.1.8)
     cucumber (0.9.0)
       builder (~> 2.1.2)
@@ -152,7 +151,6 @@ GEM
     i18n (0.4.1)
     json (1.4.6)
     json_pure (1.4.6)
-    linecache (0.43)
     mail (2.2.6.1)
       activesupport (>= 2.3.6)
       mime-types
@@ -214,11 +212,6 @@ GEM
     rspec-rails (2.0.0.beta.17)
       rspec (>= 2.0.0.beta.14)
       webrat (>= 0.7.0)
-    ruby-debug (0.10.3)
-      columnize (>= 0.1)
-      ruby-debug-base (~> 0.10.3.0)
-    ruby-debug-base (0.10.3)
-      linecache (>= 0.3)
     rubyzip (0.9.4)
     selenium-webdriver (0.0.28)
       ffi (>= 0.6.1)
@@ -278,7 +271,6 @@ DEPENDENCIES
   roxml!
   rspec (>= 2.0.0.beta.17)
   rspec-rails (= 2.0.0.beta.17)
-  ruby-debug
   sprinkle!
   thin
   webmock
-- 
GitLab