Skip to content

Commit 3db4321

Browse files
committed
Added 4.0.7 release announcement
1 parent c046703 commit 3db4321

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 4.0.7 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.7 includes enhancements and documentation and Bundler 4.0.7 includes enhancements, 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.7
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Add Gem.disable_system_update_message in setup.rb. Pull request
25+
[#9020](https://github.com/ruby/rubygems/pull/9020) by hyuraku
26+
* Print message when signing in with an existing API key. Pull request
27+
[#9312](https://github.com/ruby/rubygems/pull/9312) by hsbt
28+
* Installs bundler 4.0.7 as a default gem.
29+
30+
### Documentation:
31+
32+
* Document gemspecs must be deterministic. Pull request
33+
[#9321](https://github.com/ruby/rubygems/pull/9321) by fxn
34+
* Remove "##" from a comment to require. Pull request
35+
[#9306](https://github.com/ruby/rubygems/pull/9306) by tompng
36+
37+
38+
## Bundler Release Notes
39+
40+
41+
### Enhancements:
42+
43+
- Don't check whether a plugin needs to be installed: [#9328](https://github.com/ruby/rubygems/pull/9328)
44+
- [rust gem] Major improvements for gem scaffolding (rebased) [#8455](https://github.com/ruby/rubygems/pull/8455)
45+
- Fix(bundler): only preload git sources for requested groups [#9234](https://github.com/ruby/rubygems/pull/9234)
46+
- Raise error when gem contains capital letters [#5432](https://github.com/ruby/rubygems/pull/5432)
47+
48+
### Bug fixes:
49+
50+
- Fix Bundler crashing when it tries to install plugin: [#9335](https://github.com/ruby/rubygems/pull/9335)
51+
- Run git operations in parallel (take 2): [#9323](https://github.com/ruby/rubygems/pull/9323)
52+
- Add support for help flag in plugin commands [#9263](https://github.com/ruby/rubygems/pull/9263)
53+
54+
### Documentation:
55+
56+
- [DOC] Fix link in Bundler [#9315](https://github.com/ruby/rubygems/pull/9315)
57+
58+
59+
## Manual Installation
60+
61+
To install RubyGems by hand see the [Download RubyGems][download] page.
62+
63+
SHA256 Checksums:
64+
65+
* rubygems-4.0.7.tgz
66+
80578da300518eca7abebb4c89ad26e5751ac8a77919f246b4fed67609f919e3
67+
* rubygems-4.0.7.zip
68+
e6c46b17a7495a8fdeef91de1bf76d225e0ec4f164e6b88ea5f38f43ca531ba8
69+
* rubygems-update-4.0.7.gem
70+
273c1291b85cd5882b10242e3c8463995164bcb2d37c2a92347ecd04fa5ae99a
71+
72+
73+
[download]: https://rubygems.org/pages/download
74+

0 commit comments

Comments
 (0)