Skip to content

Commit

Permalink
Require childprocess 6 or less
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 9a287f7 commit d48c40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen-recorder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.add_runtime_dependency 'childprocess', '>= 5.0'
spec.add_runtime_dependency 'childprocess', '<= 6.0'
spec.add_runtime_dependency 'os', '~> 1.0'
spec.add_runtime_dependency 'streamio-ffmpeg', '~> 3.0'
end

0 comments on commit d48c40a

Please sign in to comment.