2021-09-19 18:45:22 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.27
2.2.27 (2021-09-03)
Enhancements:
* Optimize some requires #4887
* Correctly redact credentials when using x-oauth-basic #4866
Bug fixes:
* Add missing key branches: to template for GitHub Actions #4883
* Fix bundle plugin install detection of already installed plugins #4869
* Make plugin installation idempotent #4864
* Fix bundle check showing duplicated gems when multiple platforms are
locked #4854
* Fix bundle check incorrectly considering cached gems #4853
|
2021-06-03 16:50:55 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.19
2.2.19 (May 31, 2021)
Bug fixes:
* Restore support for configuration keys with dashes #4582
* Fix some cached gems being unintentionally ignored when using rubygems
3.2.18 #4623
|
2021-05-30 13:08:38 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
misc/ruby-bundler: update to 2.2.18
2.2.18 (May 25, 2021)
Security fixes:
* Fix dependency confusion issues with implicit dependencies #4609
Enhancements:
* Use simpler notation for generated required_ruby_version #4598
* Undeprecate bundle show #4586
* Make sure link to new issue uses the proper template #4592
Bug fixes:
* Fix platform specific gems being removed from the lockfile #4580
|
2021-05-09 06:24:41 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.17
2.2.17 (2021-05-05)
Enhancements:
* Improve authentication required error message to include an alternative
using ENV #4565
* Discard partial range responses without etag #4563
* Fix configuring ENV for a gem server with a name including dashes #4571
* Redact credentials from bundle env and bundle config #4566
* Redact all sources in verbose mode #4564
* Improve bundle pristine error if BUNDLE_GEMFILE does not exist #4536
* [CurrentRuby] Add 3.0 as a known minor #4535
* Prefer File.read instead of IO.read #4530
* Add space after open curly bracket in Gemfile and gems.rb template #4518
Bug fixes:
* Make sure specs are fetched from the right source when materializing #4562
* Fix bundle cache with an up-to-date lockfile and specs not already
installed #4554
* Ignore deployment setting in inline mode #4523
Performance:
* Don't materialize resolutions when not necessary #4556
|
2021-05-04 17:26:46 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.16
2.2.16 (April 8, 2021)
Enhancements:
* Add --github-username option and config to bundle gem #3687
* Bump vendored tmpdir library copy #4506
* Add rake build:checksum task to build checksums for a gem package #4156
* Enable bundler-cache for GitHub Actions template #4498
* Improve bundle info error when gem is on a "disabled" group #4492
* Small tweak to yank message #4494
* Don't show duplicate entries in bundle outdated output #4474
* Never downgrade top level gems when running bundle update #4473
Bug fixes:
* Fix incorrect logic for filtering metadata matching candidates #4497
|
2021-03-21 13:59:00 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.15
2.2.15 (March 19, 2021)
Enhancements:
* Add a hint about bundler installing executables for path gems #4461
* Warn lockfiles with incorrect resolutions #4459
* Don't generate duplicate redundant sources in the lockfile #4456
Bug fixes:
* Respect running ruby when resolving platforms #4449
|
2021-03-09 15:00:36 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.14
2.2.14 (March 8, 2021)
Security fixes:
* Lock GEM sources separately and fix locally installed specs confusing
bundler #4381
Bug fixes:
* Make rake available to other gems' installers right after it's installed
#4428
* Fix encoding issue on compact index updater #4362
|
2021-03-07 10:48:15 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.13
2.2.13 (March 3, 2021)
Enhancements:
* Respect user configured default branch in README links in new generated
gems #4303
Bug fixes:
* Fix gems sometimes being pulled from irrelevant sources #4418
2.2.12 (March 1, 2021)
Bug fixes:
* Fix sporadic warnings about nil gemspec on install/update and make those
faster #4409
* Fix deployment install with duplicate path gems added to Gemfile #4410
2.2.11 (February 17, 2021)
Bug fixes:
* Revert disable_multisource changes #4385
2.2.10 (February 15, 2021)
Security fixes:
* Fix source priority for transitive dependencies and split lockfile
rubygems source sections #3655
Bug fixes:
* Fix adding platforms to lockfile sometimes conflicting on ruby
requirements #4371
* Fix bundler sometimes choosing ruby variants over java ones #4367
Documentation:
* Update man pages to reflect to new default for bundle install jobs #4188
|
2021-02-13 14:56:04 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-bundler: update to 2.2.9
2.2.9 (2021-02-08)
Enhancements:
* Stop removing existing platforms when force_ruby_platform is true #4336
Bug fixes:
* Don't install platform specific gems on truffleruby #4333
|
2021-02-03 15:25:36 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
misc/ruby-bundler: update to 2.2.8
2.2.8 (2021-02-02)
Enhancements:
* Add a CHANGELOG.md file to gems generated by bundle gem #4093
* Support gemified set #4297
Bug fixes:
* Fix standalone Kernel.require visibility #4337
Performance:
* Fix resolver edge cases and speed up bundler #4277
2.2.7 (2021-01-27)
Enhancements:
* Improve error messages when dependency on bundler conflicts with running
version #4308
* Avoid showing platforms with requirements in error messages #4310
* Introduce disable_local_revision_check config #4237
* Reverse rubygems require mixin with bundler standalone #4299
Bug fixes:
* Fix releasing from a not yet pushed branch #4309
* Install cache only once if it already exists #4304
* Fix force_ruby_platform no longer being respected #4302
Performance:
* Fix resolver dependency comparison #4289
|