Skip to content

Commit

Permalink
Update dependent RMagick version to 5.5.0 or later (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Apr 7, 2024
1 parent 4739831 commit 139c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.platform = 'java'
s.add_dependency 'rmagick4j'
else
s.add_dependency 'rmagick', '>= 5.3'
s.add_dependency 'rmagick', '~> 5.5'
end
s.add_dependency 'histogram'
s.required_ruby_version = '>= 3.0.0'
Expand Down

0 comments on commit 139c71e

Please sign in to comment.