Skip to content

Commit cb583ea

Browse files
committed
Added 4.0.2 release announcement
1 parent d9def7b commit cb583ea

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: 4.0.2 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.2 includes enhancements and Bundler 4.0.2 includes enhancements and bug fixes.
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.2
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Pass down value of `BUNDLE_JOBS` to RubyGems before compiling &
25+
introduce a new `gem install -j` flag. Pull request
26+
[#9171](https://github.com/ruby/rubygems/pull/9171) by Edouard-chin
27+
* Installs bundler 4.0.2 as a default gem.
28+
29+
30+
## Bundler Release Notes
31+
32+
33+
### Enhancements:
34+
35+
- Support single quotes in mise format ruby version [#9183](https://github.com/ruby/rubygems/pull/9183)
36+
- Tweak the Bundler's "X gems now installed message": [#9194](https://github.com/ruby/rubygems/pull/9194)
37+
38+
### Bug fixes:
39+
40+
- Allow to show cli_help with `bundler` executable [#9198](https://github.com/ruby/rubygems/pull/9198)
41+
- Allow bundle pristine to work for git gems in the same repo [#9196](https://github.com/ruby/rubygems/pull/9196)
42+
43+
44+
## Manual Installation
45+
46+
To install RubyGems by hand see the [Download RubyGems][download] page.
47+
48+
SHA256 Checksums:
49+
50+
* rubygems-4.0.2.tgz
51+
a5fdbcbd3cbd616360fc9b82d75cdfa1aea3cf1aa357496d8aecce6574d85bf8
52+
* rubygems-4.0.2.zip
53+
9f395a4a1c1a6a3a85b94eadc1960d7455818099317ce1111f393a17adb59ae2
54+
* rubygems-update-4.0.2.gem
55+
f9d627eaee40c74d784274aa6ac7d74ddc468223d947f8ade136905944154883
56+
57+
58+
[download]: https://rubygems.org/pages/download
59+

0 commit comments

Comments
 (0)