Update bundler non-major dependencies to v1.20.0 #928
+108
−102
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:
1.18.6->1.20.03.1.8->3.2.02.5.13->2.5.167.0.4->7.1.06.7.0->6.8.01.81.1->1.82.02.33.4->2.34.24.35.0->4.39.05.28.0->5.28.15.28.0->5.28.12.7.4->2.8.16.3.1->6.4.03.25.1->3.26.1Release Notes
bkeepers/dotenv (dotenv-rails)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0
rmosolgo/graphql-ruby (graphql)
v2.5.16Compare Source
Bug fixes
fiber-storage: properly include dependency on Ruby < 3.2 #5484legacy_invalid_empty_selections_on_union_with_typewarning #5481v2.5.15Compare Source
New features
DetailedTrace: add separate spans for debug-only.inspectcalls, supportdebug: falseconfig #5477required:validator: Raise a developer error when allone_of:options are hidden, supportallow_all_hidden: trueto allow this case #5474GraphQL::Testing::MockActionCable: added to support testing ActionCableSubscriptions #5482legacy_invalid_empty_selections_on_union_with_type: new method added for better metadata about legacy behavior #5480Bug fixes
dataexists for execution errors #5452fiber-storageon Ruby 3.2+ #5456preload: truewhen Rails.env.staging? #5409v2.5.14Compare Source
Bug fixes
rack/rack-attack (rack-attack)
v6.8.0Compare Source
Changed
Fixed
Deprecated
Removed
rubocop/rubocop (rubocop)
v1.82.0Compare Source
New features
AllowRBSInlineAnnotationoption toLayout/LineLength. ([@koic][])IncludedMacroPatternsconfiguration option toStyle/MethodCallWithArgsParenthesesfor pattern-based macro method enforcement. ([@mmenanno][])Style/ModuleMemberExistenceCheck. ([@lovro-bikic][])TargetRubyVersion 4.0(experimental). ([@koic][])Bug fixes
Lint/LiteralAsConditionwhen there are literals in multiple branches. ([@viralpraxis][])rake rubocop:auto_correcttask. ([@koic][])Lint/RedundantSplatExpansionwhen splatting a single literal. ([@earlopain][])Layout/RescueEnsureAlignmentwhen using self class definition. ([@koic][])Lint/NoReturnInBeginEndBlockswhen assigning instance variable, class variable, global variable, or constant. ([@koic][])Layout/EmptyLineAfterGuardClausewhen a guard clause follows a multiline heredoc in a parenthesized method call. ([@koic][])Layout/EndAlignmentwhen a conditional assignment is used on the same line and theendwith a safe navigation method call is aligned. ([@koic][])Layout/EndAlignmentwhen a conditional assignment is used on the same line and theendwith a numbered block oritblock method call is aligned. ([@koic][])Lint/RedundantSafeNavigationwhen the receiver is used outside the singleton method definition scope. ([@koic][])Style/EndlessMethodwhen multiline or xstring heredoc is used in method body. ([@koic][])Style/TrailingCommaInArgumentswhenEnforcedStyleForMultilineis set toconsistent_commaand a multiline braced hash argument appears after another argument. ([@koic][])OptionParsererrors when runningrubocopwith input that causes an error. ([@dvandersluis][])Layout/LineLengthis disabled. ([@koic][])Style/ClassAndModuleChildrento skip compact style definitions inside another class or module whenEnforcedStyle: nested. ([@rscq][])Layout/EndAlignmentwithEnforcedStyleAlignWith: variableto handle conditionals insidebeginnodes properly. ([@dvandersluis][])Changes
Lint/UselessOr. ([@r7kamura][])Severityfrom configuration parameters. ([@r7kamura][])Style/CaseEqualityallow regexp case equality where the receiver is a regexp literal. ([@koic][])Lint/CircularArgumentReferenceto detect offenses within long assignment chains. ([@viralpraxis][])Gemspec/RubyVersionGlobalsUsageaware ofRuby::VERSION. ([@koic][])Layout/EmptyLineAfterMagicCommentaware of# rbs_inlinemagic comment. ([@koic][])Lint/ElseLayoutallow a single-lineelsebody inthensingle-line conditional. ([@koic][])Lint/RedundantRequireStatementaware ofpathnamewhen analyzing Ruby 4.0. ([@koic][])Lint/UnreachableCodeaware of singleton method redefinition. ([@koic][])Style/RedundantArgumentaware ofto_i. ([@koic][])IgnoreCopDirectivestoAllowCopDirectivesinLayout/LineLength. ([@koic][])v1.81.7Compare Source
Bug fixes
Layout/HashAlignmentwhenEnforcedStyle: with_fixed_indentationis specified forLayout/ArgumentAlignment. ([@koic][])Naming/PredicateMethodwhen using aninpattern with empty parentheses body. ([@koic][])Style/SoleNestedConditionalwhen using nested single lineif. ([@koic][])Style/ConstantVisibilitywhen visibility is declared with multiple constants. ([@koic][])Style/FloatDivisionwhen usingRegexp.last_matchor nth reference (e.g.,$1). ([@koic][])Naming/MethodNamewhen the first argument toaliascontains interpolation. ([@earlopain][])v1.81.6Compare Source
Bug fixes
Lint/SelfAssignmentwhen using[]=assignment with no arguments. ([@koic][])Style/ArrayIntersectwhenintersection(other).any?is called without a receiver. ([@koic][])Style/ConditionalAssignmentis configured withassign_inside_conditionaland the conditional contains a multi-line regex. ([@martinemde][])Style/RedundantInterpolationwhen using a one-line=>pattern matching. ([@koic][])Style/EndlessMethodwhen heredoc is used in method body. ([@koic][])Style/EndlessMethodwhen the endless method would exceed the maximum line length. ([@koic][])Lint/EmptyInterpolationwhen interpolation is inside a%Wliteral. ([@dvandersluis][])Style/RedundantFormatfalse positive when a interpolated value is given to a specifier with a width or precision. ([@dvandersluis][])Style/RedundantFormathandling control characters like\n. ([@dvandersluis][])Style/Semicolonwhen a method call using hash value omission without parentheses is terminated with a semicolon. ([@koic][])Security/JSONLoadwhencreate_additionsis explicitly specified. ([@earlopain][])Changes
Lint::ConstantOverwrittenInRescuecop to detect offenses within fully qualified constants. ([@viralpraxis][])Lint/ConstantOverwrittenInRescuecop to detect offenses within nested constants. ([@viralpraxis][])Lint/ConstantOverwrittenInRescueto detect any constant assignment. ([@viralpraxis][])Style/LambdaCallautocorrection contextual. ([@koic][])rubocop/rubocop-rails (rubocop-rails)
v2.34.2Compare Source
Changes
Rails/Presenceallow index access methods. ([@koic][])v2.34.1Compare Source
Bug fixes
Rails/Envwhen assigningRails.env. ([@koic][])Rails/Presencewith comparison and assignment operators. ([@davidenglishmusic][])Rails/RedirectBackOrTowhen additional options as double splat are used. ([@koic][])Rails/RedirectBackOrTowhenfallback_locationargument is a hash and the call has no argument parentheses. ([@koic][])v2.34.0Compare Source
New features
Rails/HttpStatusNameConsistencycop. ([@tuxagon][])Rails/Envcop. ([@cdudas17][])Rails/RedirectBackOrTocop to suggest usingredirect_back_or_toinstead ofredirect_backwithfallback_location. ([@davidenglishmusic][])Bug fixes
Rails/ActionControllerFlashBeforeRenderwhenflashis used inside a block followed by method chaining. ([@koic][])Rails/OutputSafetywhen using non-interpolated multiline heredoc. ([@koic][])Rails/FindByOrAssignmentMemoizationwhen assigning a memoization instance variable atinitializemethod. ([@koic][])Rails/InverseOfcop false positives when using dynamic association options. ([@viralpraxis][])Changes
abortto theRails/Exitcop. ([@adamstegman][])Rails/Presence. ([@vlad-pisanov][])Rails::HelperInstanceVariablenot to detect offenses for instance variables within classes. ([@viralpraxis][])Rails.env.to_syminRails/EnvironmentComparison. ([@lovro-bikic][])SeleniumHQ/selenium (selenium-webdriver)
v4.39.0Compare Source
=========================
v4.38.0Compare Source
=========================
v4.37.0Compare Source
=========================
prismdependency (#16437)jsonversion constraint (#16436)v4.36.0Compare Source
=========================
unhandled_prompt_behaviorcapability to support hash syntax (#16289)getsentry/sentry-ruby (sentry-rails)
v5.28.1Compare Source
Bug Fixes
sentry.originlog event attribute is now correctly prefixed withauto.log(#2749)vcr/vcr (vcr)
v6.4.0Compare Source
Full Changelog
bblimke/webmock (webmock)
v3.26.1Compare Source
Fix compatibility with recent async-http versions
v3.26.0Compare Source
Support Addressable::URI in request patterns
Thanks to Alexey Zapparov
v3.25.2Compare Source
Return support for
em_http_requestThanks to Oleg
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.