source 'https://rubygems.org'

gem 'rugged', '~> 1.1'
gem 'github-linguist', '~> 7.12', require: 'linguist'
gem 'github-markup', '~> 1.7'
gem 'activesupport', '~> 6.1.0'
gem 'rdoc', '~> 6.0'
gem 'gitlab-gollum-lib', '~> 4.2.7', '>= 4.2.7.10.gitlab.1', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', '>= 0.4.4.4.gitlab.1', require: false
gem 'grpc', '~> 1.30', '>= 1.30.2'
gem 'sentry-raven', '~> 3.0', require: false
gem 'faraday', '~> 1.0'
gem 'rbtrace', require: false

# Labkit provides observability functionality
gem 'gitlab-labkit', '~> 0.18'

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

gem 'google-protobuf', '~> 3.14'

# Needed only during build, groups don't work with --local
if ENV["RAILS_ENV"] == "development"
  gem 'grpc-tools', '~> 1.30', '>= 1.30.2'
end
