Skip to content

Commit

Permalink
Merge pull request #98 from mvz/bump-ruby-units
Browse files Browse the repository at this point in the history
Update ruby-units dependency to 4.0
  • Loading branch information
mvz committed Nov 3, 2023
2 parents 4cd3c54 + e0262f8 commit 1957c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghtml2pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "gir_ffi", "~> 0.16.0"
spec.add_dependency "gir_ffi-gtk", "~> 0.16.0"
spec.add_dependency "ruby-units", ">= 2.2", "< 4.0"
spec.add_dependency "ruby-units", "~> 4.0"

spec.add_development_dependency "aruba", "~> 2.0"
spec.add_development_dependency "cucumber", "~> 9.0"
Expand Down

0 comments on commit 1957c88

Please sign in to comment.