Commit 1b2fba08fe83c7075d58cb34ba6ce79dfd527b41
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -40,7 +40,9 @@ group :development, :test do |
40 | 40 | gem 'capybara' |
41 | 41 | gem 'autotest' |
42 | 42 | gem 'autotest-rails' |
43 | - gem 'ruby-debug19', :require => 'ruby-debug' | |
43 | + unless ENV["CI"] | |
44 | + gem 'ruby-debug19', :require => 'ruby-debug' | |
45 | + end | |
44 | 46 | gem 'awesome_print' |
45 | 47 | gem 'database_cleaner' |
46 | 48 | gem 'launchy' | ... | ... |