Merged 7.5.1
Showing
source "https://rubygems.org" | ||
source "http://rubygems.org" | ||
def darwin_only(require_as) | ||
RUBY_PLATFORM.include?('darwin') && require_as | ||
... | ... | @@ -34,13 +34,13 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc10' | ||
gem "gitlab_git", '7.0.0.rc11' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.1.0', require: "omniauth-ldap" | ||
gem 'gitlab_omniauth-ldap', '1.2.0', require: "omniauth-ldap" | ||
# Git Wiki | ||
gem 'gollum-lib', '~> 3.0.0' | ||
... | ... | @@ -146,7 +146,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2" |
gem "gemnasium-gitlab-service", "~> 0.2" | ||
# Slack integration | ||
gem "slack-notifier", "~> 0.3.2" | ||
gem "slack-notifier", "~> 1.0.0" | ||
# d3 | ||
gem "d3_rails", "~> 3.1.4" | ||
... | ... | @@ -189,6 +189,7 @@ gem "gon", '~> 5.0.0' |
gem 'nprogress-rails' | ||
gem 'request_store' | ||
gem "virtus" | ||
gem 'addressable' | ||
group :development do | ||
gem "annotate", "~> 2.6.0.beta2" | ||
... | ... |