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 13f340b commit 0a36c01Copy full SHA for 0a36c01
activerecord-cockroachdb-adapter.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.description = "Allows the use of CockroachDB as a backend for ActiveRecord and Rails apps."
14
spec.homepage = "https://github.com/cockroachdb/activerecord-cockroachdb-adapter"
15
16
- spec.add_dependency "activerecord", "~> 6.0.1"
+ spec.add_dependency "activerecord", "~> 6.0.3"
17
spec.add_dependency "pg", ">= 0.20"
18
19
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
0 commit comments