Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce_upstream
Showing
... | ... | @@ -6,10 +6,8 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' |
# Responders respond_to and respond_with | ||
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' | ||
gem 'sprockets', '~> 3.7.0' | ||
gem 'sprockets-es6', '~> 0.9.2' | ||
# Default values for AR models | ||
gem 'default_value_for', '~> 3.0.0' | ||
... | ... | @@ -19,7 +17,7 @@ gem 'mysql2', '~> 0.3.16', group: :mysql |
gem 'pg', '~> 0.18.2', group: :postgres | ||
# Authentication libraries | ||
gem 'devise', '~> 4.0' | ||
gem 'devise', '~> 4.2' | ||
gem 'doorkeeper', '~> 4.2.0' | ||
gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
... | ... | @@ -57,7 +55,7 @@ gem 'browser', '~> 2.2' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 10.6.6' | ||
gem 'gitlab_git', '~> 10.6.7' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
... | ... | @@ -132,8 +130,8 @@ gem 'diffy', '~> 3.0.3' |
# Application server | ||
group :unicorn do | ||
gem 'unicorn', '~> 4.9.0' | ||
gem 'unicorn-worker-killer', '~> 0.4.2' | ||
gem 'unicorn', '~> 5.1.0' | ||
gem 'unicorn-worker-killer', '~> 0.4.4' | ||
end | ||
# State machine | ||
... | ... | @@ -222,7 +220,7 @@ gem 'oj', '~> 2.17.4' |
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
gem 'sass-rails', '~> 5.0.0' | ||
gem 'sass-rails', '~> 5.0.6' | ||
gem 'coffee-rails', '~> 4.1.0' | ||
gem 'uglifier', '~> 2.7.2' | ||
gem 'turbolinks', '~> 2.5.0' | ||
... | ... | @@ -313,7 +311,6 @@ group :development, :test do |
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'haml_lint', '~> 0.18.2', require: false | ||
gem 'simplecov', '0.12.0', require: false | ||
gem 'flog', '~> 4.3.2', require: false | ||
gem 'flay', '~> 2.6.1', require: false | ||
gem 'bundler-audit', '~> 0.5.0', require: false | ||
... | ... | @@ -341,7 +338,7 @@ gem 'mail_room', '~> 0.8' |
gem 'email_reply_parser', '~> 0.5.8' | ||
gem 'ruby-prof', '~> 0.15.9' | ||
gem 'ruby-prof', '~> 0.16.2' | ||
## CI | ||
gem 'activerecord-session_store', '~> 1.0.0' | ||
... | ... |
doc/university/README.md
0 → 100644
104 KB
96.3 KB
89.8 KB
107 KB
41 KB
25.6 KB
52.8 KB
129 KB
53.7 KB
42.9 KB
79.6 KB
98.3 KB
38.7 KB
55.1 KB
lib/tasks/flog.rake
deleted
100644 → 0
File moved
File moved