Skip to content

Commit

Permalink
Update jekyll_picture_tag.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne authored and rbuchberger committed Sep 13, 2024
1 parent 1f20b8e commit a900d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll_picture_tag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
# rainbow is used to colorize terminal output.
spec.add_runtime_dependency 'rainbow', '~> 3.0'
# ruby-vips interfaces with libvips.
spec.add_runtime_dependency 'ruby-vips', '~> 2.0.17'
spec.add_runtime_dependency 'ruby-vips', '~> 2.2'

# libvips handles all image processing operations.
spec.requirements << 'libvips'
Expand Down

0 comments on commit a900d54

Please sign in to comment.