Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-11-16 22:05:00 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-11-16 22:05:00 +0400
commit07b7ddded3fb769121010171c741cb74397d3830 (patch)
treeafec9d24315190257c8838fad02d10c74183c076 /Gemfile
parent79bcdfb8d7643e26fb93e234eaf3bc83332367dc (diff)
enable ruby-debug again
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cd10715950b..f1f1791210b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ group :development, :test do
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'
- # gem 'ruby-debug19', :require => 'ruby-debug'
+ gem 'ruby-debug19', :require => 'ruby-debug'
gem 'awesome_print'
gem 'database_cleaner'
gem 'launchy'