Skip to content

Commit

Permalink
Update activerecord-sqlserver-adapter.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 21, 2024
1 parent c137deb commit 3ad671b
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", "~> 8.0.0.alpha"
spec.add_dependency "activerecord", "~> 8.0.0.rc1"
spec.add_dependency "tiny_tds"
end

0 comments on commit 3ad671b

Please sign in to comment.