Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.0.3 / 2025-12-23

### Enhancements:

* Installs bundler 4.0.3 as a default gem.

### Documentation:

* Fix broken documentation links. Pull request
[#9208](https://github.com/ruby/rubygems/pull/9208) by eileencodes
Comment on lines +11 to +12
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation line appears incomplete. It states "Fix broken documentation links. Pull request" but doesn't complete the sentence structure naturally. Consider revising to "Fix broken documentation links. Pull request #9208 by eileencodes" or simply "Fix broken documentation links (#9208 by eileencodes)" for better readability.

Suggested change
* Fix broken documentation links. Pull request
[#9208](https://github.com/ruby/rubygems/pull/9208) by eileencodes
* Fix broken documentation links. Pull request [#9208](https://github.com/ruby/rubygems/pull/9208) by eileencodes

Copilot uses AI. Check for mistakes.

## 4.0.2 / 2025-12-17

### Enhancements:
Expand Down
6 changes: 6 additions & 0 deletions bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.3 (2025-12-23)

### Enhancements:

- Fall back to ruby platform gem when precompiled variant is incompatible [#9211](https://github.com/ruby/rubygems/pull/9211)

## 4.0.2 (2025-12-17)

### Enhancements:
Expand Down