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:
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 857ea229acb..9ef2f2a16d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'