From 8c009389c99164bcb216e92ee06c4d5d00faea4d Mon Sep 17 00:00:00 2001 From: Russell Seymour Date: Fri, 27 Oct 2017 10:49:58 +0100 Subject: [PATCH] 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 * Removed pessimistic version for the SDK Signed-off-by: Russell Seymour --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8af46395f..f2afcefbd 100644 --- a/Gemfile +++ b/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