chore(deps): update all non-major bundler dependencies #1092
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:
'~> 7.0.2'
->'~> 7.1.0'
'~> 3.0.0'
->'~> 3.2.0'
'~>1.13.0'
->'~>1.15.0'
'~> 6.5.0'
->'~> 6.5.1'
'~> 3.5.1'
->'~> 3.5.2'
'~> 0.88.1'
->'~> 0.90.0'
'~> 2.13.0'
->'~> 2.14.1'
'~> 4.17.0'
->'~> 4.18.0'
'~> 0.5.8'
->'~> 0.5.12'
'~> 2.1.3'
->'~> 2.1.4'
'~> 1.5.9'
->'~> 1.6.2'
'~> 6.6.0'
->'~> 6.6.1'
'~> 2.5.0'
->'~> 2.5.2'
'~> 6.7.0'
->'~> 6.8.0'
'~> 7.2.2', '>= 7.2.2.1'
->'~> 7.2.2', '>= 7.2.2.2'
'~> 1.76.1'
->'~> 1.81.1'
'~> 1.25'
->'~> 1.26', '>= 1.26.1'
'~> 2.32'
->'~> 2.33', '>= 2.33.4'
'~> 3.6'
->'~> 3.7'
'~> 5.25'
->'~> 5.28'
'~> 5.25'
->'~> 5.28'
'~> 5.25'
->'~> 5.28'
'~> 8.0.4'
->'~> 8.0.8'
'~> 0.8.0'
->'~> 0.9.0'
'~> 4.3.0'
->'~> 4.4.0'
'~> 0.12.6.9'
->'~> 0.12.6.10'
Release Notes
presidentbeef/brakeman (brakeman)
v7.1.0
Compare Source
--ensure-no-obsolete-config-entries
option (viralpraxis)seuros/capistrano-sidekiq (capistrano-sidekiq)
v3.2.0
Compare Source
Changed
v3.1.0
Compare Source
Fixed
Added
sidekiq_mark_deploy
)sidekiq_use_login_shell
)sidekiq_command
,sidekiq_command_args
)Changed
devise-i18n/devise-i18n (devise-i18n)
v1.15.0
Compare Source
rails_i18n
.v1.14.0
Compare Source
thoughtbot/factory_bot_rails (factory_bot_rails)
v6.5.1
Compare Source
What's Changed
required_ruby_version
to require >= Ruby 3.1 by @y-yagi in #538New Contributors
Full Changelog: thoughtbot/factory_bot_rails@v6.5.0...v6.5.1
faker-ruby/faker (faker)
v3.5.2
Compare Source
Happy Canada Day! 🍁
This version adds and improves some locales and fixes some bugs.
Thanks to all contributors!
Improvements & Bug fixes
Faker::Address.city
andFaker::Address.street_address
for:fr
locale by @brupla6126 in #3018ja/book
locale by @thdaraujo in #3062restaurant.yml
by @daniel-nerdgeschoss in #3067locales/fr/address.yml
by @brupla6126 in #3071locales/en/cosmere.yml
by @bensheldon in #3075Chore
Update local dependencies
rubocop-minitest
from0.37.1
to0.38.0
. by @thdaraujo in #3080New Contributors
Full Changelog: faker-ruby/faker@v3.5.1...v3.5.2
rails/jbuilder (jbuilder)
v2.14.1
Compare Source
What's Changed
Jbuilder.encode
properly forwards arguments to.new
by @flavorjones in #601New Contributors
Full Changelog: rails/jbuilder@v2.14.0...v2.14.1
v2.14.0
Compare Source
What's Changed
_is_collection?
method by @moberegger in #590#frozen_string_literal: true
to all files by @moberegger in #599_key
to prevent string allocation when formattingSymbol
s by @moberegger in #593extract!
calls to save on memory allocation by @moberegger in #598method_missing
viaalias_method
by @moberegger in #600New Contributors
Full Changelog: rails/jbuilder@v2.13.0...v2.14.0
mollie/mollie-api-ruby (mollie-api-ruby)
v4.18.0
Compare Source
0ab3a06
) Add order attributes to Payment APIruby/net-imap (net-imap)
v0.5.12
Compare Source
What's Changed
TruffleRuby is not (yet) "officially supported" but it seems to work (with a few small caveats). Several tests are still marked as pending, but the rest all pass. #528 protects us from merging PRs that break TruffleRuby and (in some cases) JRuby.
Fixed
net/imap
for JRuby/TruffleRuby by @nevans in #530Miscellaneous
Full Changelog: ruby/net-imap@v0.5.11...v0.5.12
v0.5.11
Compare Source
What's Changed
Added
ESearchResult#to_sequence_set
by @nevans in #511ESearchResult#each
by @nevans in #513VanishedData#each
, delegated to#uids.each_number
by @nevans in #522Ractor.shareable_proc
by @ko1 in #525Fixed
SearchResult#==
for LHS with no modseq by @nevans in #514Other Changes
obj.to_sequence_set => nil
in try_convert by @nevans in #512VanishedData#uids
to beSequenceSet.empty
by @nevans in #517ArgumentError
for#fetch
withpartial
by @nevans in #521Documentation
#enable
(docs only) by @nevans in #518Miscellaneous
FakeServer#Connection#close
mutex by @nevans in #520New Contributors
Full Changelog: ruby/net-imap@v0.5.10...v0.5.11
v0.5.10
Compare Source
What's Changed
Added
SequenceSet#inspect
format toNet::IMAP::SequenceSet(#{string})
by @nevans in #501SequenceSet#inspect
output for more than 512 entries by @nevans in #502Fixed
\Remote
mailbox attr constant by @voxik in #509Documentation
SequenceSet#string=
rdoc by @nevans in #497Other Changes
SequenceSet#string=
by @nevans in #498SequenceSet#dup
,#clone
, and#replace
by @nevans in #505Miscellaneous
Full Changelog: ruby/net-imap@v0.5.9...v0.5.10
v0.5.9
Compare Source
What's Changed
Added
Net::IMAP::SequenceSet()
coercion method by @nevans in #490Fixed
SequenceSet#include?
handling of invalid inputs by @nevans in #479connection_state
transitions by @nevans in #494Documentation
Other Changes
SequenceSet[]
by @nevans in #492#disconnect
before waiting for lock & thread join by @nevans in #493Miscellaneous
Full Changelog: ruby/net-imap@v0.5.8...v0.5.9
omniauth/omniauth (omniauth)
v2.1.4
Compare Source
What's Changed
Full Changelog: omniauth/omniauth@v2.1.3...v2.1.4
You may now configure an after_request_phase callback on your omniauth builder instance. This callback will be run after the request phase before returning the request result.
varvet/pundit (pundit)
v2.5.2
Compare Source
Fixed
config/rubocop-rspec.yml
back from accidentally being excluded #866v2.5.1
Compare Source
Fixed
pundit/rspec
no longer raises an error in Active Support #857rack/rack-attack (rack-attack)
v6.8.0
Compare Source
Changed
Fixed
Deprecated
Removed
rubocop/rubocop (rubocop)
v1.81.1
Compare Source
Bug fixes
Lint/DeprecatedOpenSSLConstant
whenCipher
appears twice. ([@koic][])Changes
Style/NumberedParameters
andStyle/ItBlockParameter
withEnforcedStyle: allow_single_line
when the block itself is on a single line. ([@earlopain][])v1.81.0
Compare Source
New features
Style/ArrayIntersectWithSingleElement
cop. ([@r7kamura][])EnforcedStyleForMultiline: diff_comma
inStyle/TrailingCommaInArguments
. ([@akouryy][])Bug fixes
Style/NilComparison
cop when using thevar.==(nil)
andvar.===(nil)
syntax. ([@viralpraxis][])Style/ExplicitBlockArgument
when there are two methods that share the same implementation. ([@earlopain][])Style/NumberedParameters
andStyle/ItBlockParameter
when using multiline method chain withEnforcedStyle: allow_single_line
. ([@koic][])Layout/MultilineOperationIndentation
when using indented code on LHS of equality operator in modifier method definition. ([@koic][])Layout/EmptyLineBetweenDefs
forAllowAdjacentOneLineDefs: false
andDefLikeMacros
that take no block. ([@earlopain][])EnforcedStyle: allowed_in_returns
and!!
appears across multiple lines in return position. ([@koic][])Style/RedundantParentheses
when parentheses are used around a one-linerescue
expression as a condition. ([@koic][])Style/RedundantRegexpEscape
when an escaped variable sigil follows#
(e.g.,/#\@​foo/
,/#\@​@​bar/
,/#\$baz/
). ([@koic][])Layout/RescueEnsureAlignment
with a block whose send node is split over multiple lines. ([@dvandersluis][])Style/RedundantFormat
when the format string has a variable width that isn't given as a literal value. ([@dvandersluis][])ParserEngine: parser_prism
is configured in a base config file. ([@sudoremo][])Lint/Void
when using a return value in assignment method definition. ([@koic][])Style/RedundantRegexpArgument
when using escaped single quote character. ([@koic][])Style/UnlessElse
when usingunless
withthen
. ([@koic][]).rubocop.yml
,.rubocop_todo.yml
) change. ([@earlopain][]).rubocop
config file. ([@earlopain][])Layout/LineLength
autocorrection from splitting a block if its receiver contains a heredoc. ([@dvandersluis][])Lint/ShadowedArgument
when assigning inside arescue
block. ([@earlopain][])Changes
positionEncoding
utf-8
andutf-32
. ([@tmtm][])v1.80.2
Compare Source
Bug fixes
Style/SafeNavigation
when using ternary expression with index access call with method chain. ([@koic][])Style/RedundantParentheses
with unary operators andyield
,super
, ordefined?
. ([@earlopain][])Style/RedundantParentheses
with method calls taking argument without parentheses likereturn (x y) if z
. ([@earlopain][])Style/StringConcatenation
when a double-quoted string contains escaped quotes and interpolation. ([@earlopain][])Style/StringConcatenation
when a single-quoted string contains interpolation like'#{foo}'
. ([@earlopain][])Changes
Naming/PredicateMethod
allow theinitialize
method. ([@koic][])v1.80.1
Compare Source
Bug fixes
--display-time
option is used on the CLI. ([@lovro-bikic][])Style/RedundantBegin
usingbegin
with multiple statements withoutrescue
orensure
. ([@koic][])Changes
Layout/EndAlignment
whenend
is not on a separate line. ([@lovro-bikic][])v1.80.0
Compare Source
Bug fixes
Style/BitwisePredicate
when using&
with LHS flags in conjunction with==
for comparisons. ([@koic][])Style/For
with save navigation in the collection. ([@earlopain][])Lint/DuplicateRegexpCharacterClassElement
is enabled. ([@earlopain][])Lint/UselessAssignment
when duplicate assignments appear in nestedif
branches inside a loop and the variable is used outsidewhile
loop. ([@koic][])Naming/MethodName
when an operator method is defined using a string. ([@koic][])Style/RedundantParentheses
whendo
...end
block is wrapped in parentheses as a method argument. ([@koic][])Style/SafeNavigation
. ([@issyl0][])Layout/EmptyLinesAfterModuleInclusion
wheninclude
does not have exactly one argument. ([@issyl0][])Style/SafeNavigation
cop to preserve existing safe navigation in fixed code. ([@martinemde][])Lint/UselessAssignment
withfor
loops when the variable is referenced in the collection. ([@earlopain][])Style/RedundantCondition
with a parenthesised method call in the condition. ([@earlopain][])Changes
Lint/SelfAssignment
to handle indexed assignment with multiple arguments. ([@viralpraxis][])AutoCorrect
andInclude
from configuration parameters. ([@r7kamura][])Style/RedundantBegin
aware ofcase
pattern matching. ([@koic][])Style/ArrayIntersect
. ([@lovro-bikic][])TextDocumentSyncKind.Incremental
. ([[@tmtm](httpConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, 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.
👻 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.