Skip to content

Commit

Permalink
Merge pull request #634 from sparklemotion/flavorjones-dep-nkf
Browse files Browse the repository at this point in the history
dep: ruby 3.4 unbundled gems
  • Loading branch information
flavorjones committed Jan 22, 2024
2 parents 553f6c1 + acb36b8 commit 460e70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", "jruby-9.4", "truffleruby-head"]
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby", "head", "jruby-head", "truffleruby-head"]

runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion mechanize.gemspec
Expand Up @@ -65,10 +65,13 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("net-http-persistent", ">= 2.5.2", "< 5.0.dev")

spec.add_runtime_dependency("nokogiri", ">= 1.11.2", "~> 1.11")
spec.add_runtime_dependency("rubyntlm", ">= 0.6.3", "~> 0.6")
spec.add_runtime_dependency("webrick", "~> 1.7")
spec.add_runtime_dependency("webrobots", "~> 0.1.2")

spec.add_runtime_dependency("rubyntlm", ">= 0.6.3", "~> 0.6")
spec.add_runtime_dependency("base64") # removed from bundled gems in 3.4, and needed by rubyntlm (which doesn't declare this dependency)
spec.add_runtime_dependency("nkf") # removed from bundled gems in 3.4

spec.add_development_dependency("minitest", "~> 5.14")
spec.add_development_dependency("rake", "~> 13.0")
spec.add_development_dependency("rdoc", "~> 6.3")
Expand Down

0 comments on commit 460e70d

Please sign in to comment.