inspec/Gemfile
Daniel Sanabria b1254926cd Using newer arm sdk version (#44)
Some object methods have been deprecated in v0.11.0 of the arm sdks.
This commit fixes the get_resources method by using the new resources
object instance method. We are also updating the Gemfile accordingly.

Signed-off-by: sanabriad <sanabria.d@gmail.com>
2017-10-08 22:43:46 +02:00

19 lines
349 B
Ruby

source 'https://rubygems.org'
gem 'inifile'
gem 'azure_mgmt_compute', '~> 0.11.0'
gem 'azure_mgmt_resources', '~> 0.11.0'
gem 'azure_mgmt_network', '~> 0.11.0'
gem 'bundle'
group :development do
gem 'rake'
gem 'rubocop'
gem 'github_changelog_generator'
gem 'pry-coolline'
gem 'passgen'
end
group :inspec do
gem 'inspec', '~> 1.1'
end