Skip to content

Commit

Permalink
chore: only support Rails 6.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Nov 22, 2023
1 parent 2d06782 commit 6c86fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia_uniqueness_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'activerecord', '>= 5.2.0', '< 7.2'
gem.add_dependency 'activerecord', '>= 6.1', '< 7.2'

gem.add_development_dependency 'database_cleaner', '~> 2.0'
gem.add_development_dependency 'paranoia', '~> 2.3'
Expand Down

0 comments on commit 6c86fcc

Please sign in to comment.