Skip to content

Commit

Permalink
Merge pull request #5778 from rubygems/cherry_pick_changelogs
Browse files Browse the repository at this point in the history
Changelogs for RubyGems 3.3.19 and Bundler 2.2.19
  • Loading branch information
deivid-rodriguez committed Jul 27, 2022
2 parents 0789bca + 47af6d8 commit 33471fa
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 3.3.19 / 2022-07-27

## Enhancements:

* Display mfa warnings on `gem signin`. Pull request #5590 by aellispierce
* Require fileutils more lazily when installing gems. Pull request #5738
by deivid-rodriguez
* Fix upgrading RubyGems with a customized `Gem.default_dir`. Pull request
#5728 by deivid-rodriguez
* Stop using `/dev/null` for silent ui for WASI platform. Pull request
#5703 by kateinoigakukun
* Unify loading `Gem::Requirement`. Pull request #5596 by deivid-rodriguez
* Installs bundler 2.3.19 as a default gem.

## Bug fixes:

* Fix `ruby setup.rb` with `--destdir` writing outside of `--destdir`.
Pull request #5737 by deivid-rodriguez

## Documentation:

* Fix wrong information about default RubyGems source. Pull request #5723
by tnir

# 3.3.18 / 2022-07-14

## Enhancements:
Expand Down
29 changes: 29 additions & 0 deletions bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 2.3.19 (July 27, 2022)

## Enhancements:

- Add `Bundler.settings[:only]` to install gems of the specified groups [#5759](https://github.com/rubygems/rubygems/pull/5759)
- Add `ignore_funding_requests` config flag [#5767](https://github.com/rubygems/rubygems/pull/5767)
- Prevent random crash when autoloading `Pathname` [#5769](https://github.com/rubygems/rubygems/pull/5769)
- Don't corrupt lockfile when user moves a gem that's already in the lockfile to an incorrect source by mistake [#5070](https://github.com/rubygems/rubygems/pull/5070)
- Reconcile error/warning message for multiple global sources with documentation [#5741](https://github.com/rubygems/rubygems/pull/5741)
- Improve error message when gems cannot be found to include the source for each gem [#5729](https://github.com/rubygems/rubygems/pull/5729)

## Bug fixes:

- Fix yet another TruffleRuby platform selection regression [#5746](https://github.com/rubygems/rubygems/pull/5746)
- Show a proper error if extension dir is not writable [#5726](https://github.com/rubygems/rubygems/pull/5726)

## Performance:

- Lazily check incomplete lockfile to improve performance [#5546](https://github.com/rubygems/rubygems/pull/5546)

## Documentation:

- Add deprecation notice of bundle inject [#5776](https://github.com/rubygems/rubygems/pull/5776)
- Add deprecation notice of `bundle viz` to man pages [#5765](https://github.com/rubygems/rubygems/pull/5765)
- Update command example in `bundle exec` man page [#5754](https://github.com/rubygems/rubygems/pull/5754)
- Remove bundle show from obsolete commands [#5753](https://github.com/rubygems/rubygems/pull/5753)
- Improve global source(s) documentation [#5732](https://github.com/rubygems/rubygems/pull/5732)
- Use https protocol for URLs for config mirror in bundler man [#5722](https://github.com/rubygems/rubygems/pull/5722)

# 2.3.18 (July 14, 2022)

## Enhancements:
Expand Down

0 comments on commit 33471fa

Please sign in to comment.