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

10 lines
241 B
Text
Raw Normal View History

2017-09-03 15:38:28 +02:00
source 'https://rubygems.org'
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
2017-09-28 20:09:31 +02:00
gem 'gitaly-proto', '~> 0.37.0', require: 'gitaly'
2017-09-03 15:38:28 +02:00
gem 'activesupport'
2017-11-06 19:13:35 +01:00
group :development, :test do
gem 'gitlab-styles', '~> 2.0.0', require: false
end