Skip to content

Commit 3df3ea1

Browse files
Added 3.6.3 release announcement
1 parent 7c2a751 commit 3df3ea1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

_posts/2025-01-16-3.6.3-released.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: 3.6.3 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.6.3 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+
* Add credentials file path to `gem env`. Pull request
20+
[#8375](https://github.com/rubygems/rubygems/pull/8375) by duckinator
21+
* Update SPDX license list as of 2024-12-30. Pull request
22+
[#8387](https://github.com/rubygems/rubygems/pull/8387) by
23+
github-actions[bot]
24+
* Installs bundler 2.6.3 as a default gem.
25+
26+
_## Bug fixes:_
27+
28+
* Fix `@licenses` array unmarshalling. Pull request
29+
[#8411](https://github.com/rubygems/rubygems/pull/8411) by rykov
30+
31+
32+
SHA256 Checksums:
33+
34+
* rubygems-3.6.3.tgz
35+
ed284c404da69a5fdb43c9d37b86e56f3c3f43a7bee85ac47cf2fb3a136f00ea
36+
* rubygems-3.6.3.zip
37+
703b862f72ec3728ddaa0cf148fb3c066aa67e510e819d00626b6509223e701d
38+
* rubygems-update-3.6.3.gem
39+
6a46f9876e0ed8b5d9d1bd789b0c3308490eb5e7d21d0571ab4ef2d64211bb4f
40+
41+
42+
[download]: https://rubygems.org/pages/download
43+

0 commit comments

Comments
 (0)