Skip to content

Releases: rubygems/rubygems

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

v3.4.14

12 Jun 12:27
69f47cf
Compare
Choose a tag to compare

Enhancements:

  • Load plugin immediately. Pull request
    #6673 by kou
  • Installs bundler 2.4.14 as a default gem.

Documentation:

  • Clarify what the rubygems-update gem is for, and link to source code
    and guides. Pull request
    #6710 by davetron5000

bundler-v2.4.14

12 Jun 12:25
69f47cf
Compare
Choose a tag to compare

Enhancements:

  • Stop publishing Gemfile in default gem template #6723
  • Avoid infinite loops when hitting resolution bugs #6722
  • Make LockfileParser usable with just a lockfile #6694
  • Always rely on $LOAD_PATH when jumping from exe/ to lib/ #6702
  • Make frozen setting take precedence over deployment setting #6685
  • Show an error when trying to update bundler in frozen mode #6684

Bug fixes:

  • Fix deployment vs path precedence #6703
  • Fix inline mode with multiple sources #6699

v3.4.13

10 May 07:57
26eb456
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.13 as a default gem.

bundler-v2.4.13

10 May 07:55
26eb456
Compare
Choose a tag to compare

Bug fixes:

  • Fix unexpected fallbacks to full index by adding FalseClass and Time to the SafeMarshal list #6655

Documentation:

  • Fix broken hyperlinks in bundle cache documentation #6606

v3.4.12

11 Apr 21:31
e2cf278
Compare
Choose a tag to compare

Enhancements:

  • [Experimental] Add WebAuthn Support to the CLI. Pull request
    #6560 by jenshenny
  • Installs bundler 2.4.12 as a default gem.

bundler-v2.4.12

11 Apr 21:29
e2cf278
Compare
Choose a tag to compare

Enhancements:

  • Remove reference to pry gem from generated bin/console file #6515

v3.4.11

10 Apr 20:32
be1d1b4
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.4.11 as a default gem.

bundler-v2.4.11

10 Apr 20:30
be1d1b4
Compare
Choose a tag to compare

Security:

Enhancements:

  • Remove one fallback to full indexes on big gemfiles #6578
  • Generate native gems with -fvisibility=hidden #6541

Bug fixes:

  • Fix resolver hangs when dealing with an incomplete lockfile #6552
  • Fix prereleases not being considered by gem version promoter when there's no lockfile #6537