Skip to content

Commit

Permalink
Require Ruby 3.0+
Browse files Browse the repository at this point in the history
Ruby 2.7 reached EoL in March 2023.
  • Loading branch information
sds committed Dec 20, 2023
1 parent 2c91f1b commit 2efeb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion childprocess.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 3.0'

s.add_development_dependency "rspec", "~> 3.0"
s.add_development_dependency "yard", "~> 0.0"
Expand Down

0 comments on commit 2efeb90

Please sign in to comment.