Merge remote-tracking branch 'origin/master' into fix-comment-on-diff-ajax-loading
Showing
... | ... | @@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.22' | ||
gem "gitlab_git", '~> 7.2.23' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
... | ... | @@ -293,6 +293,9 @@ end |
group :production do | ||
gem "gitlab_meta", '7.0' | ||
# Sentry integration | ||
gem 'sentry-raven' | ||
end | ||
gem "newrelic_rpm", '~> 3.9.4.245' | ||
... | ... |
lib/dnsxl_check.rb
0 → 100644
lib/gitlab/ip_check.rb
0 → 100644
spec/lib/dnsxl_check_spec.rb
0 → 100644
Please register or sign in to comment