Skip to content

Commit

Permalink
Set minimum Ruby version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Aug 24, 2024
1 parent 2e3fe29 commit 1394edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paranoia_uniqueness_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 3.1'

gem.add_dependency 'activerecord', '>= 7.0', '< 7.3'

Expand Down

0 comments on commit 1394edb

Please sign in to comment.