forked from mirrors/nixpkgs
f3eb063ecf
- Update GitLab to 12.3.4 - Update update.py to cope with the new upstream repository structure - Refactor gitlab-shell to use buildGoPackage and bundlerEnv for dependencies - Refactor gitlab-workhorse to use buildGoPackage for dependencies - Make update.py able to update gitlab-shell and gitlab-workhorse dependencies - Various fixes necessary for update to work
13 lines
322 B
Ruby
13 lines
322 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'listen', '~> 0.5.0'
|
|
gem 'pry', '~> 0.12.2'
|
|
gem 'rspec', '~> 3.8.0'
|
|
gem 'rspec-parameterized', '~> 0.4.0'
|
|
gem 'rubocop', '0.49.1', require: false
|
|
gem 'simplecov', '~> 0.9.0', require: false
|
|
gem 'vcr', '~> 4.0.0'
|
|
gem 'webmock', '~> 3.4.0'
|
|
end
|