Update bundler non-major dependencies#425
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 6, 2026 21:00
977d00a to
6679b8f
Compare
Coverage Report for CI Build 29873622329Coverage remained the same at 98.384%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 7, 2026 17:50
6679b8f to
a480480
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 8, 2026 10:06
a480480 to
93001a8
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 9, 2026 15:44
93001a8 to
6169d01
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 10, 2026 15:02
6169d01 to
c0cc0ed
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 11, 2026 03:37
c0cc0ed to
0d17f11
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 11, 2026 15:14
0d17f11 to
63ae103
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 14, 2026 15:39
63ae103 to
41ea68e
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 14, 2026 20:55
41ea68e to
8d0cb16
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 15, 2026 22:45
8d0cb16 to
c385fb8
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 16, 2026 19:24
c385fb8 to
81348f9
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 20, 2026 12:41
81348f9 to
65a88a1
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 20, 2026 20:27
65a88a1 to
f241651
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 21, 2026 19:11
f241651 to
da6312b
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 21, 2026 22:20
da6312b to
18b1697
Compare
renovate
Bot
force-pushed
the
renovate/bundler-minor-patch
branch
from
July 21, 2026 22:23
18b1697 to
ec2b0f6
Compare
jazairi
approved these changes
Jul 21, 2026
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.3→2.6.66.0.3→6.0.4v1.4→v1.55.0.0→5.1.01.88.1→1.88.22.35.5→2.36.04.45.0→4.46.02.9.5-aarch64-linux-gnu→2.9.54.2.1→4.3.00.9.44→0.9.45Release Notes
rmosolgo/graphql-ruby (graphql)
v2.6.6Compare Source
Execution::Next(GHSA-j7xr-4g94-r9h3).New features
Bug fixes
Schema.validate#5668v2.6.5Compare Source
New features
Execution::Next: improve non-null error propagation #5644Dataloader::Source#5658mitlibraries/mitlibraries-theme (mitlibraries-theme)
v1.5: Rails 8.xCompare Source
What's Changed
New Contributors
Full Changelog: MITLibraries/mitlibraries-theme@v1.4...v1.5
reidmorrison/rails_semantic_logger (rails_semantic_logger)
v5.1.0Compare Source
semantic_loggerv5.1 or greater, keeping the two gems in lock step.file appender's log file when it is created, so a bad path or insufficient permissions raises from
SemanticLogger.add_appenderand the engine's fallback (log to STDERR at:warn) runs asintended. Previously the failure surfaced asynchronously on the appender thread and the app booted
against a silently broken appender. As a side effect the log file is now created as soon as the
appender is added, even if nothing has been logged yet, matching the standard Rails logger.
appenders block, where no path is involved. It now emits an accurate message per branch.
ArgumentErrorfromTaggedLoggerProxywhen the wrapped logger is a plainRuby
Logger, which accepts only a single progname argument. The v4.9 change always forwarded thefull
(message, payload, exception)signature, breakingActionCable::Connection::TestCasetestssuch as
have_rejected_connection. The extra arguments are now only forwarded to a logger methodthat can accept them. Fixes #317.
appraisal, Sidekiq 8.x on the Rails 8.0 and 8.1 appraisals).
Ruby 3.2 floor and were untested; the
Sidekiq::Logging/ server middleware patches, the pre-6.5job_loggerwiring, the Sidekiq 5Workerfallback, and the pre-7.1.6 error-handler branchesare gone.
logged_job_attributessetting, so additional job attributes can beadded to the logging context (defaults to
bidandtags, matching Sidekiq).skip_default_job_loggingsetting as an alternative toRailsSemanticLogger::Sidekiq::JobLogger.perform_messages = falsefor suppressing theStart #perform/Completed #performmessages.changelog_urito the gem metadata, so RubyGems links to this file. Thanks toPhilip Hallstrom.
sprockets < 4.0development pin, which resolved to sprockets 1.0.2 with nosprockets-railsand therefore provided no Rails integration.rubocop/rubocop (rubocop)
v1.88.2Compare Source
Bug fixes
Lint/ToJSON, which did not flag singletondef self.to_jsondefinitions. ([@bbatsov][])Lint/UnreachableCode, which only flagged the first statement after a flow-of-control statement instead of every unreachable statement that followed it. ([@bbatsov][])Lint/UselessNumericOperation, which only flagged bare method-call receivers and ignored local variables, instance/class/global variables, and constants (e.g.@x + 0,CONST * 1). ([@bbatsov][])Lint/Voidwhere safe-navigation calls to nonmutating methods (e.g.x&.sort) were not flagged whenCheckForMethodsWithNoSideEffectsis enabled. ([@bbatsov][])Style/ArrayIntersectwith the block form usinginclude?(e.g.array1.any? { |e| array2.include?(e) }), which was only detected formember?. ([@bbatsov][])Style/CollectionCompact, which did not flaggrep_v(nil)/grep_v(NilClass)on a safe-navigation call (e.g.array&.grep_v(nil)). ([@bbatsov][])Style/DefWithParentheseswith a single-line definition whose body follows a semicolon (e.g.def foo(); end), where the parentheses can be safely omitted. ([@bbatsov][])Style/MixinUsagewhen including multiple modules in one statement. ([@bbatsov][])Style/ModuleFunctionwhen the module body is a single statement. ([@bbatsov][])Style/RedundantCurrentDirectoryInPathwith double-quoted strings containing interpolation. ([@bbatsov][])Style/RedundantHeredocDelimiterQuoteswith double-quoted delimiters whose body contains interpolation or escapes. ([@bbatsov][])Gemspec/DuplicatedAssignmentwith multiple specifications. ([@bbatsov][])Layout/CommentIndentationwith a comment above an inline access modifier (e.g.private def foo) whenLayout/AccessModifierIndentationis configured withEnforcedStyle: outdent. ([@grk][])Style/InvertibleUnlessConditionwith a multi-statement begin condition. ([@bbatsov][])Style/ArgumentsForwardingandStyle/MethodDefParentheseswhen autocorrection conflicts while adding parentheses to method definition arguments. ([@koic][])Lint/ToJSONthat produced invalid Ruby (def to_json(*_args)()) when the method had explicit empty parentheses. ([@bbatsov][])Style/MethodCallWithoutArgsParentheseswhen empty parentheses span multiple lines and the method call has a block. ([@koic][])Style/HashConversionwith a splat argument, which previously produced an invalid hash literal. ([@bbatsov][])Style/HashLookupMethodwith safe navigation, where the suggested bracket form would be the unreadablehash&.[](key). ([@bbatsov][])Style/IdenticalConditionalBranchesthat hoisted the moved expression to column zero instead of matching the surrounding indentation. ([@bbatsov][])Style/InvertibleUnlessConditionwith mixed&&/||conditions, which lost the required parentheses when inverting. ([@bbatsov][])Style/TrivialAccessorswhenAllowPredicates: falseis set and a trivial reader is defined as a predicate class method. ([@koic][])Layout/LineLengthwithSplitStringswhen an over-long string is indented under a multi-line parent. ([@bbatsov][])Style/MissingRespondToMissingwhenmethod_missingis defined at the top level or alongside sibling classes. ([@bbatsov][])Layout/ElseAlignmentwhen usingelsewithin a block that is part of a larger expression. ([@koic][])Layout/MultilineMethodCallIndentationwhen a method chain is nested inside a parenthesized argument list or a grouped expression within a hash pair value. ([@koic][])Style/StructInheritanceautocorrect dropping leading indentation when class is inside a module or namespace. ([@amckinnie][])Style/DocumentationMethodignoringAllowedMethodsfor inline modifier defs. ([@bbatsov][])Style/LambdaCallwhen the argument list contains a comment, which the autocorrect would have dropped. ([@bbatsov][])Changes
on_new_investigation,on_investigation_end, andon_other_fileonly to cops that refine them, and by skippingafter_*dispatch when no cop needs it. ([@bbatsov][])Lint/Debuggerperformance on code without debugger calls. ([@bbatsov][])Lint/NumericOperationWithConstantResultautocorrect as unsafe because it drops the operands, discarding their side effects and silencing cases where the result is not actually constant (e.g.x / xraises whenxis0). ([@bbatsov][])AllowedPatterns,ForbiddenPatterns, andAllowedMethodsby compiling the configured patterns only once. ([@bbatsov][])Style/IfUnlessModifierand other modifier cops on files with many comments or conditionals. ([@bbatsov][])rubocop/rubocop-rails (rubocop-rails)
v2.36.0Compare Source
Bug fixes
Rails/EagerEvaluationLogMessagewhen the interpolated string is passed toRails.logger.debugas the sole body of an enclosing block such aseachortap. ([@conwayje][])Rails/ReversibleMigrationwhen usingremove_indexwithout a column inside achange_tableblock. ([@ilianah][])Rails/SafeNavigationwhen usingtry/try!with a symbol to proc such asfoo.try(&:bar). ([@koic][])Rails/LinkToBlankwhenStyle/TrailingCommaInArgumentswithEnforcedStyleForMultiline: consistent_commaadds a trailing comma, which produced a duplicate comma. ([@koic][])MigratedSchemaVersionsetting so it works for all cops. ([@lovro-bikic][])Changes
Rails/SafeNavigationwhen usingtry/try!with operator methods such as[],[]=, and==. ([@koic][])SeleniumHQ/selenium (selenium-webdriver)
v4.46.0Compare Source
=========================
rails/web-console (web-console)
v4.3.0Compare Source
lsegal/yard (yard)
v0.9.45Compare Source
@paramtypes to document generatedStruct.newandData.definemembers (#1684)yard serverrequest pathsConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.