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 6cc4db6 commit 1b90779Copy full SHA for 1b90779
activerecord-sqlserver-adapter.gemspec
@@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
26
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
27
spec.require_paths = ["lib"]
28
29
- spec.add_dependency "activerecord", "~> 8.1.0.alpha"
+ spec.add_dependency "activerecord", "~> 8.1.0.beta1"
30
spec.add_dependency "tiny_tds", "~> 3.0"
31
end
0 commit comments