Skip to content

Commit

Permalink
Bump rmagick ~> 5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan authored Nov 16, 2023
1 parent 11b53aa commit f25ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rdmtx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.files = Dir.glob('ext/**/*.{c,h,rb}')
s.extensions = ['ext/rdmtx/extconf.rb']

s.add_runtime_dependency 'rmagick', '~> 4'
s.add_runtime_dependency 'rmagick', '~> 5'
s.requirements << 'libdmtx'
end

0 comments on commit f25ec92

Please sign in to comment.