Skip to content

Commit 4cafbb0

Browse files
Added 3.6.1 release announcement
1 parent 64948b0 commit 4cafbb0

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: 3.6.1 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.6.1 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+
* Installs bundler 2.6.1 as a default gem.
20+
21+
_## Bug fixes:_
22+
23+
* Fix `gem info` tagging some non default gems as default. Pull request
24+
[#8321](https://github.com/rubygems/rubygems/pull/8321) by
25+
deivid-rodriguez
26+
27+
_## Documentation:_
28+
29+
* Fix broken links. Pull request
30+
[#8327](https://github.com/rubygems/rubygems/pull/8327) by st0012
31+
32+
33+
SHA256 Checksums:
34+
35+
* rubygems-3.6.1.tgz
36+
ac455588155a52a6ecd9aeb43f9fc3099c004838172401d4e8388724c52d22ef
37+
* rubygems-3.6.1.zip
38+
efe8b01f3cbbed533f4e791eda4bbd36e1165c95e478b7ca903ce27b47948760
39+
* rubygems-update-3.6.1.gem
40+
fae1597ff2d479939a81a4b9d57c39b4797c645917ba5fac79eae8ead188f5eb
41+
42+
43+
[download]: https://rubygems.org/pages/download
44+

0 commit comments

Comments
 (0)