Skip to content

Commit

Permalink
allow rails 6.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
lk0001 committed Jan 19, 2021
1 parent 6f8956e commit 673463d
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 @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 6.0.0"
spec.add_dependency "activerecord", ">= 6.0.0"
spec.add_dependency "tiny_tds"
end

0 comments on commit 673463d

Please sign in to comment.