Merge branch 'ce-to-ee-2018-11-20' into 'master'
CE upstream - 2018-11-20 07:15 UTC See merge request gitlab-org/gitlab-ee!8526
Showing
... | ... | @@ -401,7 +401,7 @@ group :test do |
gem 'rails-controller-testing' if rails5? # Rails5 only gem. | ||
gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. | ||
gem 'sham_rack', '~> 1.3.6' | ||
gem 'concurrent-ruby', '~> 1.0.5' | ||
gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.2.5' | ||
gem 'rspec_junit_formatter' | ||
end | ||
... | ... |
Please register or sign in to comment