Update bundler non-major dependencies to v4.24.0 - #1517
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 24, 2026 05:40
237bcb2 to
41b4fb9
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 27, 2026 02:16
41b4fb9 to
5d34cef
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 27, 2026 17:29
5d34cef to
4c147c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.23.0→4.24.01.228.0→1.228.13.3.5→3.3.60.6.4.1→0.6.61.0.2→1.0.3Release Notes
drwl/annotaterb (annotaterb)
v4.24.0Compare Source
Full Changelog
Implemented enhancements:
--frozenoption returns a zero error code when database is inaccessible #240Fixed bugs:
Closed issues:
Merged pull requests:
--without-commenthelp text to say exclude #363 (OdenTakashi)attribute :foo, default: Xoverrides #358 (kamipo)aws/aws-sdk-ruby (aws-sdk-s3)
v1.228.1upload_filepart failure, preventing leaked file descriptors (#3408).ruby/csv (csv)
v3.3.6: csv 3.3.6 - 2026-07-27Compare Source
Improvements
CSV::Row#to_h: Added support for block.Ensured using
path_or_iofor parameter name that accepts path orIO.
Changed to not using enumerator in
CSV.Fixes
Fixed a bug that
\rin unquoted fields are rejected when rowseparator doesn't contain
\rFixed a typo in documentation.
Thanks
ruby/net-imap (net-imap)
v0.6.6Compare Source
What's Changed
Fixed
This bug was introduced by v0.6.5 as part of #712.
It causes some valid string arguments (which should be sent as IMAP
literalvalues) to raise aDataFormatErrorexception (without sending).Full Changelog: ruby/net-imap@v0.6.5...v0.6.6
v0.6.5Compare Source
What's Changed
Added
#disconnectby @nevans in #689#utf8_enabled?by @nevans in #715Adds
#enabledand#enabled?methods.Fixed
Other Changes
#starttlsreceiver thread errors with caller's backtrace by @nevans in #711handle_responsefromreceive_responsesby @nevans in #695Miscellaneous
Full Changelog: ruby/net-imap@v0.6.4.1...v0.6.5
simplecov-ruby/simplecov (simplecov)
v1.0.3Compare Source
==================
Bugfixes
#inspectwith an incompatible signature. Rendering a method coverage key's receiver callsto_s, and a singleton class'sto_srenders its attached object via#inspect— Liquid'sUtilsmodule definesinspect(value, max_depth = 2)as amodule_function, so any suite whose report included Liquid's files (typically a vendored bundle under the project root, which is why this surfaced only in CI) raisedArgumentErrorfrom the at_exit hook and lost its report. The exposure predates 1.0.2's key normalization, which only moved the call. Rendering now recovers by rebuilding the name fromModule#namevia bound methods, which user code cannot shadow, falling back to an address form that the existing normalization collapses. Theexternal_at_exitworkaround is no longer needed. Reported with an exemplary diagnosis by @bkuhlmann. See #1236.container.each_key { |key| define_method(key) { ... } }produces an entry per generated name, all at the block's location — and every name whose generated wrapper no test happened to call showed as an uncovered method on a line with full line and branch coverage. A source location is the unit a file-based report can express, and regulardefs map one location to one name, so they are unaffected. The same identity is used when merging resultsets across processes. This also covers methods copied into refinements viaimport_methods, which Ruby records once per importing refinement at the shared module's original location, so exercising the method through any refinement now marks the shared definition covered and theskipworkaround for shared refinement modules can be dropped. Reported with exemplary diagnoses by @bkuhlmann. See #1234 and #1237.SimpleCov.formatterandSimpleCov.formattersnow accept formatter instances in addition to formatter classes, so constructor options can actually be passed — most notablySimpleCov::Formatter::HTMLFormatter.new(silent: true)to suppress the "Coverage report generated" status line. Previously SimpleCov unconditionally called.newon whatever was configured, so passing an instance crashed withNoMethodErrorat report time. See #1240.Performance
1.0.0as a result of usingRipper#parsein a hot path) by adding parsed key memoisation toRubyDataParser.call.Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.