Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-11-19
# Conflicts: # Gemfile.lock # app/services/projects/disable_deploy_key_service.rb # app/views/dashboard/merge_requests.html.haml # app/views/devise/shared/_tabs_ldap.html.haml # doc/install/requirements.md # package.json # spec/controllers/projects/deploy_keys_controller_spec.rb [ci skip]
Showing
... | ... | @@ -14,6 +14,9 @@ source 'https://rubygems.org' |
gem 'rails', gem_versions['rails'] | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Improves copy-on-write performance for MRI | ||
gem 'nakayoshi_fork', '~> 0.0.4' | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 2.0' | ||
... | ... | @@ -146,7 +149,7 @@ gem 'rdoc', '~> 6.0' |
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.6' | ||
gem 'asciidoctor', '~> 1.5.8' | ||
gem 'asciidoctor-plantuml', '0.0.8' | ||
gem 'rouge', '~> 3.1' | ||
gem 'truncato', '~> 0.7.9' | ||
... | ... | @@ -236,7 +239,7 @@ gem 'slack-notifier', '~> 1.5.1' |
gem 'hangouts-chat', '~> 0.0.5' | ||
# Asana integration | ||
gem 'asana', '~> 0.6.0' | ||
gem 'asana', '~> 0.8.1' | ||
# FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | ||
... | ... |
Please register or sign in to comment