Skip to content

Commit 4109bcc

Browse files
committed
Added 4.0.0.beta2 release announcement
1 parent b985b01 commit 4109bcc

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: 4.0.0.beta2 Released
3+
layout: post
4+
author: Hiroshi SHIBATA
5+
author_email: hsbt@ruby-lang.org
6+
---
7+
8+
RubyGems 4.0.0.beta2 includes deprecations, enhancements and bug fixes and Bundler 4.0.0.beta2 includes features, 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.0.beta2
18+
19+
## RubyGems Release Notes
20+
21+
22+
_### Deprecations:_
23+
24+
* Deprecate comparing Gem::Version objects with strings. Pull request
25+
[#9085](https://github.com/ruby/rubygems/pull/9085) by tenderlove
26+
27+
_### Enhancements:_
28+
29+
* Undeprecate Gem::Version#<=> against strings. Pull request
30+
[#9110](https://github.com/ruby/rubygems/pull/9110) by byroot
31+
* Installs bundler 4.0.0.beta2 as a default gem.
32+
33+
_### Bug fixes:_
34+
35+
* Respect `BUNDLE_VERSION` config at Gem::BundlerVersionFinder. Pull
36+
request [#9106](https://github.com/ruby/rubygems/pull/9106) by hsbt
37+
38+
39+
## Bundler Release Notes
40+
41+
42+
_### Features:_
43+
44+
- Support bundle install --lockfile option [#9111](https://github.com/ruby/rubygems/pull/9111)
45+
- Add support for lockfile in Gemfile and bundle install --no-lock [#9059](https://github.com/ruby/rubygems/pull/9059)
46+
47+
_### Performance:_
48+
49+
- Run git operations in parallel to speed things up: [#9100](https://github.com/ruby/rubygems/pull/9100)
50+
51+
_### Enhancements:_
52+
53+
- Fixup GH-9085 [#9108](https://github.com/ruby/rubygems/pull/9108)
54+
- Add go_gem/rake_task for Go native extention gem skeleton [#9105](https://github.com/ruby/rubygems/pull/9105)
55+
- Keep legacy windows platform, not removed them [#9104](https://github.com/ruby/rubygems/pull/9104)
56+
57+
_### Bug fixes:_
58+
59+
- Check for file existence before deletion from cache [#9095](https://github.com/ruby/rubygems/pull/9095)
60+
61+
62+
## Manual Installation
63+
64+
To install RubyGems by hand see the [Download RubyGems][download] page.
65+
66+
SHA256 Checksums:
67+
68+
* rubygems-4.0.0.beta2.tgz
69+
56363005d89de2e7d0ffb309ea966eff32e4aba80364366b0aac47cca6536748
70+
* rubygems-4.0.0.beta2.zip
71+
66cda8eaf12a0c20e0b44461c9d6bd33b647c03c333c0c59cd49b8ba7dce5dcf
72+
* rubygems-update-4.0.0.beta2.gem
73+
6aa2c4352e176b97982ffe8d85cd285730c04f980b35d093af3975ca8a89c6a7
74+
75+
76+
[download]: https://rubygems.org/pages/download
77+

0 commit comments

Comments
 (0)