Merge branch 'ce_upstream' into 'master'
CE upstream @iamphill All these conflicts are frontend related, could you resolve/reassign them? ``` Unmerged paths: (use "git add <file>..." to mark resolution) both added: app/assets/javascripts/application.js both added: app/assets/javascripts/confirm_danger_modal.js both added: app/assets/javascripts/dispatcher.js both added: app/assets/javascripts/groups_select.js both added: app/assets/javascripts/lib/utils/common_utils.js both added: app/assets/javascripts/merge_request_widget.js both added: app/assets/javascripts/notes.js both added: app/assets/javascripts/project_new.js both added: app/assets/javascripts/users_select.js both modified: app/views/projects/branches/index.html.haml ``` See merge request !595
Showing
... | ... | @@ -9,6 +9,7 @@ gem 'responders', '~> 2.0' |
# Specify a sprockets version due to increased performance | ||
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 | ||
gem 'sprockets', '~> 3.6.0' | ||
gem 'sprockets-es6' | ||
# Default values for AR models | ||
gem 'default_value_for', '~> 3.0.0' | ||
... | ... | @@ -358,5 +359,5 @@ gem 'paranoia', '~> 2.0' |
gem 'health_check', '~> 2.1.0' | ||
# System information | ||
gem 'vmstat', '~> 2.1.0' | ||
gem 'vmstat', '~> 2.1.1' | ||
gem 'sys-filesystem', '~> 1.1.6' |
app/models/discussion.rb
0 → 100644
Please register or sign in to comment