gitlabhq/gitlab-shell

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

group :development, :test do
  gem 'rspec', '~> 3.13.0'
  gem 'webrick', '~> 1.8', '>= 1.8.2'
end

group :development, :danger do
  gem 'gitlab-dangerfiles', '~> 4.8.0'
end