mirror of
https://github.com/inspec/inspec
synced 2025-02-18 15:08:44 +00:00
relax azure sdk pinning (#51)
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
parent
c7adc529b2
commit
8bd00a9b87
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -1,9 +1,9 @@
|
|||
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 'azure_mgmt_compute', '~> 0.11'
|
||||
gem 'azure_mgmt_resources', '~> 0.11'
|
||||
gem 'azure_mgmt_network', '~> 0.11'
|
||||
gem 'bundle'
|
||||
|
||||
group :development do
|
||||
|
|
Loading…
Add table
Reference in a new issue