chore(deps): update dependency bundler to '~> 2.6.0' #79
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.4.22'
->'~> 2.6.0'
Release Notes
rubygems/rubygems (bundler)
v2.6.1
Compare Source
Bug fixes:
Gem::Uri.redact
on some Ruby 3.1 versions #8337bundle lock --add-checksums
when gems are already installed #8326v2.6.0
Compare Source
Security:
Breaking changes:
Deprecations:
bundle console
deprecation #8218Features:
lockfile_checksums
configuration to include checksums in fresh lockfiles #8219bundle lock --add-checksums
to add checksums to an existing lockfile #8214Performance:
bundle install --local
#8248Enhancements:
bundle exec <relative-path-to-script>
whenKernel.exec
is used under the hood #8294inspect
methods to help debugging #8266bundler/setup
with Ruby's -w flag #8205--normalize-platforms
flag tobundle lock
#7896Bug fixes:
$PROGRAM_NAME
has been changed #8320bundle exec
executable detection on windows #8276bundle remove
sometimes not removing gems #8278Documentation:
bundle env
andbundle licenses
#8315debugging.md
#8263v2.5.23
Compare Source
Enhancements:
bundle add
--quiet
option #8157Bug fixes:
--ext=rust
to support compiling the native extension from source #7610bundler
(with a finalr
) in abundle exec
context #8165gemspec
usages in same Gemfile with same dep and compatible requirements #7999bundle check
sometimes locking gems under the wrong source #8148Documentation:
bundle config
documentation #8177install
parameter and clarify docs #8170bundle install --quiet
documentation #8163v2.5.22
Compare Source
Enhancements:
uri
andnet-http
#8112Bug fixes:
v2.5.21
Compare Source
Bug fixes:
stub.activated?
sometimes returning false after activation under bundler #8073bundler/inline
resetting ENV changes #8059v2.5.20
Compare Source
Enhancements:
--local
is passed #8041Bug fixes:
bundler/inline
overwriting lockfiles #8055bundle outdated
with--group
option #8052v2.5.19
Compare Source
Enhancements:
bundle outdated --parseable
#7966bundle lock --add-platform
#7967--print
is passed tobundle lock
#7957Bug fixes:
bundle install --local
hitting the network when default gems are included #8027.lock
files unintentionally left around by gem installer #8022bundle exec rake install
failing when local gem has extensions #7977bundler/inline
failing in Ruby 3.2 due to conflictingsecurerandom
versions #7984gem exec rails new project
failing on Ruby 3.2 #7960Documentation:
bundle add
man page #5903v2.5.18
Compare Source
Enhancements:
Bug fixes:
--prefer-local
flag #7951git:
sources #7950bundle update <indirect_dep>
failing to upgrade when versions present in two different sources #7915Documentation:
v2.5.17
Compare Source
Enhancements:
Gem::Dependency
to yaml #7867Bug fixes:
bundle check
exit code when gem git source is not checked out #7894bundle-gem
#7853bundle exec gem uninstall
#7886v2.5.16
Compare Source
Bug fixes:
platforms:
used in the Gemfile #7864bundle lock --add-platform
doing nothing #7848bundle add
with frozen mode set #7845Performance:
caller_locations
instead of splittingcaller
#7708v2.5.15
Compare Source
Enhancements:
--no-test
,--no-ci
, and--no-linter
options #7780Bug fixes:
--test
,--ci
, and--linter
options #7801bundle lock --add-platform <current_platform>
doing nothing #7803Documentation:
v2.5.14
Compare Source
Bug fixes:
bundle update <gem_name>
edge case #7770bundle fund
when the gemfile contains optional groups #7758v2.5.13
Compare Source
Bug fixes:
v2.5.12
Compare Source
Enhancements:
Bug fixes:
sorbet
to a Gemfile and the lockfile only includes "RUBY" in the platforms section #7731fallback_timeout
uri option is used #7704bundle exec
no longer working in truffleruby after explicitrequire
ofpathname
was removed #7703bundle config
report a path without a Gemfile as "local app" #7687Documentation:
v2.5.11
Compare Source
Deprecations:
Enhancements:
bundle gem
generated COC to Contributor Covenant 2.1 #7692Bug fixes:
require
gem activation logic running before Bundler can properly register its own monkeypatches #7647Performance:
Documentation:
bin/rake
overrake
in contributing docs #7648v2.5.10
Compare Source
Security:
Enhancements:
--glob
flag tobundle add
#7557Bug fixes:
bundle update <specific_gems>
can always update to the latest resolvable version of each requested gem #7558bundle update
not working on an out of sync lockfile #7607bundle help
is run #7601Documentation:
bundle check
behaviour in docs #7613v2.5.9
Compare Source
Bug fixes:
v2.5.8
Compare Source
Enhancements:
bundle plugin install
options #7529Bug fixes:
--strict --patch
filtering out everything #7527bundle update --bundler
message #7516v2.5.7
Compare Source
Deprecations:
bundle plugin install --local-git=
#7048Enhancements:
.gemspec
file itself inbundle gem
generated gemspec file #7488bundle gem
generated rubocop configuration #7478gitlab:
git source shorthand #7449instance_eval
inBundler::DSL#eval_gemfile
#7471Documentation:
v2.5.6
Compare Source
Deprecations:
Definition#lock
with explicit lockfile #7047Enhancements:
required_ruby_version
to be used inbundle gem
template #7430Bug fixes:
Bundler.with_original_env
properly restore env variables originally empty #7383v2.5.5
Compare Source
Bug fixes:
Documentation:
v2.5.4
Compare Source
Bug fixes:
v2.5.3
Compare Source
Bug fixes:
v2.5.2
Compare Source
Enhancements:
bundle add
--quiet
option #8157Bug fixes:
--ext=rust
to support compiling the native extension from source #7610bundler
(with a finalr
) in abundle exec
context #8165gemspec
usages in same Gemfile with same dep and compatible requirements #7999bundle check
sometimes locking gems under the wrong source #8148Documentation:
bundle config
documentation #8177install
parameter and clarify docs #8170bundle install --quiet
documentation #8163v2.5.1
Compare Source
Enhancements:
bundle outdated --parseable
#7966bundle lock --add-platform
#7967--print
is passed tobundle lock
#7957Bug fixes:
bundle install --local
hitting the network when default gems are included #8027.lock
files unintentionally left around by gem installer #8022bundle exec rake install
failing when local gem has extensions #7977bundler/inline
failing in Ruby 3.2 due to conflictingsecurerandom
versions #7984gem exec rails new project
failing on Ruby 3.2 #7960Documentation:
bundle add
man page #5903v2.5.0
Compare Source
Breaking changes:
:mswin
,:mswin64
,:mingw
, and:x64_mingw
Gemfileplatform
values are soft-deprecated and aliased to:windows
#6391Features:
bundle config set version
feature to choose the version of Bundler that should be used and potentially disable using thelockfile
version by setting it tosystem
#6817Performance:
ruby
Gemfile DSL #7251Enhancements:
net-http
,net-protocol
,resolv
, andtimeout
to reduce conflicts between Gemfile gems and internal dependencies #6793bundle pristine
to run in parallel #6927bundle lock
always touch the lockfile in non-frozen mode #7220Minitest::TestTask
in a template file forminitest
#7234--jobs
or--retry
in configuration #7191require "rubygems"
explicitly #7139Bug fixes:
ruby file: ".ruby-version"
relative to containing Gemfile #7250bundle install --system
deprecation advice #7190Documentation:
bundle gem
output and generated configuration #6818bundle gem
generated README file #6338Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR has been generated by Renovate Bot.