Skip to content

Commit

Permalink
Limit tiny_tds to v3 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso authored Jan 9, 2025
1 parent d17094d commit c7f4cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 8.1.0.alpha"
spec.add_dependency "tiny_tds", "~> 3"
spec.add_dependency "tiny_tds", "~> 3.0"
end

0 comments on commit c7f4cf5

Please sign in to comment.