Skip to content

Commit

Permalink
Trying 1.0.5 version of tiny_tds. Guy on issue says it works rails-sq…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taliesin Sisson committed Apr 13, 2017
1 parent 580c6e7 commit d2f8a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/databaseaccount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d2f8a09

Please sign in to comment.