Skip to content

Releases: ruby/rubygems

v4.0.6

05 Feb 01:42
0947d9c

Choose a tag to compare

Enhancements:

  • Update vendored resolv to 0.7.0. Pull request
    #9298 by hsbt
  • Installs bundler 4.0.6 as a default gem.

bundler-v4.0.6

05 Feb 01:44
0947d9c

Choose a tag to compare

Bug fixes:

  • Fix gzip cache corruption when recovering from HTTP 416 responses #9272
  • Fallback git/path sources to default source #9301
  • Ensure revision is always re-resolved in git_proxy.rb #9294

Documentation:

  • Clarify local gem override docs to require git-sourced gems #9305

bundler-v4.0.5

29 Jan 00:15
6d11c1f

Choose a tag to compare

Enhancements:

  • Fix Bundler that re-exec $0 when a version is present in the config: #9249

Bug fixes:

  • Only use parent source with Git and Path sources #9269

v4.0.5

29 Jan 00:13
6d11c1f

Choose a tag to compare

Enhancements:

  • Removed unused deprecate loading. Pull request
    #9266 by hsbt
  • Validate executable names for invalid characters. Pull request
    #9257 by hsbt
  • Installs bundler 4.0.5 as a default gem.

Bug fixes:

  • Fix RubyGems not able to require the right gem:. Pull request
    #9246 by Edouard-chin
  • Remove special behavior for rake. Pull request
    #9245 by JasonLunn

Documentation:

  • Added another usage of pristine command. Pull request
    #9255 by hsbt

v4.0.4

15 Jan 01:11
49e812f

Choose a tag to compare

Enhancements:

  • Remove date require from rebuild command. Pull request
    #9232 by jeremyevans
  • Installs bundler 4.0.4 as a default gem.

Bug fixes:

  • Add a missing "require 'etc'" statement:. Pull request
    #9242 by Edouard-chin

bundler-v4.0.4

15 Jan 01:13
49e812f

Choose a tag to compare

Enhancements:

  • Validate more options for add sub-command #5905
  • Support Ruby 4.1 #9219

Bug fixes:

  • Fix dependency source bug in bundler #9213
  • Retain current bundler version on bundle clean #9221

v4.0.3

23 Dec 06:10
28c66ec

Choose a tag to compare

Enhancements:

  • Installs bundler 4.0.3 as a default gem.

Documentation:

  • Fix broken documentation links. Pull request
    #9208 by eileencodes

bundler-v4.0.3

23 Dec 06:11
28c66ec

Choose a tag to compare

Enhancements:

  • Fall back to ruby platform gem when precompiled variant is incompatible #9211

bundler-v4.0.2

17 Dec 00:20
03359f8

Choose a tag to compare

Enhancements:

  • Support single quotes in mise format ruby version #9183
  • Tweak the Bundler's "X gems now installed message": #9194

Bug fixes:

  • Allow to show cli_help with bundler executable #9198
  • Allow bundle pristine to work for git gems in the same repo #9196

v4.0.2

17 Dec 00:18
03359f8

Choose a tag to compare

Enhancements:

  • Pass down value of BUNDLE_JOBS to RubyGems before compiling &
    introduce a new gem install -j flag. Pull request
    #9171 by Edouard-chin
  • Installs bundler 4.0.2 as a default gem.