source 'https://rubygems.org'

gem 'rugged', '~> 0.27.4'
gem 'github-linguist', '~> 5.3', require: 'linguist'
gem 'github-markup', '~> 1.6'
gem 'gitaly-proto', '~> 0.116', require: 'gitaly'
gem 'activesupport', '>= 4.2 '
gem 'rdoc', '>= 4.2'
gem 'gitlab-gollum-lib', '~> 4.2', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false
gem 'grpc', '~> 1.11'
gem 'sentry-raven', '~> 2.7', '>= 2.7.2', require: false
gem 'faraday', '~> 0.12'

# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 8.9'

# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '~> 3.5', '>= 3.5.1'
