-
Notifications
You must be signed in to change notification settings - Fork 0
Update bundler non-major dependencies to v1.19.0 #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/bundler-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Pull Request Test Coverage Report for Build 19640535644Details
💛 - Coveralls |
cdde9e1 to
1f37870
Compare
1f37870 to
e5dc503
Compare
e5dc503 to
b9e1a07
Compare
b9e1a07 to
5c77470
Compare
5c77470 to
7a370f8
Compare
7a370f8 to
e46def8
Compare
e46def8 to
3cf0963
Compare
3cf0963 to
dc811e0
Compare
dc811e0 to
bea6699
Compare
bea6699 to
115b882
Compare
115b882 to
2c72700
Compare
2c72700 to
e4ba9f8
Compare
e4ba9f8 to
c81f8bc
Compare
c81f8bc to
6d8020b
Compare
4dea23f to
1d15dd5
Compare
1d15dd5 to
fceb23c
Compare
fceb23c to
b56db0c
Compare
b56db0c to
12a7cf1
Compare
12a7cf1 to
d2b8931
Compare
d2b8931 to
3bd35a1
Compare
3bd35a1 to
fb614ae
Compare
fb614ae to
ee0cd60
Compare
ee0cd60 to
922c435
Compare
922c435 to
b5a68e3
Compare
b5a68e3 to
22f3982
Compare
22f3982 to
6ab7645
Compare
6ab7645 to
4a60585
Compare
4a60585 to
090dfce
Compare
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:
1.18.6->1.19.02.7.1->2.8.27.0.4->7.1.06.7.0->6.8.01.81.1->1.81.72.33.4->2.34.14.36.0->4.38.05.28.0->5.28.15.28.0->5.28.12.7.4-aarch64-linux-gnu->2.8.02.0.17->2.0.203.25.1->3.26.1Release Notes
freerange/mocha (mocha)
v2.8.2Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
rack/rack-attack (rack-attack)
v6.8.0Compare Source
Changed
Fixed
Deprecated
Removed
rubocop/rubocop (rubocop)
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.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.38.0=========================
v4.37.0=========================
prismdependency (#16437)jsonversion constraint (#16436)getsentry/sentry-ruby (sentry-rails)
v5.28.1Compare Source
Bug Fixes
sentry.originlog event attribute is now correctly prefixed withauto.log(#2749)hotwired/turbo-rails (turbo-rails)
v2.0.20Compare Source
Full Changelog: hotwired/turbo-rails@v2.0.19...v2.0.20
v2.0.19Compare Source
Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19
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 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.