Skip to content

Commit

Permalink
dep: upgrade mini_portile 2.7 to 2.8
Browse files Browse the repository at this point in the history
to handle .tar.xz files
  • Loading branch information
flavorjones committed Feb 20, 2022
1 parent e885463 commit 59a9398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/nokogiri/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REQUIRED_LIBXML_VERSION = "2.6.21"
RECOMMENDED_LIBXML_VERSION = "2.9.3"

REQUIRED_MINI_PORTILE_VERSION = "~> 2.7.0" # keep this version in sync with the one in the gemspec
REQUIRED_MINI_PORTILE_VERSION = "~> 2.8.0" # keep this version in sync with the one in the gemspec
REQUIRED_PKG_CONFIG_VERSION = "~> 1.1"

# Keep track of what versions of what libraries we build against
Expand Down
2 changes: 1 addition & 1 deletion nokogiri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files += Dir.glob("README.md")
spec.rdoc_options = ["--main", "README.md"]

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

spec.add_development_dependency("bundler", "~> 2.2")
Expand Down

0 comments on commit 59a9398

Please sign in to comment.