mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
Pinning version of Azure SDKs to avoid beaking change issue (#55)
* Pinning version of Azure SDKs to avoid beaking change issue Fixes #54 Signed-off-by: Russell Seymour <russell.seymour@turtlesystems.co.uk> * Removed pessimistic version for the SDK Signed-off-by: Russell Seymour <russell.seymour@turtlesystems.co.uk>
This commit is contained in:
parent
5d720ef05a
commit
8c009389c9
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'
|
||||
gem 'azure_mgmt_resources', '~> 0.11'
|
||||
gem 'azure_mgmt_network', '~> 0.11'
|
||||
gem 'azure_mgmt_compute', '= 0.14.0'
|
||||
gem 'azure_mgmt_resources', '= 0.14.0'
|
||||
gem 'azure_mgmt_network', '= 0.14.0'
|
||||
gem 'bundle'
|
||||
|
||||
group :development do
|
||||
|
|
Loading…
Reference in a new issue