Skip to content

Releases: rubygems/rubygems

v3.5.6

06 Feb 10:15
7ac045d
Compare
Choose a tag to compare

Enhancements:

  • Deep copy requirements in Gem::Specification and Gem::Requirement.
    Pull request #7439 by
    flavorjones
  • Change gem login message to clear up that username can be also used.
    Pull request #7422 by
    VitaliySerov
  • Add metadata for rubygems.org. Pull request
    #7435 by m-nakamura145
  • Improve gem login scope selection. Pull request
    #7342 by williantenfen
  • Vendor uri in RubyGems. Pull request
    #7386 by
    deivid-rodriguez
  • Installs bundler 2.5.6 as a default gem.

Bug fixes:

  • Skip to load commented out words. Pull request
    #7413 by hsbt
  • Fix rake runtime dependency warning for rake based extension. Pull
    request #7395 by ntkme

bundler-v2.5.6

06 Feb 10:13
7ac045d
Compare
Choose a tag to compare

Deprecations:

  • Refactor lockfile generation and deprecate Definition#lock with explicit lockfile #7047

Enhancements:

  • Bump required_ruby_version to be used in bundle gem template #7430

Bug fixes:

  • Fix musl platform not being added to the lockfile #7441
  • Let Bundler.with_original_env properly restore env variables originally empty #7383

v3.5.5

18 Jan 20:18
2efa8ce
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.5.5 as a default gem.

Bug fixes:

  • Fix require activation conflicts when requiring default gems under
    some situations. Pull request
    #7379 by
    deivid-rodriguez
  • Use cache_home instead of data_home in default_spec_cache_dir. Pull
    request #7331 by mrkn

Documentation:

  • Use squiggly heredocs in Gem::Specification#description documentation,
    so it doesn't add leading whitespace. Pull request
    #7373 by bravehager

bundler-v2.5.5

18 Jan 20:15
2efa8ce
Compare
Choose a tag to compare

Bug fixes:

  • Fix development dependency not being added if introduced by two gemspecs #7358
  • Fix ETag quoting regression in If-None-Match header of compact index request #7352

Documentation:

  • Refer to underscores as underscores #7364

v3.5.4

04 Jan 12:11
7ffda9b
Compare
Choose a tag to compare

Enhancements:

  • Always avoid "Updating rubygems-update" message. Pull request
    #7335 by
    deivid-rodriguez
  • Installs bundler 2.5.4 as a default gem.

Bug fixes:

  • Make gem update --system respect ruby version constraints. Pull
    request #7334 by
    deivid-rodriguez

bundler-v2.5.4

04 Jan 12:09
7ffda9b
Compare
Choose a tag to compare

Bug fixes:

  • Fix resolution when different platform specific gems have different dependencies #7324

v3.5.3

22 Dec 12:14
a04f70b
Compare
Choose a tag to compare

Enhancements:

  • Installs bundler 2.5.3 as a default gem.

bundler-v2.5.3

22 Dec 12:12
a04f70b
Compare
Choose a tag to compare

Bug fixes:

  • Fix incorrect error when Gemfile overrides a gemspec development dependency #7319

v3.5.2

21 Dec 14:38
0035192
Compare
Choose a tag to compare

Enhancements:

  • Support dynamic library loading with extension .so or .o. Pull request
    #7241 by hogelog
  • Installs bundler 2.5.2 as a default gem.

Performance:

  • Replace object_id comparison with identity Hash. Pull request
    #7303 by amomchilov
  • Use IO.copy_stream when reading, writing. Pull request
    #6958 by martinemde

bundler-v2.5.2

21 Dec 14:36
0035192
Compare
Choose a tag to compare

Enhancements:

  • Avoid vendored thor gem polluting the global namespace #7305

Bug fixes:

  • Fix bundle update --bundler when latest version does not support current ruby #7310
  • Fix incorrect lockfiles being generated in some situations #7307
  • Fix incorrect re-resolve messages #7306