Skip to content

Releases: rubygems/rubygems

v3.4.19

17 Aug 19:41
86f9809
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.19 as a default gem.

Performance:

  • Speedup building docs when updating rubygems. Pull request
    #6864 by
    deivid-rodriguez

bundler-v2.4.19

17 Aug 19:39
86f9809
Compare
Choose a tag to compare

Enhancements:

  • Add file option to ruby method in Gemfile #6876
  • Show better error when PAT can't authenticate to a private server #6871
  • Don't fallback to old dependency API when bad credentials are configured #6869

Bug fixes:

  • Fix git source conservativeness #6850

Documentation:

  • Clarify that bundle info takes a gem name #6875

v3.4.18

02 Aug 08:25
d2e3d8e
Compare
Choose a tag to compare

Enhancements:

  • Add poller to fetch WebAuthn OTP. Pull request
    #6774 by jenshenny
  • Remove side effects when unmarshaling old Gem::Specification. Pull
    request #6825 by nobu
  • Ship rubygems executables in exe folder. Pull request
    #6704 by hsbt
  • Installs bundler 2.4.18 as a default gem.

bundler-v2.4.18

02 Aug 08:22
d2e3d8e
Compare
Choose a tag to compare

Security:

  • Merge URI-0.12.2 for Bundler #6779

Enhancements:

  • Update Magnus version in Rust extension gem template #6843

Documentation:

  • Update bundle-outdated(1) man to use table output #6833

v3.4.17

14 Jul 11:13
36ea2bc
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.17 as a default gem.

Performance:

  • Avoid unnecessary work for private local gem installation. Pull request
    #6810 by
    deivid-rodriguez

bundler-v2.4.17

14 Jul 11:11
36ea2bc
Compare
Choose a tag to compare

Enhancements:

  • Avoid printing "Using ..." messages when version has not changed #6804

Bug fixes:

  • Fix bundler/setup unintendedly writing to the filesystem #6814

v3.4.16

10 Jul 18:29
bd573c7
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.16 as a default gem.

bundler-v2.4.16

10 Jul 18:27
bd573c7
Compare
Choose a tag to compare

Bug fixes:

  • Exclude Bundler from missing locked dependencies check #6792
  • Fix another incorrect removal of "ruby" platform from lockfile when changing path sources #6784
  • Fix git source lockfile instability #6786

Documentation:

  • gemfile.5: Code format the default glob to escape Markdown #6790

v3.4.15

29 Jun 17:33
702f922
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.15 as a default gem.

Bug fixes:

  • Autoload shellwords when it's needed. Pull request
    #6734 by ioquatix

Documentation:

  • Update command to test local gem command changes. Pull request
    #6761 by jenshenny

bundler-v2.4.15

29 Jun 17:31
702f922
Compare
Choose a tag to compare

Enhancements:

  • Improve edge case error message #6733

Bug fixes:

  • Fix bundle lock --update --bundler #6213