nixpkgs/pkgs/applications/version-management/gitlab/gitaly/Gemfile

26 lines
815 B
Ruby
Raw Normal View History

2017-09-03 13:38:28 +00:00
source 'https://rubygems.org'
2018-09-21 07:33:18 +00:00
gem 'rugged', '~> 0.27.4'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.4'
2018-09-25 00:11:36 +00:00
gem 'gitaly-proto', '~> 0.116.0', require: 'gitaly'
2018-03-19 12:35:58 +00:00
gem 'activesupport', '~> 5.0.2'
gem 'rdoc', '~> 4.2'
2018-05-23 20:22:32 +00:00
gem 'gitlab-gollum-lib', '~> 4.2', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false
2018-09-21 07:33:18 +00:00
gem 'grpc', '~> 1.11.0'
2018-04-25 17:55:12 +00:00
gem 'sentry-raven', '~> 2.7.2', require: false
2018-09-21 07:33:18 +00:00
gem 'faraday', '~> 0.12'
2018-04-25 17:55:12 +00:00
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
2018-05-23 20:22:32 +00:00
gem 'licensee', '~> 8.9.0'
2018-03-19 12:35:58 +00:00
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'
2017-11-06 18:13:35 +00:00
group :development, :test do
gem 'gitlab-styles', '~> 2.0.0', require: false
2018-03-19 12:35:58 +00:00
gem 'rspec', require: false
2017-11-06 18:13:35 +00:00
end