Skip to content

Commit cf19b4f

Browse files
committed
Added 4.0.6 release announcement
1 parent 673d8d6 commit cf19b4f

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: 4.0.6 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.6 includes enhancements and Bundler 4.0.6 includes bug fixes and documentation.
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.6
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Update vendored resolv to 0.7.0. Pull request
25+
[#9298](https://github.com/ruby/rubygems/pull/9298) by hsbt
26+
* Installs bundler 4.0.6 as a default gem.
27+
28+
29+
## Bundler Release Notes
30+
31+
32+
### Bug fixes:
33+
34+
- Fix gzip cache corruption when recovering from HTTP 416 responses [#9272](https://github.com/ruby/rubygems/pull/9272)
35+
- Fallback git/path sources to default source [#9301](https://github.com/ruby/rubygems/pull/9301)
36+
- Ensure revision is always re-resolved in `git_proxy.rb` [#9294](https://github.com/ruby/rubygems/pull/9294)
37+
38+
### Documentation:
39+
40+
- Clarify local gem override docs to require git-sourced gems [#9305](https://github.com/ruby/rubygems/pull/9305)
41+
42+
43+
## Manual Installation
44+
45+
To install RubyGems by hand see the [Download RubyGems][download] page.
46+
47+
SHA256 Checksums:
48+
49+
* rubygems-4.0.6.tgz
50+
98049c08fb8a94a12cc10c43ef4997faec76c4c6f328733a938f1ca6aa2c811e
51+
* rubygems-4.0.6.zip
52+
5dc4e49b1399a99465bf1ea4c188d920fbe28e0b7193a3dc44891216e1b1d5ff
53+
* rubygems-update-4.0.6.gem
54+
bbd93b2e1410ebc41d22e07c1b3346d03b633b09b12421bf0b776ad5c9a3acc4
55+
56+
57+
[download]: https://rubygems.org/pages/download
58+

0 commit comments

Comments
 (0)