We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6065bee commit ed02382Copy full SHA for ed02382
Gemfile
@@ -27,7 +27,8 @@ group :tinytds do
27
if ENV['TINYTDS_SOURCE']
28
gem 'tiny_tds', :path => ENV['TINYTDS_SOURCE']
29
else
30
- gem 'tiny_tds', '~> 0.6.0'
+ #segfault caused by tiny_tds 0.6.1
31
+ gem 'tiny_tds', :git =>"https://github.com/rails-sqlserver/tiny_tds.git"
32
end
33
34
0 commit comments