Skip to content

Commit c7f4cf5

Browse files
authored
Limit tiny_tds to v3 (#1289)
1 parent d17094d commit c7f4cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-sqlserver-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.require_paths = ["lib"]
2929

3030
spec.add_dependency "activerecord", "~> 8.1.0.alpha"
31-
spec.add_dependency "tiny_tds", "~> 3"
31+
spec.add_dependency "tiny_tds", "~> 3.0"
3232
end

0 commit comments

Comments
 (0)