René's URL Explorer Experiment


Title: Bump nokogiri from 1.10.10 to 1.11.1 by dependabot[bot] · Pull Request #27 · Pitt-RAS/Pitt-RAS.github.io · GitHub

Open Graph Title: Bump nokogiri from 1.10.10 to 1.11.1 by dependabot[bot] · Pull Request #27 · Pitt-RAS/Pitt-RAS.github.io

X Title: Bump nokogiri from 1.10.10 to 1.11.1 by dependabot[bot] · Pull Request #27 · Pitt-RAS/Pitt-RAS.github.io

Description: Bumps nokogiri from 1.10.10 to 1.11.1. Release notes Sourced from nokogiri's releases. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168] SHA-256 Checksums of published gems a41091292992cb99be1b53927e1de4abe5912742ded956b0ba3383ce4f29711c nokogiri-1.11.1-arm64-darwin.gem d44fccb8475394eb71f29dfa7bb3ac32ee50795972c4557ffe54122ce486479d nokogiri-1.11.1-java.gem f760285e3db732ee0d6e06370f89407f656d5181a55329271760e82658b4c3fc nokogiri-1.11.1-x64-mingw32.gem dd48343bc4628936d371ba7256c4f74513b6fa642e553ad7401ce0d9b8d26e1f nokogiri-1.11.1-x86-linux.gem 7f49138821d714fe2c5d040dda4af24199ae207960bf6aad4a61483f896bb046 nokogiri-1.11.1-x86-mingw32.gem 5c26111f7f26831508cc5234e273afd93f43fbbfd0dcae5394490038b88d28e7 nokogiri-1.11.1-x86_64-darwin.gem c3617c0680af1dd9fda5c0fd7d72a0da68b422c0c0b4cebcd7c45ff5082ea6d2 nokogiri-1.11.1-x86_64-linux.gem 42c2a54dd3ef03ef2543177bee3b5308313214e99f0d1aa85f984324329e5caa nokogiri-1.11.1.gem v1.11.0 / 2021-01-03 Notes Faster, more reliable installation: Native Gems for Linux and OSX/Darwin "Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users. We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms: Linux: x86-linux and x86_64-linux -- including musl platforms like alpine OSX/Darwin: x86_64-darwin and arm64-darwin We'd appreciate your thoughts and feedback on this work at #2075. Dependencies Ruby This release introduces support for Ruby 2.7 and 3.0 in the precompiled native gems. This release ends support for: Ruby 2.3, for which official support ended on 2019-03-31 [#1886] (Thanks @ashmaroli!) Ruby 2.4, for which official support ended on 2020-04-05 JRuby 9.1, which is the Ruby 2.3-compatible release. Gems ... (truncated) Changelog Sourced from nokogiri's changelog. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168] v1.11.0 / 2021-01-03 Notes Faster, more reliable installation: Native Gems for Linux and OSX/Darwin "Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users. We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms: Linux: x86-linux and x86_64-linux -- including musl platforms like alpine OSX/Darwin: x86_64-darwin and arm64-darwin We'd appreciate your thoughts and feedback on this work at #2075. Dependencies Ruby This release introduces support for Ruby 2.7 and 3.0 in the precompiled native gems. This release ends support for: Ruby 2.3, for which official support ended on 2019-03-31 [#1886] (Thanks @ashmaroli!) Ruby 2.4, for which official support ended on 2020-04-05 JRuby 9.1, which is the Ruby 2.3-compatible release. Gems Explicitly add racc as a runtime dependency. [#1988] (Thanks, @voxik!) [MRI] Upgrade mini_portile2 dependency from ~> 2.4.0 to ~> 2.5.0 [#2005] (Thanks, @alejandroperea!) Security See note below about CVE-2020-26247 in the "Changed" subsection entitled "XML::Schema parsing treats input as untrusted by default". Added Add Node methods for manipulating "keyword attributes" (for example, class and rel): #kwattr_values, #kwattr_add, #kwattr_append, and #kwattr_remove. [#2000] ... (truncated) Commits 7be6f04 version bump to v1.11.1 aa0c399 dev: overhaul .gitignore 3d90c6d Merge pull request #2169 from sparklemotion/2168-active-support-test-failure bbf850c changelog: update for #2168 ee69772 ci: another valgrind suppression f9a2c4e fix: restore proper error handling in the SAX push parser 35aa88b fix(cruby): reset libxml2's error handler in sax and push parsers 07459fd fix(test): clobber libxml2's global error handler before every test b682ac5 ci: ensure all tests are running setup 007662f github: update "installation difficulty" issue template 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.10 to 1.11.1. Release notes Sourced from nokogiri's releases. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers n...

X Description: Bumps nokogiri from 1.10.10 to 1.11.1. Release notes Sourced from nokogiri's releases. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parse...

Opengraph URL: https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:53ae87e7-7ee2-1909-5e2c-abb1f9afe6c7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC1E4:1FB764:10C6D85:16BBC87:6A571035
html-safe-nonceec54b4812987a75e6a1d021c3a4a36899dadbe66f3f1f22049e5483ee3446988
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMUU0OjFGQjc2NDoxMEM2RDg1OjE2QkJDODc6NkE1NzEwMzUiLCJ2aXNpdG9yX2lkIjoiMzI0MjAyNTI0NDQ4NDM3NDU4MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac62aa94dfa7dab1e4d0f8b05295a0d1ccd79c05960454728c8914feb8026b8d35
hovercard-subject-tagpull_request:567101181
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
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.10 to 1.11.1. Release notes Sourced from nokogiri's releases. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers n...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4e7a7296a3830877cf21a6ad2a972c9e618a48915e03966cf0c53eb08e5aad98
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Pitt-RAS/Pitt-RAS.github.io git https://github.com/Pitt-RAS/Pitt-RAS.github.io.git
octolytics-dimension-user_id15024509
octolytics-dimension-user_loginPitt-RAS
octolytics-dimension-repository_id50638748
octolytics-dimension-repository_nwoPitt-RAS/Pitt-RAS.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id50638748
octolytics-dimension-repository_network_root_nwoPitt-RAS/Pitt-RAS.github.io
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2576d1f0198cf1588faf2edf27f1ed120903be10
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPitt-RAS%2FPitt-RAS.github.io%2Fpull%2F27%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPitt-RAS%2FPitt-RAS.github.io%2Fpull%2F27%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=Pitt-RAS%2FPitt-RAS.github.io
Reloadhttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Reloadhttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Reloadhttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Please reload this pagehttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Pitt-RAS https://github.com/Pitt-RAS
Pitt-RAS.github.iohttps://github.com/Pitt-RAS/Pitt-RAS.github.io
Notifications https://github.com/login?return_to=%2FPitt-RAS%2FPitt-RAS.github.io
Fork 1 https://github.com/login?return_to=%2FPitt-RAS%2FPitt-RAS.github.io
Star 2 https://github.com/login?return_to=%2FPitt-RAS%2FPitt-RAS.github.io
Code https://github.com/Pitt-RAS/Pitt-RAS.github.io
Issues 0 https://github.com/Pitt-RAS/Pitt-RAS.github.io/issues
Pull requests 3 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pulls
Actions https://github.com/Pitt-RAS/Pitt-RAS.github.io/actions
Projects https://github.com/Pitt-RAS/Pitt-RAS.github.io/projects
Security and quality 0 https://github.com/Pitt-RAS/Pitt-RAS.github.io/security
Insights https://github.com/Pitt-RAS/Pitt-RAS.github.io/pulse
Code https://github.com/Pitt-RAS/Pitt-RAS.github.io
Issues https://github.com/Pitt-RAS/Pitt-RAS.github.io/issues
Pull requests https://github.com/Pitt-RAS/Pitt-RAS.github.io/pulls
Actions https://github.com/Pitt-RAS/Pitt-RAS.github.io/actions
Projects https://github.com/Pitt-RAS/Pitt-RAS.github.io/projects
Security and quality https://github.com/Pitt-RAS/Pitt-RAS.github.io/security
Insights https://github.com/Pitt-RAS/Pitt-RAS.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FPitt-RAS%2FPitt-RAS.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FPitt-RAS%2FPitt-RAS.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/Pitt-RAS/Pitt-RAS.github.io/tree/master
dependabot/bundler/nokogiri-1.11.1https://github.com/Pitt-RAS/Pitt-RAS.github.io/tree/dependabot/bundler/nokogiri-1.11.1
Conversation 1 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27
Commits 1 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/commits
Checks 0 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/checks
Files changed https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Please reload this pagehttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Bump nokogiri from 1.10.10 to 1.11.1 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files#top
Show all changes 1 commit https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
0b225f1 Bump nokogiri from 1.10.10 to 1.11.1 dependabot[bot] Feb 3, 2021 https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/commits/0b225f1bfd25b156c13cd7b264057fe8029f0fa4
Clear filters https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Please reload this pagehttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Please reload this pagehttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files
Gemfile.lockhttps://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
View file https://github.com/Pitt-RAS/Pitt-RAS.github.io/blob/0b225f1bfd25b156c13cd7b264057fe8029f0fa4/Gemfile.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/{{ revealButtonHref }}
https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
https://github.com/Pitt-RAS/Pitt-RAS.github.io/pull/27/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
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.