mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
8 lines
145 B
Ruby
8 lines
145 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'rspec', '~> 2.99'
|
|
gem 'serverspec', '~> 1.11.0'
|
|
gem 'rspec_junit_formatter'
|
|
gem 'vagrant-wrapper'
|