Rubygems Versions Save

Library packaging and distribution for Ruby.

v3.5.9

1 month ago

Enhancements:

  • Installs bundler 2.5.9 as a default gem.

bundler-v2.5.9

1 month ago

Bug fixes:

  • Fix installing plugins via relative paths #7571

v3.5.8

1 month ago

Security:

  • Respect global umask when writing regular files. Pull request #7518 by deivid-rodriguez

Enhancements:

  • Allow string keys with gemrc. Pull request #7543 by hsbt
  • [Experimental] Add "gem rebuild" command. Pull request #4913 by duckinator
  • Installs bundler 2.5.8 as a default gem.

Bug fixes:

  • Fix NoMethodError crash when building errors about corrupt package files. Pull request #7539 by jez
  • Fix resolver to properly intersect Arrays of Gem::Resolver::Activation objects. Pull request #7537 by deivid-rodriguez

bundler-v2.5.8

1 month ago

Enhancements:

  • Allow installing plugins from path via CLI #6960
  • Improve validation of bundle plugin install options #7529

Bug fixes:

  • Fix resolver error message when it runs out of versions due to --strict --patch filtering out everything #7527
  • Fix incorrect bundle update --bundler message #7516

v3.5.7

1 month ago

Enhancements:

  • Warn on empty or open required_ruby_version specification attribute. Pull request #5010 by simi
  • Control whether YAML aliases are enabled in Gem::SafeYAML.safe_load via attribute. Pull request #7464 by segiddins
  • Update SPDX license list as of 2024-02-08. Pull request #7468 by github-actions[bot]
  • Installs bundler 2.5.7 as a default gem.

Bug fixes:

  • Allow prerelease activation (even if requirement is not explicit about it) when it's the only possibility. Pull request #7428 by kimesf

Documentation:

  • Fix a typo. Pull request #7505 by hsbt
  • Use https instead of http in documentation links. Pull request #7481 by hsbt

bundler-v2.5.7

1 month ago

Deprecations:

  • Deprecate bundle plugin install --local-git= #7048

Enhancements:

  • Ignore commented out keys in config file #7514
  • Fix exclusion of .gemspec file itself in bundle gem generated gemspec file #7488
  • Remove redundant configs from bundle gem generated rubocop configuration #7478
  • Add gitlab: git source shorthand #7449
  • Use full path for instance_eval in Bundler::DSL#eval_gemfile #7471

Documentation:

  • Use https instead of http in documentation links #7481

v3.5.6

3 months ago

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

3 months ago

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

3 months ago

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

3 months ago

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