Skip to content

Commit e97c39d

Browse files
committed
Added 4.0.1 release announcement
1 parent fc5eb60 commit e97c39d

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: 4.0.1 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.1 includes enhancements, bug fixes and documentation and Bundler 4.0.1 includes performance, 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.1
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Installs bundler 4.0.1 as a default gem.
25+
26+
### Bug fixes:
27+
28+
* Fixed unexpected default bundler installation. Pull request
29+
[#9167](https://github.com/ruby/rubygems/pull/9167) by hsbt
30+
31+
### Documentation:
32+
33+
* Update contributing docs with `RGV`. Pull request
34+
[#9155](https://github.com/ruby/rubygems/pull/9155) by eileencodes
35+
36+
37+
## Bundler Release Notes
38+
39+
40+
### Performance:
41+
42+
- Increase connection pool to allow for up to 70% speed increase on `bundle install` [#9087](https://github.com/ruby/rubygems/pull/9087)
43+
44+
### Enhancements:
45+
46+
- Fix the config suggestion in the warning for `$ bundle` [#9164](https://github.com/ruby/rubygems/pull/9164)
47+
- Fix native extension loading in newgem template for RHEL-based systems [#9156](https://github.com/ruby/rubygems/pull/9156)
48+
49+
### Bug fixes:
50+
51+
- Fix Bundler removing executables after creating them [#9169](https://github.com/ruby/rubygems/pull/9169)
52+
53+
54+
## Manual Installation
55+
56+
To install RubyGems by hand see the [Download RubyGems][download] page.
57+
58+
SHA256 Checksums:
59+
60+
* rubygems-4.0.1.tgz
61+
efbdf2a575544198f0f9516dbffac2b0d576fbb504aea6d52d1976d0db512652
62+
* rubygems-4.0.1.zip
63+
98b829062f6f030603ed2243b9d05c6db6718c04b6d8589d68038474ec99adf3
64+
* rubygems-update-4.0.1.gem
65+
c2ff99782fc56f649d04edb3f88bbbb6c50d731d8dc87e2c0670dc79536e5c73
66+
67+
68+
[download]: https://rubygems.org/pages/download
69+

0 commit comments

Comments
 (0)