10 строки
168 B
Ruby
10 строки
168 B
Ruby
|
ruby "~> 2.3.0"
|
||
|
|
||
|
source 'https://rubygems.org/'
|
||
|
|
||
|
group :test do
|
||
|
git 'https://github.com/Azure/terramodtest.git' do
|
||
|
gem 'terramodtest', :tag => 'v0.2.0'
|
||
|
end
|
||
|
end
|