Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-01-19
# Conflicts: # app/assets/javascripts/dispatcher.js # app/mailers/emails/merge_requests.rb # app/services/notification_service.rb # spec/javascripts/lib/utils/text_utility_spec.js # spec/mailers/notify_spec.rb # yarn.lock [ci skip]
Showing
This diff is collapsed.
... | ... | @@ -353,10 +353,10 @@ group :development, :test do |
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'gitlab-styles', '~> 2.2.0', require: false | ||
gem 'gitlab-styles', '~> 2.3', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.52.0' | ||
gem 'rubocop-rspec', '~> 1.20.1' | ||
gem 'rubocop', '~> 0.52.1' | ||
gem 'rubocop-rspec', '~> 1.22.1' | ||
gem 'scss_lint', '~> 0.56.0', require: false | ||
gem 'haml_lint', '~> 0.26.0', require: false | ||
... | ... |
Please register or sign in to comment