Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee
Showing
... | ... | @@ -46,7 +46,7 @@ gem "gitlab_git", '~> 7.2.5' |
gem 'gitlab-grack', '~> 2.0.2', require: 'grack' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap" | ||
gem 'net-ldap' | ||
... | ... | @@ -55,9 +55,9 @@ gem 'net-ldap' |
gem 'gollum-lib', '~> 4.0.2' | ||
# Language detection | ||
# GitLab fork of linguist does not require pygments/python dependency. | ||
# New version of original gem also dropped pygments support but it has strict | ||
# dependency to unstable rugged version. We have internal issue for replacing | ||
# GitLab fork of linguist does not require pygments/python dependency. | ||
# New version of original gem also dropped pygments support but it has strict | ||
# dependency to unstable rugged version. We have internal issue for replacing | ||
# fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052. | ||
gem "gitlab-linguist", "~> 3.0.1", require: "linguist" | ||
... | ... | @@ -230,7 +230,7 @@ end |
group :development, :test do | ||
gem 'awesome_print' | ||
gem 'byebug' | ||
gem 'byebug', platform: :mri | ||
gem 'fuubar', '~> 2.0.0' | ||
gem 'pry-rails' | ||
... | ... |
app/models/approver.rb
0 → 100644
165 KB
144 KB
34.4 KB
30.8 KB
46.4 KB
35.7 KB
56.6 KB