Skip to content

Commit

Permalink
Relax childprocess requirement to allow 4.x (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jun 25, 2020
1 parent 0b8a6a6 commit 5e3aa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overcommit.gemspec
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4'

s.add_dependency 'childprocess', '>= 0.6.3', '< 4'
s.add_dependency 'childprocess', '>= 0.6.3', '< 5'
s.add_dependency 'iniparse', '~> 1.4'
end

0 comments on commit 5e3aa00

Please sign in to comment.