Skip to content

Commit

Permalink
Bump nokogiri version
Browse files Browse the repository at this point in the history
Fixes #538
  • Loading branch information
ksuther committed Sep 20, 2023
1 parent 56a1340 commit 937164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'clamp', '~> 1.3'
spec.add_dependency 'xcodeproj', '~> 1.21'
spec.add_dependency 'nokogiri', '>= 1.13.9'
spec.add_dependency 'nokogiri', '>= 1.14.3'
spec.add_dependency 'CFPropertyList', '>= 2.2', '< 4'

spec.add_runtime_dependency 'activesupport'
Expand Down

0 comments on commit 937164f

Please sign in to comment.