Skip to content

Commit 187e38e

Browse files
committed
Added 4.0.10 release announcement
1 parent c206885 commit 187e38e

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: 4.0.10 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.10 includes enhancements and bug fixes and Bundler 4.0.10 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.10
18+
19+
## RubyGems Release Notes
20+
21+
22+
### Enhancements:
23+
24+
* Ignore warnings with spec different platforms. Pull request [#8508](https://github.com/ruby/rubygems/pull/8508) by hsbt
25+
* Better algorithm for sorting gem version. Pull request [#9421](https://github.com/ruby/rubygems/pull/9421) by Edouard-chin
26+
* Update SPDX license list as of 2026-02-20. Pull request [#9434](https://github.com/ruby/rubygems/pull/9434) by hsbt
27+
* Installs bundler 4.0.10 as a default gem.
28+
29+
### Bug fixes:
30+
31+
* Register native extension files in default spec map. Pull request [#9431](https://github.com/ruby/rubygems/pull/9431) by hsbt
32+
* Fix NoMethodError in Gem.try_activate when activation conflicts occur. Pull request [#9404](https://github.com/ruby/rubygems/pull/9404) by hsbt
33+
34+
35+
## Bundler Release Notes
36+
37+
38+
### Enhancements:
39+
40+
* Ignore warnings with spec different platforms. Pull request [#8508](https://github.com/ruby/rubygems/pull/8508) by hsbt
41+
* Improve error message when current platform is not in lockfile. Pull request [#9439](https://github.com/ruby/rubygems/pull/9439) by 55728
42+
* Cache package version selection. Pull request [#9410](https://github.com/ruby/rubygems/pull/9410) by Edouard-chin
43+
* Check happy path first when comparing gem version. Pull request [#9417](https://github.com/ruby/rubygems/pull/9417) by Edouard-chin
44+
* [feature] default_cli_command for config what command bundler runs when no specific command is provided. Pull request [#8886](https://github.com/ruby/rubygems/pull/8886) by jonbarlo
45+
* Introduce a fast path for comparing Gem::Version. Pull request [#9414](https://github.com/ruby/rubygems/pull/9414) by Edouard-chin
46+
47+
### Bug fixes:
48+
49+
* Restore rb_sys dependency for Rust. Pull request [#9416](https://github.com/ruby/rubygems/pull/9416) by bangseongbeom
50+
51+
52+
## Manual Installation
53+
54+
To install RubyGems by hand see the [Download RubyGems][download] page.
55+
56+
SHA256 Checksums:
57+
58+
* rubygems-4.0.10.tgz
59+
6a225b7a8883de45d90c9b3f7ee14391759b286030ba1d1d77588cd7282e6cc7
60+
* rubygems-4.0.10.zip
61+
edbb019691ef32e5e086595f54e1bc24bcfe5b9fe77e27aa893c7c752ef190d9
62+
* rubygems-update-4.0.10.gem
63+
bd9dcd20076e809467739c868df95bcd628744f63e3b63d9df169d6223dabf6d
64+
65+
66+
[download]: https://rubygems.org/pages/download
67+

0 commit comments

Comments
 (0)