Skip to content

Commit 59a9398

Browse files
committed
dep: upgrade mini_portile 2.7 to 2.8
to handle .tar.xz files
1 parent e885463 commit 59a9398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/nokogiri/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
REQUIRED_LIBXML_VERSION = "2.6.21"
1616
RECOMMENDED_LIBXML_VERSION = "2.9.3"
1717

18-
REQUIRED_MINI_PORTILE_VERSION = "~> 2.7.0" # keep this version in sync with the one in the gemspec
18+
REQUIRED_MINI_PORTILE_VERSION = "~> 2.8.0" # keep this version in sync with the one in the gemspec
1919
REQUIRED_PKG_CONFIG_VERSION = "~> 1.1"
2020

2121
# Keep track of what versions of what libraries we build against

nokogiri.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Gem::Specification.new do |spec|
318318
spec.extra_rdoc_files += Dir.glob("README.md")
319319
spec.rdoc_options = ["--main", "README.md"]
320320

321-
spec.add_runtime_dependency("mini_portile2", "~> 2.7.0") unless java_p # keep version in sync with extconf.rb
321+
spec.add_runtime_dependency("mini_portile2", "~> 2.8.0") unless java_p # keep version in sync with extconf.rb
322322
spec.add_runtime_dependency("racc", "~> 1.4")
323323

324324
spec.add_development_dependency("bundler", "~> 2.2")

0 commit comments

Comments
 (0)