Skip to content

Commit

Permalink
Allow childprocess 5 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Jan 16, 2024
1 parent bc1fec6 commit 2dd1eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overcommit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4'

s.add_dependency 'childprocess', '>= 0.6.3', '< 5'
s.add_dependency 'childprocess', '>= 0.6.3', '< 6'
s.add_dependency 'iniparse', '~> 1.4'
s.add_dependency 'rexml', '~> 3.2'
end

0 comments on commit 2dd1eb9

Please sign in to comment.