Skip to content

Create release for 3.1.7 #3529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,29 @@

# 3.1 series

- version: 3.1.7
date: '2025-03-26'
post: "/en/news/2025/03/26/ruby-3-1-7-released/"
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.7.tar.gz
xz: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.7.tar.xz
zip: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.7.zip
size:
gz: 20811481
xz: 15196628
zip: 25555673
sha1:
gz: c2023f05989241d1f21409b980ffbda83b1cbe7b
xz: 1437e9ec92f2c166f5b04dbb0c21ac299aca0542
zip: c2eeaba7ebdabc84ca7b77a14a1f83b16397c87e
sha256:
gz: 0556acd69f141ddace03fa5dd8d76e7ea0d8f5232edf012429579bcdaab30e7b
xz: 658acc455b6bda87ac6cc1380e86552b9c1af87055e7a127589c5bf7ed80b035
zip: ab91106d0686cd30c375c309c58a5b96e68ac56e96c453c1d4f3fbb6c548dec7
sha512:
gz: a8432aaeaee4f48027ab30b7870bc61350840761b9d72b0b399d8fdfa96acb3c8f1ebe63663bcd8d835dd89b21128a07ef8f0c0c47eb41b942c169954ccb7edd
xz: 44e013f6e8d159a49125d24eaf02f58e02997fcd7bd4f4370250248c2d3264fb45183e33797638a7d9a2907fb48fe1b46f5f45514d60a800f96bce2c10baca82
zip: febc49a0350558a8f3ad0d683c94321fc3437201c1adafdaa4e1a454234eef857d324e6ee1f95f5998d96fafce7f3a6c39483b3251a4a9ed4f64d80a1f73964e
- version: 3.1.6
date: 2024-05-29
post: "/en/news/2024/05/29/ruby-3-1-6-released/"
Expand Down
46 changes: 46 additions & 0 deletions en/news/_posts/2025-03-26-ruby-3-1-7-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: news_post
title: "Ruby 3.1.7 Released"
author: hsbt
translator:
date: 2025-03-26 04:44:27 +0000
lang: en
---

Ruby 3.1.7 has been released. This release includes [CVE-2025-27219, CVE-2025-27220 and CVE-2025-27221 fixes](https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/) and update bundled REXML and RSS gems.

Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_1_7) for further details.

This version is a final release of Ruby 3.1 series. We will not provide any further updates including security fixes for Ruby 3.1 series.

We recommend you to upgrade to Ruby 3.3 or 3.4 series.

## Download

{% assign release = site.data.releases | where: "version", "3.1.7" | first %}

* <{{ release.url.gz }}>

SIZE: {{ release.size.gz }}
SHA1: {{ release.sha1.gz }}
SHA256: {{ release.sha256.gz }}
SHA512: {{ release.sha512.gz }}

* <{{ release.url.xz }}>

SIZE: {{ release.size.xz }}
SHA1: {{ release.sha1.xz }}
SHA256: {{ release.sha256.xz }}
SHA512: {{ release.sha512.xz }}

* <{{ release.url.zip }}>

SIZE: {{ release.size.zip }}
SHA1: {{ release.sha1.zip }}
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment

Many committers, developers, and users who provided bug reports helped us make this release.
Thanks for their contributions.