Skip to content

Commit

Permalink
add logger to the gemspec
Browse files Browse the repository at this point in the history
Since logger will be unbundled in ruby 3.5.

Thanks Earlopain

See #397
  • Loading branch information
jcupitt committed Jun 5, 2024
1 parent 74c20e6 commit c1a05c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby-vips.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.0.0"

spec.add_runtime_dependency "ffi", ["~> 1.12"]
spec.add_runtime_dependency "logger"

spec.add_development_dependency "rake", ["~> 12.0"]
spec.add_development_dependency "rspec", ["~> 3.3"]
Expand Down

0 comments on commit c1a05c2

Please sign in to comment.