[MRI] During installation, handle Xcode 10's new library pathOS. [#1801, #1851] (Thanks, @mlj and @deepj!)
Avoid unnecessary creation of Procs in many methods. [#1776] (Thanks, @chopraanmol1!)
Bug fixes
CSS selector :has() now correctly matches against any descendant. Previously this selector matched against only direct children). [#350] (Thanks, @Phrogz!)
NodeSet#attr now returns nil if it's empty. Previously this raised a NoMethodError.
[MRI] XPath errors are no longer suppressed during XSLT::Stylesheet#transform. Previously these errors were suppressed which led to silent failures and a subsequent segfault. [#1802]
Fix a bug introduced in v1.9.0 where XML::DocumentFragment#dup no longer returned an instance of the callee's class, instead always returning an XML::DocumentFragment. This notably broke any subclass of XML::DocumentFragment including HTML::DocumentFragment as well as the Loofah gem's Loofah::HTML::DocumentFragment. [#1846]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ github-pages (193 → 194) · Repo
Release Notes
194
Does any of this look wrong? Please let us know.
Sorry, we couldn't find anything useful about this release.
↗️ concurrent-ruby (indirect, 1.1.3 → 1.1.4) · Repo · Changelog
Release Notes
1.1.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Bump version
Merge pull request #784 from olleolleolle/patch-3
CI: Use latest JRuby, latest next MRI
Merge pull request #783 from ruby-concurrency/minor
Do not hardcode the JRuby path
Add comment
Minor doc update
Merge pull request #780 from prashantvithani/fix-timer-set-execution-jdk-11
Add latest JRuby version with JDK-11
Update README.md
Remove java_alias of 'submit' method of Runnable
Update CHANGELOG.md
Merge pull request #776 from Slike9/fix-struct-with-class-name-definition
↗️ ethon (indirect, 0.11.0 → 0.12.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 12 commits:
bump version and pseudo update changelog
Merge pull request #152 from yuki24/add-support-for-CURLPIPE_MULTIPLEX
Merge pull request #151 from yuki24/test-against-recent-ruby-versions
Add support for CURLPIPE_MULTIPLEX
Test against MRI 2.5.1, 2.4.4, 2.3.7, 2.2.10, and 2.1.10
Merge pull request #141 from atambo/params_encoding_none
Merge pull request #149 from drpump/master
Added :pipewait curl option.
Merge pull request #144 from Rigor/ares_interface_options
add dns_interface pass-through option
add dns_local_ip4 pass-through option
Add params_encoding :none
↗️ faraday (indirect, 0.15.3 → 0.15.4) · Repo · Changelog
Release Notes
0.15.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Version bump to 0.15.4
Expose `pool_size` as a option for the NetHttpPersistent adapter (#834)
Fix label name for contributing
↗️ ffi (indirect, 1.9.25 → 1.10.0) · Repo · Changelog
Release Notes
1.10.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
Bump VERSION to 1.10.0
Update CHANGELOG
Merge pull request #633 from graywolf/add_win_error
Merge pull request #637 from ytaka/ytaka
Merge pull request #655 from 4ndv/master
Merge branch 'master' of https://github.com/meanphil/ffi into meanphil-master
Use local variable instead of constant
Merge branch 'master' of https://github.com/myfreeweb/ffi into myfreeweb-master
Remove rubinius, since it seems to be no longer available on Travis-CI
Travis-CI: Remove old rubies and update the rest
Appveyor: Replace deprecated gem install options
Enable gem:windows on JRuby and avoid extra downloads while cross build
Update rake-compiler-dock to add binary gem support for ruby-2.6
Remove deprecated gemspec option has_rdoc
Replaced :get_uint8 with :read_uint8 in Pointer#read_array_of_type documentation, fixes #266
Add spec for Pointer#write_array_of_type
Fix Pointer#write_array_of_type
Make register_t long_long on 64-bit FreeBSD
Add FreeBSD on AArch64 and ARM support
Use 64-bit inodes on FreeBSD >= 12
adding MacPorts,Fink,etc search path in /opt/local/lib (#638)
Add reference to CVE-2018-1000201 [ci skip]
↗️ github-pages-health-check (indirect, 1.8.1 → 1.16.0) · Repo
Release Notes
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.1
1.11.0
1.10.0
1.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 66 commits:
Release :gem: v1.16.0
Merge pull request #113 from github/multiple-cnames-test
Update fastly-ips based on the script
Upgrade ruby versions to 2.4 through 2.6
Apply rubocop
Add a test for multiple CNAMEs
Merge pull request #112 from dmalan/master
Adds support for CNAMEs to CNAMEs.
Release :gem: v1.15.0
Merge pull request #108 from github/short-circuit-caa-for-cname
Revert CAA#lets_encrypt_allowed? to check parent domain if the primary hostname doesn't have any CAA records
Truly short-circuit HTTPS check for CNAMEs to username.github.io
Fix tests for parent domain check
A few more test fixes
For CNAME records, only check CAA records for the domain, not its parent
Merge pull request #107 from github/snh/public-private
Rubocop fixes
Ignore private tlds
Test private tlds
Release :gem: v1.14.0
Merge pull request #106 from github/snh/bump-public-suffix
Bump public_suffix requirement up to 3.0
Bump to 1.13.0
Merge pull request #104 from snh/snh/caa-parent
Merge pull request #101 from snh/mixed-a
Use the immediate parent rather than apex
Update tests to use the immediate parent rather than apex
Merge remote-tracking branch 'root/master' into mixed-a
Release :gem: v1.12.0
Merge pull request #102 from snh/idn
Use the host method
Always pass a punycode encoded domain to dnsruby
Pass the normalised host in to the resolver
Convert host to ascii
Feed a unicode encoded host to publicsuffix
Test with internationalized domain names
Incorporate feedback from @parkr
Merge branch 'master' into mixed-a
Release :gem: v1.11.1
Merge pull request #100 from snh/disable-caching
Split the line
Merge branch 'master' into mixed-a
Consolidate current and new ip address arrays
Merge branch 'master' into disable-caching
correct rubocop offenses
Formatting fixes to keep robocop happy
Check for non new primary ips
Disable result caching
Release :gem: v1.11.0
Merge pull request #98 from github/public-resolvers
Merge pull request #97 from github/https-eligible-no-aaaa
Add 'nameservers' to the HASH_METHODS on Domain
Add a :public resolver to the RedundantCheck
Add support for :public resolvers
https_eligible?: do not allow AAAA records
Release :gem: v1.10.0
Merge pull request #96 from github/customizable-nameservers
Run a smoke test check
Add Domain.redundant to use the RedundantCheck class to pick the right Domain instance
Add RedundantCheck which runs a Domain check for valid? on both default & authoritative nameservers
Allow Domain to specify what kind of nameservers it wants to use
Merge pull request #95 from github/add-valid-reason-to-hash
Add valid? and reason to Domain HASH_METHODS
Release :gem: v1.9.0
Merge pull request #93 from seveas/dns-aaaa-check
Add a check for AAAA records
↗️ html-pipeline (indirect, 2.9.1 → 2.10.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
:gem: bump to 2.10.0
2.2 is ded
Merge pull request #307 from Neustradamus/master
Add XMPP URI #289
:gem: bump to 2.9.2
Merge pull request #306 from chris-morgan/whitelist-abbr-and-various-other-inline-semantic-elements
Whitelist various inline semantic/formatting tags
↗️ jekyll-github-metadata (indirect, 2.9.4 → 2.11.0) · Repo · Changelog
Release Notes
2.11.0
2.10.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
Release :gem: v2.11.0
Update history to reflect merge of #159 [ci skip]
Move owner_metadata to an Owner class and add specs (#159)
Update for #158
Merge pull request #158 from kenyonj/jk-add-repo-stars-forks-hireable
update test to request with correct headers
Add new attributes to return for users and repos
Update history to reflect merge of #151 [ci skip]
Expose User/Org information under site.github.owner (#151)
Merge pull request #156 from jekyll/probot-carbon-copy-content
Automatic update of .travis.yml from jekyll/carbon-copy-content
chore(deps): Add Bundler
Update history to reflect merge of #150 [ci skip]
Update CI settings and use rubocop-jekyll (#150)
Update history to reflect merge of #152 [ci skip]
Fix specs to be compatible with forked repositories (#152)
Release :gem: v2.10.0
Update history to reflect merge of #147 [ci skip]
Fix #120 by adapting the GitHub repo regex (#147)
Update history to reflect merge of #92 [ci skip]
Add instructions for using DotEnv (#92)
Update history to reflect merge of #141 [ci skip]
Constant accessors for def_delegation (#141)
Update history to reflect merge of #124 [ci skip]
add script/console to help debug (#124)
Update history to reflect merge of #133 [ci skip]
Make github.com repo URLs always https (#133)
Update history to reflect merge of #136 [ci skip]
Fixes for repository detection on Windows (#136)
Update history to reflect merge of #140 [ci skip]
Remove redundant code (#140)
Disable RuboCop check on AppVeyor
Merge pull request #139 from jekyll/editorconfig
Normalize whitespace across platforms
Merge pull request #137 from jekyll/ci-badges
Merge branch 'master' into ci-badges
Merge pull request #138 from jekyll/appveyor-config
Update AppVeyor config in sync with Jekyll repo
Update CI badges in README
chore(ci); fix gemspec name
chore(ci): Test two latest minor versions
Add Appveyor config
Use Rubocop version supported by Jekyll 3.8.4
Stop testing with EOL Ruby Version
Update history to reflect merge of #119 [ci skip]
Test against Ruby 2.5 (#119)
Update LICENSE
Cut 2.9.4
↗️ mini_portile2 (indirect, 2.3.0 → 2.4.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 10 commits:
version bump to v2.4.0
update CHANGELOG in preparation for v2.4.0
update dev dependencies
Merge pull request #86 from eagletmt/skip-progress-when-chunked
Merge pull request #87 from halfbyte/patch-1
Make version in changelog fit release version.
Skip progress report when Content-Length is unavailable
update test:examples to libiconv 1.15
concourse: test most-recent two rubies
convert to using windows-ruby-dev-tools-release
↗️ nokogiri (indirect, 1.8.5 → 1.10.1) · Repo · Changelog
Release Notes
1.10.1
1.10.0
1.9.1
1.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ public_suffix (indirect, 2.0.5 → 3.0.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rb-inotify (indirect, 0.9.10 → 0.10.0) · Repo
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ sass (indirect, 3.7.2 → 3.7.3) · Repo
Sorry, we couldn't find anything useful about this release.
↗️ unicode-display_width (indirect, 1.4.0 → 1.4.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 4 commits:
Release v1.4.1
Update travis Rubies
Merge branch 'tas50-master'
Only ship the necessary lib files with the gem artifact
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands