Skip to content

Commit e86f3bc

Browse files
committed
Relax nokogiri dependency constraint
1 parent d0ec872 commit e86f3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webmention.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929

3030
spec.add_runtime_dependency 'http', '~> 5.0'
3131
spec.add_runtime_dependency 'indieweb-endpoints', '~> 7.1'
32-
spec.add_runtime_dependency 'nokogiri', '~> 1.13'
32+
spec.add_runtime_dependency 'nokogiri', '>= 1.13'
3333
end

0 commit comments

Comments
 (0)