From 4363daa64c89645163a713f2886fd25f7b8af87d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 04:39:03 +0000 Subject: [PATCH] Update nokogiri requirement from ~> 1.10.0 to >= 1.10, < 1.12 Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.0...v1.11.0) Signed-off-by: dependabot-preview[bot] --- docparser.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docparser.gemspec b/docparser.gemspec index 2ef3ba3..0fcbe9d 100644 --- a/docparser.gemspec +++ b/docparser.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.extra_rdoc_files = ['README.md', 'LICENSE'] spec.add_runtime_dependency 'axlsx', '~> 2.0.1' - spec.add_runtime_dependency 'nokogiri', '~> 1.10.0' + spec.add_runtime_dependency 'nokogiri', '>= 1.10', '< 1.12' spec.add_runtime_dependency 'parallel', '~> 1.10' spec.add_development_dependency 'github-markup'