Merge branch 'master' of github.com:gitlabhq/gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2011-11-27 15:14:25 +02:00
commit 1b2fba08fe

View file

@ -40,7 +40,9 @@ group :development, :test do
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'
gem 'ruby-debug19', :require => 'ruby-debug'
unless ENV["CI"]
gem 'ruby-debug19', :require => 'ruby-debug'
end
gem 'awesome_print'
gem 'database_cleaner'
gem 'launchy'