Update bundler non-major dependencies to v2.7.5#439
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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:
2.6.5→2.7.51.0.2→1.0.32.9.5-aarch64-linux-gnu→2.9.5Release Notes
ctran/annotate_models (annotate)
v2.7.5Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.5
v2.7.4Compare Source
v2.7.3Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
v2.7.2Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.2
v2.7.1Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.1
v2.7.0Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.0
v2.6.10: Revert incompatible changeCompare Source
Revert "Prefer SQL column type over normalized AR type"
v2.6.9Compare Source
v2.6.8Compare Source
options[:model_dir]is specified, #234v2.6.7Compare Source
options[:model_dir]is specified, #234v2.6.6Compare Source
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.