Skip to content

Commit 1f59334

Browse files
Added 3.5.12 release announcement
1 parent c0cd456 commit 1f59334

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: 3.5.12 Released
3+
layout: post
4+
author: David Rodriguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.12 includes enhancements and bug fixes.
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.5.12 as a default gem.
20+
21+
_## Bug fixes:_
22+
23+
* Fix `gem uninstall` unresolved specifications warning. Pull request
24+
[#7667](https://github.com/rubygems/rubygems/pull/7667) by
25+
deivid-rodriguez
26+
* Fix `gem pristine` sometimes failing to pristine user installed gems.
27+
Pull request [#7664](https://github.com/rubygems/rubygems/pull/7664) by
28+
deivid-rodriguez
29+
30+
31+
SHA256 Checksums:
32+
33+
* rubygems-3.5.12.tgz
34+
032ee73938e04f99247df5f6c3c262b9dbd67f87cb6d5fe1feeef69526fd21fa
35+
* rubygems-3.5.12.zip
36+
9f70f2719c041e6d0c0e948b7f3304a362d0cd9bca203c577854a4b0a68bbdb8
37+
* rubygems-update-3.5.12.gem
38+
bfa0b7e95272bd578e3e46ca5fe976b49c94ac111eb39a5b6f4124d9630812a7
39+
40+
41+
[download]: https://rubygems.org/pages/download
42+

0 commit comments

Comments
 (0)