Skip to content

Commit 6ccc6ba

Browse files
Merge pull request #7907 from rubygems/cherry_pick_changelogs
Changelogs for RubyGems 3.5.17 and Bundler 2.5.17
2 parents 45d2a9a + 1628546 commit 6ccc6ba

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 3.5.17 / 2024-08-01
2+
3+
## Enhancements:
4+
5+
* Explicitly encode `Gem::Dependency` to yaml. Pull request
6+
[#7867](https://github.com/rubygems/rubygems/pull/7867) by segiddins
7+
* Installs bundler 2.5.17 as a default gem.
8+
9+
## Bug fixes:
10+
11+
* Fix `gem list` regression when a regular gem shadows a default one. Pull
12+
request [#7892](https://github.com/rubygems/rubygems/pull/7892) by
13+
deivid-rodriguez
14+
* Always leave default gem executables around. Pull request
15+
[#7879](https://github.com/rubygems/rubygems/pull/7879) by
16+
deivid-rodriguez
17+
* Fix line comment issue for hash when loading gemrc. Pull request
18+
[#7857](https://github.com/rubygems/rubygems/pull/7857) by leetking
19+
120
# 3.5.16 / 2024-07-18
221

322
## Enhancements:

bundler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.5.17 (August 1, 2024)
2+
3+
## Enhancements:
4+
5+
- Print better log message when current platform is not present in the lockfile [#7891](https://github.com/rubygems/rubygems/pull/7891)
6+
- Explicitly encode `Gem::Dependency` to yaml [#7867](https://github.com/rubygems/rubygems/pull/7867)
7+
- Enable lockfile checksums on future Bundler 3 when there's no previous lockfile [#7805](https://github.com/rubygems/rubygems/pull/7805)
8+
9+
## Bug fixes:
10+
11+
- Fix truffleruby removing gems from lockfile [#7795](https://github.com/rubygems/rubygems/pull/7795)
12+
- Fix `bundle check` exit code when gem git source is not checked out [#7894](https://github.com/rubygems/rubygems/pull/7894)
13+
- Generate gems.rb from Gemfile.tt template for `bundle-gem` [#7853](https://github.com/rubygems/rubygems/pull/7853)
14+
- Fix git source cache being used as the install location [#4469](https://github.com/rubygems/rubygems/pull/4469)
15+
- Fix `bundle exec gem uninstall` [#7886](https://github.com/rubygems/rubygems/pull/7886)
16+
117
# 2.5.16 (July 18, 2024)
218

319
## Bug fixes:

0 commit comments

Comments
 (0)