Skip to content

Releases: rubygems/rubygems

v3.2.19

31 May 14:55
43f80b1
Compare
Choose a tag to compare

Enhancements:

  • Fix gem help build output format. Pull request #4613 by tnir

bundler-v2.2.19

31 May 14:54
43f80b1
Compare
Choose a tag to compare

Bug fixes:

  • Restore support for configuration keys with dashes #4582
  • Fix some cached gems being unintentionally ignored when using rubygems 3.2.18 #4623

v3.2.18

25 May 19:00
6a9e89b
Compare
Choose a tag to compare

Enhancements:

  • Don't leave temporary directory around when building extensions to
    improve build reproducibility. Pull request #4610 by baloo

bundler-v2.2.18

25 May 18:59
6a9e89b
Compare
Choose a tag to compare

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

v3.2.17

05 May 12:47
69cbd6e
Compare
Choose a tag to compare

Enhancements:

  • Only print month & year in deprecation messages. Pull request #3085 by
    Schwad
  • Make deprecate method support ruby3's keyword arguments. Pull request
    #4558 by mame
  • Update the default bindir on macOS. Pull request #4524 by nobu
  • Prefer File.open instead of Kernel#open. Pull request #4529 by mame

Documentation:

  • Fix usage messages to reflect the current POSIX-compatible behaviour.
    Pull request #4551 by graywolf-at-work

bundler-v2.2.17

05 May 12:46
69cbd6e
Compare
Choose a tag to compare

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

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