Skip to content

Commit 69d6268

Browse files
Merge pull request #5827 from rubygems/cherry_pick_changelogs
Changelogs for RubyGems 3.3.20 and Bundler 2.2.20
2 parents dfbb5a3 + d5c44d7 commit 69d6268

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 3.3.20 / 2022-08-10
2+
3+
## Enhancements:
4+
5+
* Include backtrace with crashes by default. Pull request #5811 by
6+
deivid-rodriguez
7+
* Don't create broken symlinks when a gem includes them, but print a
8+
warning instead. Pull request #5801 by deivid-rodriguez
9+
* Warn (rather than crash) when setting `nil` specification versions. Pull
10+
request #5794 by deivid-rodriguez
11+
* Installs bundler 2.3.20 as a default gem.
12+
13+
## Bug fixes:
14+
15+
* Always consider installed specs for resolution, even if prereleases.
16+
Pull request #5821 by deivid-rodriguez
17+
* Fix `gem install` with `--platform` flag not matching simulated platform
18+
correctly. Pull request #5820 by deivid-rodriguez
19+
* Fix platform matching for index specs. Pull request #5795 by Ilushkanama
20+
121
# 3.3.19 / 2022-07-27
222

323
## Enhancements:

bundler/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 2.3.20 (August 10, 2022)
2+
3+
## Enhancements:
4+
5+
- Consistently ignore patchlevel when reporting `bundle platform --ruby` [#5793](https://github.com/rubygems/rubygems/pull/5793)
6+
- Make `--standalone` play nice with `--local` [#5762](https://github.com/rubygems/rubygems/pull/5762)
7+
- Implement `bundle install --prefer-local` [#5761](https://github.com/rubygems/rubygems/pull/5761)
8+
9+
## Bug fixes:
10+
11+
- Fix regression where yanked gems are now unintentionally updated when other gems are unlocked [#5812](https://github.com/rubygems/rubygems/pull/5812)
12+
- Automatically remove "ruby" from lockfile if incomplete [#5807](https://github.com/rubygems/rubygems/pull/5807)
13+
- Fix `bundle outdated --strict` showing too many outdated gems [#5798](https://github.com/rubygems/rubygems/pull/5798)
14+
- Don't discard candidates matching Ruby metadata [#5784](https://github.com/rubygems/rubygems/pull/5784)
15+
- Fix `bundle outdated` crash in debug mode [#5796](https://github.com/rubygems/rubygems/pull/5796)
16+
- Fix `ruby` DSL requirement matching for head and prerelease rubies [#5766](https://github.com/rubygems/rubygems/pull/5766)
17+
18+
## Documentation:
19+
20+
- Update Bundler support policies to match what we do these days [#5813](https://github.com/rubygems/rubygems/pull/5813)
21+
- Fix arguments for bundle-config(1) docs [#5804](https://github.com/rubygems/rubygems/pull/5804)
22+
- Improve `bundle platform` man page [#5788](https://github.com/rubygems/rubygems/pull/5788)
23+
- Remove `bundle cache` from deprecated commands list, and consistently link to `bundle cache` in man pages [#5783](https://github.com/rubygems/rubygems/pull/5783)
24+
- Add package/pack aliases to man pages for cache [#5785](https://github.com/rubygems/rubygems/pull/5785)
25+
- Add deprecation notice of bundle console [#5775](https://github.com/rubygems/rubygems/pull/5775)
26+
127
# 2.3.19 (July 27, 2022)
228

329
## Enhancements:

0 commit comments

Comments
 (0)