Skip to content

Commit f111a8f

Browse files
committed
Added 4.0.3 release announcement
1 parent cb583ea commit f111a8f

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: 4.0.3 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.3 includes enhancements and documentation and Bundler 4.0.3 includes enhancements.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system [--pre]
13+
14+
To update to the latest Bundler you can run:
15+
16+
gem install bundler [--pre]
17+
bundle update --bundler=4.0.3
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Installs bundler 4.0.3 as a default gem.
25+
26+
### Documentation:
27+
28+
* Fix broken documentation links. Pull request
29+
[#9208](https://github.com/ruby/rubygems/pull/9208) by eileencodes
30+
31+
32+
## Bundler Release Notes
33+
34+
35+
### Enhancements:
36+
37+
- Fall back to ruby platform gem when precompiled variant is incompatible [#9211](https://github.com/ruby/rubygems/pull/9211)
38+
39+
40+
## Manual Installation
41+
42+
To install RubyGems by hand see the [Download RubyGems][download] page.
43+
44+
SHA256 Checksums:
45+
46+
* rubygems-4.0.3.tgz
47+
f5f728a40603773eec1a5c0857693485e7a118619f6ae70dcece6c2e719129a0
48+
* rubygems-4.0.3.zip
49+
2b8c02560ed846e7e007564a97ef2d1c5b6f77d1f957ed4d4e5635a3083a83b7
50+
* rubygems-update-4.0.3.gem
51+
eeb62154c557a5750f28a30e7361b7d333631db6178cd4ccafe7b3361ffdbb1e
52+
53+
54+
[download]: https://rubygems.org/pages/download
55+

0 commit comments

Comments
 (0)