Skip to content

Releases: rubygems/rubygems

v3.2.16

09 Apr 10:29
3d7bfaf
Compare
Choose a tag to compare

Bug fixes:

  • Correctly handle symlinks. Pull request #2836 by voxik

bundler-v2.2.16

09 Apr 10:28
3d7bfaf
Compare
Choose a tag to compare

Enhancements:

  • Add --github-username option and config to bundle gem #3687
  • Bump vendored tmpdir library copy #4506
  • Add rake build:checksum task to build cheksums 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

v3.2.15

19 Mar 10:41
3dbcc68
Compare
Choose a tag to compare

Enhancements:

  • Prevent downgrades to untested rubygems versions. Pull request #4460 by
    deivid-rodriguez

Bug fixes:

  • Fix missing require breaking gem cert. Pull request #4464 by lukehinds

bundler-v2.2.15

19 Mar 10:40
3dbcc68
Compare
Choose a tag to compare

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

v3.2.14

08 Mar 19:51
3a169d8
Compare
Choose a tag to compare

Enhancements:

  • Less wrapping of network errors. Pull request #4064 by deivid-rodriguez

Bug fixes:

  • Revert addition of support for musl variants to restore graceful
    fallback on Alpine. Pull request #4434 by deivid-rodriguez

bundler-v2.2.14

08 Mar 19:48
3a169d8
Compare
Choose a tag to compare

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

v3.2.13

03 Mar 13:23
9b15ab1
Compare
Choose a tag to compare

Bug fixes:

  • Support non-gnu libc linux platforms. Pull request #4082 by lloeki

bundler-v2.2.13

03 Mar 13:21
9b15ab1
Compare
Choose a tag to compare

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

v3.2.12

01 Mar 14:29
1de3f8d
Compare
Choose a tag to compare

Bug fixes:

  • Restore the ability to manually install extension gems. Pull request
    #4384 by cfis

bundler-v2.2.12

01 Mar 14:27
1de3f8d
Compare
Choose a tag to compare

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