postgres_with.gemspec in postgres_with-2.0.0 vs postgres_with.gemspec in postgres_with-3.0.0
- old
+ new
@@ -13,9 +13,9 @@
gem.files = `git ls-files`.split("\n")
gem.name = "postgres_with"
gem.require_paths = ["lib"]
gem.version = PostgresWith::VERSION
- gem.add_dependency 'activerecord', '>= 6.0'
+ gem.add_dependency 'activerecord', '>= 6.1'
gem.add_development_dependency 'pg', '>= 0.13'
end