From d2f8a09f955f40c5f282c3d28808a50d0b27ec9f Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Thu, 13 Apr 2017 11:56:44 +0100 Subject: [PATCH] Trying 1.0.5 version of tiny_tds. Guy on issue says it works https://github.com/rails-sqlserver/tiny_tds/issues/330 --- recipes/databaseaccount.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/databaseaccount.rb b/recipes/databaseaccount.rb index 9309399..022eab6 100644 --- a/recipes/databaseaccount.rb +++ b/recipes/databaseaccount.rb @@ -19,10 +19,10 @@ } # database cookbook made it sql_server cookbook problem. sql_server cookbook as made it the callers problem now -# Need to limit to 1.2.0 to work in ChefDK https://github.com/rails-sqlserver/tiny_tds/issues/354 +# Need to limit to 1.0.5 to work in ChefDK https://github.com/rails-sqlserver/tiny_tds/issues/354 chef_gem 'tiny_tds' do action :install - version '1.2.0' + version '1.0.5' options '--no-user-install' end