Skip to content

Commit

Permalink
chore: Bump minimum Ruby version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Aug 31, 2024
1 parent f217810 commit a7c45ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valid_email2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 1.9.3"
spec.required_ruby_version = ">= 3.1.0"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.3"
Expand Down

0 comments on commit a7c45ad

Please sign in to comment.