Skip to content

Releases: rubygems/rubygems

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

v3.2.11

17 Feb 08:21
6ca677a
Compare
Choose a tag to compare

Enhancements:

  • Optionally fallback to IPv4 when IPv6 is unreachable. Pull request #2662
    by sonalkr132

bundler-v2.2.11

17 Feb 08:20
6ca677a
Compare
Choose a tag to compare

Bug fixes:

  • Revert disable_multisource changes #4385