René's URL Explorer Experiment


Title: Bump nokogiri from 1.10.7 to 1.14.2 by dependabot[bot] · Pull Request #10 · firecodeman/firecodeman.github.com · GitHub

Open Graph Title: Bump nokogiri from 1.10.7 to 1.14.2 by dependabot[bot] · Pull Request #10 · firecodeman/firecodeman.github.com

X Title: Bump nokogiri from 1.10.7 to 1.14.2 by dependabot[bot] · Pull Request #10 · firecodeman/firecodeman.github.com

Description: Bumps nokogiri from 1.10.7 to 1.14.2. Release notes Sourced from nokogiri's releases. 1.14.2 / 2023-02-13 Fixed Calling NodeSet#to_html on an empty node set no longer raises an encoding-related exception. This bug was introduced in v1.14.0 while fixing #2649. [#2784] sha256 checksums: 966acf4f6c1fba10518f86498141cf44265564ac5a65dcc8496b65f8c354f776 nokogiri-1.14.2-aarch64-linux.gem 8a3a35cadae4a800ddc0b967394257343d62196d9d059b54e38cf067981db428 nokogiri-1.14.2-arm-linux.gem 81404cd014ecb597725c3847523c2ee365191a968d0b5f7d857e03f388c57631 nokogiri-1.14.2-arm64-darwin.gem 0a39222af14e75eb0243e8d969345e03b90c0e02b0f33c61f1ebb6ae53538bb5 nokogiri-1.14.2-java.gem 62a18f9213a0ceeaf563d1bc7ccfd93273323c4356ded58a5617c59bc4635bc5 nokogiri-1.14.2-x64-mingw-ucrt.gem 54f6ac2c15a7a88f431bb5e23f4616aa8fc97a92eb63336bcf65b7050f2d3be0 nokogiri-1.14.2-x64-mingw32.gem c42fa0856f01f901954898e28c3c2b4dce0e843056b1b126f441d06e887e1b77 nokogiri-1.14.2-x86-linux.gem f940d9c8e47b0f19875465376f2d1c8911bc9489ac9a48c124579819dc4a7f19 nokogiri-1.14.2-x86-mingw32.gem 2508978f5ca28944919973f6300f0a7355fbe72604ab6a6913f1630be1030265 nokogiri-1.14.2-x86_64-darwin.gem bc6405e1f3ddac6e401f82d775f1c0c24c6e58c371b3fadaca0596d5d511e476 nokogiri-1.14.2-x86_64-linux.gem c765a74aac6cf430a710bb0b6038b8ee11f177393cd6ae8dadc7a44a6e2658b6 nokogiri-1.14.2.gem 1.14.1 / 2023-01-30 Fixed Serializing documents now works again with pseudo-IO objects that don't support IO's encoding API (like rubyzip's Zip::OutputStream). This was a regression in v1.14.0 due to the fix for #752 in #2434, and was not completely fixed by #2753. [#2773] [CRuby] Address compiler warnings about void* casting and old-style C function definitions. sha256 checksums: 99594e8b94f576644ac640a223d74c79e840218948e963aa635f0254927bff10 nokogiri-1.14.1-aarch64-linux.gem 1dc9b7821e1fa1f3fda40659662e51a4b3692acc4ee6342ee34a6a537fc1d5d8 nokogiri-1.14.1-arm-linux.gem 1a693df86da8c4c97b01d614470f9c3e10b9c755de8803fbfcfffe0f9dff522a nokogiri-1.14.1-arm64-darwin.gem c1f87a8f7bc56028deb2aecbb29e9b318405f7c468b29047aede78b41bc735a2 nokogiri-1.14.1-java.gem 2463a1ae0be5f06a10f3f3b374c2b743bff6280db993d488511a19bb7bc7cb7c nokogiri-1.14.1-x64-mingw-ucrt.gem f3a2b0ceedf51d776b39dc759ce191a4df842d7d4f5900c64f33d4753db39877 nokogiri-1.14.1-x64-mingw32.gem f395d6c28c822b0877cfb0c71781f05243c034b4823359ab25b3288a73b9fc82 nokogiri-1.14.1-x86-linux.gem be34b32fe74e82bffca5b1f3df8727c8fdc828762b6dddab53a11cd8f8515785 nokogiri-1.14.1-x86-mingw32.gem 9b14091f77086c4f0f09451ba3acd1b5f7e0076fb34fc536682170fa9f1a5074 nokogiri-1.14.1-x86_64-darwin.gem 21d234c51582b292e2e1e02e6c30eea9188894348985d6910aa8e993749c0aff nokogiri-1.14.1-x86_64-linux.gem b2db3af7769c29cd77d5f39cd3d0b65ab10975bdecf04be71d683f9c9abe2663 nokogiri-1.14.1.gem ... (truncated) Changelog Sourced from nokogiri's changelog. 1.14.2 / 2023-02-13 Fixed Calling NodeSet#to_html on an empty node set no longer raises an encoding-related exception. This bug was introduced in v1.14.0 while fixing #2649. [#2784] 1.14.1 / 2023-01-30 Fixed Serializing documents now works again with pseudo-IO objects that don't support IO's encoding API (like rubyzip's Zip::OutputStream). This was a regression in v1.14.0 due to the fix for #752 in #2434, and was not completely fixed by #2753. [#2773] [CRuby] Address compiler warnings about void* casting and old-style C function definitions. 1.14.0 / 2023-01-12 Notable Changes Ruby This release introduces native gem support for Ruby 3.2. (Also see "Technical note" under "Changed" below.) This release ends support for: Ruby 2.6, for which upstream support ended 2022-04-12. JRuby 9.3, which is not fully compatible with Ruby 2.7+ Faster, more reliable installation: Native Gem for aarch64-linux (aka linux/arm64/v8) This version of Nokogiri ships official native gem support for the aarch64-linux platform, which should support AWS Graviton and other ARM64 Linux platforms. Please note that glibc >= 2.29 is required for aarch64-linux systems, see Supported Platforms for more information. Faster, more reliable installation: Native Gem for arm-linux (aka linux/arm/v7) This version of Nokogiri ships experimental native gem support for the arm-linux platform. Please note that glibc >= 2.29 is required for arm-linux systems, see Supported Platforms for more information. Pattern matching This version introduces an experimental pattern matching API for XML::Attr, XML::Document, XML::DocumentFragment, XML::Namespace, XML::Node, and XML::NodeSet (and their subclasses). Some documentation on what can be matched: XML::Attr#deconstruct_keys XML::Document#deconstruct_keys XML::Namespace#deconstruct_keys XML::Node#deconstruct_keys XML::DocumentFragment#deconstruct ... (truncated) Commits 1580121 version bump to v1.14.2 5309477 Merge pull request #2791 from sparklemotion/2784-encoding-empty-strings-v1.14.x 975ae49 doc: update CHANGELOG f13cdb4 fix: empty node set serialization when document encoding is nil f6cecec version bump to v1.14.1 56e6118 Merge pull request #2782 from sparklemotion/dependabot/bundler/rubocop-1.44.1 a8eb958 build(deps-dev): update rubocop requirement from 1.43.0 to 1.44.1 87b94c5 Merge pull request #2781 from sparklemotion/dependabot/bundler/rubocop-minite... c14cf6a build(deps-dev): update rubocop-minitest requirement c748078 Merge pull request #2775 from sparklemotion/2773-pseudo-io-serialization Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps nokogiri from 1.10.7 to 1.14.2. Release notes Sourced from nokogiri's releases. 1.14.2 / 2023-02-13 Fixed Calling NodeSet#to_html on an empty node set no longer raises an encoding-rela...

X Description: Bumps nokogiri from 1.10.7 to 1.14.2. Release notes Sourced from nokogiri's releases. 1.14.2 / 2023-02-13 Fixed Calling NodeSet#to_html on an empty node set no longer raises an encoding-...

Opengraph URL: https://github.com/firecodeman/firecodeman.github.com/pull/10

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:2587e44a-e46a-74e4-bfc1-c15504c60687
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idBDE8:25602F:DBC5B5A:11E68BBB:6976C756
html-safe-nonced8ed7f648487dac0af6f7a4070e5fb5d1198821d6de4c642fccf68e4fa65c61c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCREU4OjI1NjAyRjpEQkM1QjVBOjExRTY4QkJCOjY5NzZDNzU2IiwidmlzaXRvcl9pZCI6IjgwNTI1MDQ2NDQ1MzExNzczMDIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac9c63e18cbd37af8e9b14a68bf04e289b480b3188e897ee741407da5e3db8146c
hovercard-subject-tagpull_request:1268872595
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/firecodeman/firecodeman.github.com/pull/10/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps nokogiri from 1.10.7 to 1.14.2. Release notes Sourced from nokogiri's releases. 1.14.2 / 2023-02-13 Fixed Calling NodeSet#to_html on an empty node set no longer raises an encoding-rela...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
go-importgithub.com/firecodeman/firecodeman.github.com git https://github.com/firecodeman/firecodeman.github.com.git
octolytics-dimension-user_id390222
octolytics-dimension-user_loginfirecodeman
octolytics-dimension-repository_id9005953
octolytics-dimension-repository_nwofirecodeman/firecodeman.github.com
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9005953
octolytics-dimension-repository_network_root_nwofirecodeman/firecodeman.github.com
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffirecodeman%2Ffirecodeman.github.com%2Fpull%2F10%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffirecodeman%2Ffirecodeman.github.com%2Fpull%2F10%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=firecodeman%2Ffirecodeman.github.com
Reloadhttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
Reloadhttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
Reloadhttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
firecodeman https://patch-diff.githubusercontent.com/firecodeman
firecodeman.github.comhttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffirecodeman%2Ffirecodeman.github.com
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Ffirecodeman%2Ffirecodeman.github.com
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Ffirecodeman%2Ffirecodeman.github.com
Code https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com
Issues 0 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/issues
Pull requests 3 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pulls
Actions https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/actions
Projects 0 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/projects
Wiki https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/wiki
Security 0 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/security
Insights https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pulse
Code https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com
Issues https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/issues
Pull requests https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pulls
Actions https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/actions
Projects https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/projects
Wiki https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/wiki
Security https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/security
Insights https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Ffirecodeman%2Ffirecodeman.github.com%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Ffirecodeman%2Ffirecodeman.github.com%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/tree/master
dependabot/bundler/nokogiri-1.14.2https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/tree/dependabot/bundler/nokogiri-1.14.2
Conversation 1 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10
Commits 1 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/commits
Checks 0 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
Files changed https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/files
Please reload this pagehttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
Bump nokogiri from 1.10.7 to 1.14.2 https://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/firecodeman/firecodeman.github.com/pull/10/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.