Skip to content

Commit 673d8d6

Browse files
committed
Added 4.0.5 release announcement
1 parent cfb59c8 commit 673d8d6

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: 4.0.5 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.5 includes enhancements, bug fixes and documentation and Bundler 4.0.5 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.5
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Removed unused deprecate loading. Pull request
25+
[#9266](https://github.com/ruby/rubygems/pull/9266) by hsbt
26+
* Validate executable names for invalid characters. Pull request
27+
[#9257](https://github.com/ruby/rubygems/pull/9257) by hsbt
28+
* Installs bundler 4.0.5 as a default gem.
29+
30+
### Bug fixes:
31+
32+
* Fix RubyGems not able to require the right gem:. Pull request
33+
[#9246](https://github.com/ruby/rubygems/pull/9246) by Edouard-chin
34+
* Remove special behavior for rake. Pull request
35+
[#9245](https://github.com/ruby/rubygems/pull/9245) by JasonLunn
36+
37+
### Documentation:
38+
39+
* Added another usage of pristine command. Pull request
40+
[#9255](https://github.com/ruby/rubygems/pull/9255) by hsbt
41+
42+
43+
## Bundler Release Notes
44+
45+
46+
### Enhancements:
47+
48+
- Fix Bundler that re-exec $0 when a `version` is present in the config: [#9249](https://github.com/ruby/rubygems/pull/9249)
49+
50+
### Bug fixes:
51+
52+
- Only use parent source with Git and Path sources [#9269](https://github.com/ruby/rubygems/pull/9269)
53+
54+
55+
## Manual Installation
56+
57+
To install RubyGems by hand see the [Download RubyGems][download] page.
58+
59+
SHA256 Checksums:
60+
61+
* rubygems-4.0.5.tgz
62+
f3d3be045119301be1f2dbb4d6ac018a76f2969a367cf072c94ce06392961c75
63+
* rubygems-4.0.5.zip
64+
a890bd73dd7f9382cdf9e89655f8b626eac919080a8e67d5cfffb74ee5bd24d4
65+
* rubygems-update-4.0.5.gem
66+
00f14f539debafb3c207cf4d5af097bd458bc57d12538354275da3ebdc8276a0
67+
68+
69+
[download]: https://rubygems.org/pages/download
70+

0 commit comments

Comments
 (0)