Skip to content

Releases: ruby/rubygems

v4.0.8

10 Mar 23:58
1a32b76

Choose a tag to compare

Enhancements:

  • Use JSON for cargo metadata parsing. Pull request
    #9373 by hsbt
  • Fix NameError in Gem::Request.get_proxy_from_env when requiring
    rubygems/request directly. Pull request
    #9362 by afurm
  • Installs bundler 4.0.8 as a default gem.

Documentation:

  • Unify Compact Index API naming. Pull request
    #9372 by simi

bundler-v4.0.8

11 Mar 00:00
1a32b76

Choose a tag to compare

Enhancements:

  • Add a new Bundler config to control how many specs are fetched #9363
  • Restrict GitHub Actions workflow permissions for newgem #9361

Bug fixes:

  • Fix plugin new version not registering #9355

bundler-v4.0.7

25 Feb 00:12
049c458

Choose a tag to compare

Enhancements:

  • Don't check whether a plugin needs to be installed: #9328
  • [rust gem] Major improvements for gem scaffolding (rebased) #8455
  • Fix(bundler): only preload git sources for requested groups #9234
  • Raise error when gem contains capital letters #5432

Bug fixes:

  • Fix Bundler crashing when it tries to install plugin: #9335
  • Run git operations in parallel (take 2): #9323
  • Add support for help flag in plugin commands #9263

Documentation:

  • [DOC] Fix link in Bundler #9315

v4.0.7

25 Feb 00:10
049c458

Choose a tag to compare

Enhancements:

  • Add Gem.disable_system_update_message in setup.rb. Pull request
    #9020 by hyuraku
  • Print message when signing in with an existing API key. Pull request
    #9312 by hsbt
  • Installs bundler 4.0.7 as a default gem.

Documentation:

  • Document gemspecs must be deterministic. Pull request
    #9321 by fxn
  • Remove "##" from a comment to require. Pull request
    #9306 by tompng

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