Skip to content

Commit 5a08704

Browse files
Changelog for Rubygems version 3.5.5
1 parent b2c0e8a commit 5a08704

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 3.5.5 / 2024-01-18
2+
3+
## Enhancements:
4+
5+
* Installs bundler 2.5.5 as a default gem.
6+
7+
## Bug fixes:
8+
9+
* Fix `require` activation conflicts when requiring default gems under
10+
some situations. Pull request
11+
[#7379](https://github.com/rubygems/rubygems/pull/7379) by
12+
deivid-rodriguez
13+
* Use cache_home instead of data_home in default_spec_cache_dir. Pull
14+
request [#7331](https://github.com/rubygems/rubygems/pull/7331) by mrkn
15+
16+
## Documentation:
17+
18+
* Use squiggly heredocs in `Gem::Specification#description` documentation,
19+
so it doesn't add leading whitespace. Pull request
20+
[#7373](https://github.com/rubygems/rubygems/pull/7373) by bravehager
21+
122
# 3.5.4 / 2024-01-04
223

324
## Enhancements:

0 commit comments

Comments
 (0)