When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#144 by @flavorjones)
Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @postmodern)
Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (#141 by @flavorjones)
Changed
MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @flavorjones)
GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#145 by @flavorjones)
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 recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@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?
✳️ nokogiri (1.16.5 → 1.16.6) · Repo · Changelog
Release Notes
1.16.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
version bump to v1.16.6
dep: update libxml2 to 2.12.8 (backport to v1.16.x) (#3229)
doc: update CHANGELOG
dep: update libxml2 to 2.12.8
↗️ mini_portile2 (indirect, 2.8.6 → 2.8.7) · Repo · Changelog
Release Notes
2.8.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
version bump to v2.8.7
Merge pull request #146 from flavorjones/flavorjones-downstream-ci
ci: attempt to add caching to the downstream projects
ci: integration test against nokogiri, sqlite3, re2
ci: add a skeleton downstream actions workflow
version bump to v2.8.7.rc1
doc: update CHANGELOG
Merge pull request #141 from postmodern/openbsd-support
mkmf_config is more robust about detecting libdir
ci: set MAKE=gmake for OpenBSD
Support extracting `.tar.xz` files on OpenBSD.
ci: break openbsd tests into `unit` and `examples` jobs
Added OpenBSD to the CI matrix.
Merge pull request #145 from flavorjones/flavorjones-make-tests-quiet
test: use Rake::TestTask instead of a custom rake task
test(style): indent test keys with <<~
feat: gpg verification error messages are captured in the exception
test: shush debug messages accidentally left on
test: shush minitest deprecation warnings
test: shush recipe building with a null logger
test: shush the webrick server
shush older ruby warnings about uninitialized ivar @detect_host
Merge pull request #144 from flavorjones/flavorjones-cxx-command
Add `cxx_command` which parallels `cc_command`
test: print out relevant RbConfig information
Merge pull request #143 from flavorjones/flavorjones-deprecate-gcc-command
Prefer `cc_command` to `gcc_command`
Merge pull request #142 from flavorjones/flavorjones-macos-14
ci: pin to macos-13 when necessary
↗️ racc (indirect, 1.7.3 → 1.8.0) · Repo · Changelog
Release Notes
1.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Merge pull request #268 from yui-knk/v1.8.0
Bump up v1.8.0
Merge pull request #262 from yui-knk/support_expect_bang
Support `error_on_expect_mismatch` declaration in Racc grammar file
Merge pull request #266 from ydah/fix-readme-ja
Merge pull request #267 from ydah/change-encode
Change encode EUC-JP to UTF-8
Update Racc link in README.ja.rdoc
Change Requirement to match README.rdoc
Merge pull request #265 from nobu/options
Simplify `--runtime-version` option
Make `--help` success
Omit the default exit value
Abort instead of puts and exit
Merge pull request #264 from nobu/drop-ruby1.6
Merge pull request #263 from nobu/old-version-on-macos
Exclude 2.5 on macos-latest
Drop code for Ruby 1.6
Merge pull request #222 from nurse/add-more-grammars
Merge pull request #259 from zenspider/zenspider/stdin
Reformat the rdoc so it renders correctly both locally and on github.
Allow racc cmdline to read from stdin if no path specified.
Merge pull request #260 from ruby/try-to-fix-3-3
Don't use bundle exec to avoid warning of Ruby 3.3
Ignore jar artifact
Remove stale code
Merge pull request #257 from ydah/fix-typos
Fix trivial typos
Merge pull request #255 from nobu/build-java
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