Skip to content

Commit 664756a

Browse files
Added 3.3.5 release announcement
1 parent 675849c commit 664756a

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: 3.3.5 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.3.5 includes enhancements, bug fixes and documentation.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Enhancements:_
18+
19+
* Don't activate `yaml` gem from RubyGems. Pull request #5266 by
20+
deivid-rodriguez
21+
* Let `gem fetch` understand `<gem>:<version>` syntax and
22+
`--[no-]suggestions` flag. Pull request #5242 by ximenasandoval
23+
* Installs bundler 2.3.5 as a default gem.
24+
25+
_## Bug fixes:_
26+
27+
* Fix `gem install <non-existent-gem> --force` crash. Pull request #5262
28+
by deivid-rodriguez
29+
* Fix longstanding `gem install` failure on JRuby. Pull request #5228 by
30+
deivid-rodriguez
31+
32+
_## Documentation:_
33+
34+
* Markup `Gem::Specification` documentation with RDoc notations. Pull
35+
request #5268 by nobu
36+
37+
38+
SHA256 Checksums:
39+
40+
* rubygems-3.3.5.tgz
41+
3de97c7635ce7bc8a91f575b83952c9fc50d244e744459817c7af49b5507480e
42+
* rubygems-3.3.5.zip
43+
896c817286d331743db66ba1d9fa91f22c63431c3af952466f8bb28ae9280991
44+
* rubygems-update-3.3.5.gem
45+
7d202c7cf0e1c704c3991128de1e4ab51fc012c0c6e3cdecd0f8455c466d8c18
46+
47+
48+
[download]: https://rubygems.org/pages/download
49+

0 commit comments

Comments
 (0)