Skip to content

Releases: ruby/rubygems

v3.2.11

17 Feb 08:21
6ca677a

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

Choose a tag to compare

Bug fixes:

  • Revert disable_multisource changes #4385

v3.2.10

15 Feb 14:09
cc7c333

Choose a tag to compare

Documentation:

  • Add a gem push example to gem help. Pull request #4373 by
    deivid-rodriguez
  • Improve documentation for required_ruby_version. Pull request #4343 by
    AlexWayfer

bundler-v2.2.10

15 Feb 14:07
cc7c333

Choose a tag to compare

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

v3.2.9

08 Feb 21:22
30e740c

Choose a tag to compare

Bug fixes:

  • Fix error message when underscore selection can't find bundler. Pull
    request #4363 by deivid-rodriguez
  • Fix Gem::Specification.stubs_for returning wrong named specs. Pull
    request #4356 by tompng
  • Don't error out when activating a binstub unless necessary. Pull request
    #4351 by deivid-rodriguez
  • Fix gem outdated incorrectly handling platform specific gems. Pull
    request #4248 by deivid-rodriguez

bundler-v2.2.9

08 Feb 21:20
30e740c

Choose a tag to compare

Enhancements:

  • Stop removing existing platforms when force_ruby_platform is true #4336

Bug fixes:

  • Don't install platform specific gems on truffleruby #4333

v3.2.8

02 Feb 21:09
4015e55

Choose a tag to compare

Bug fixes:

  • Fix gem install crashing on gemspec with nil required_ruby_version.
    Pull request #4334 by pbernays

bundler-v2.2.8

02 Feb 21:06
4015e55

Choose a tag to compare

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

bundler-v2.2.7

27 Jan 00:02
7bc7ecb

Choose a tag to compare

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

v3.2.7

27 Jan 00:04
7bc7ecb

Choose a tag to compare

Bug fixes:

  • Generate plugin wrappers with relative requires. Pull request #4317 by
    deivid-rodriguez