Skip to content

Ruby 3.2.0 Released #2930

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 2 commits into from
Dec 25, 2022
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "~> 3.1.2"
ruby "~> 3.1.3"

gem "rake"
gem "jekyll", "~> 4.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ DEPENDENCIES
validate-website (~> 1.6)

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.3p185

BUNDLED WITH
2.3.10
4 changes: 2 additions & 2 deletions _data/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# eol_date: date of EOL (YYYY-MM-DD)

- name: 3.2
status: preview
date:
status: normal maintenance
date: 2022-12-25
eol_date:

- name: 3.1
Expand Down
2 changes: 1 addition & 1 deletion _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# optional
preview:

- 3.2.0-rc1

stable:

- 3.2.0
- 3.1.3
- 3.0.5

Expand Down
29 changes: 29 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,35 @@

# 3.2 series

- version: 3.2.0
date: 2022-12-25
post: /en/news/2022/12/25/ruby-3-2-0-released/
tag: v3_2_0
stats:
files_changed: 3048
insertions: 218253
deletions: 131067
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.0.tar.gz
zip: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.0.zip
xz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.0.tar.xz
size:
gz: 20440715
zip: 24583271
xz: 15058364
sha1:
gz: fb4ab2ceba8bf6a5b9bc7bf7cac945cc94f94c2b
zip: 581ec7b9289c2a85abf4f41c93993ecaa5cf43a5
xz: bcdae07183d66fd902cb7bf995545a472d2fefea
sha256:
gz: daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272
zip: cca9ddbc958431ff77f61948cb67afa569f01f99c9389d2bbedfa92986c9ef09
xz: d2f4577306e6dd932259693233141e5c3ec13622c95b75996541b8d5b68b28b4
sha512:
gz: 94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
zip: b7d2753825cc0667e8bb391fc7ec59a53c3db5fa314e38eee74b6511890b585ac7515baa2ddac09e2c6b6c42b9221c82e040af5b39c73e980fbd3b1bc622c99d
xz: 733ecc6709470ee16916deeece9af1c76220ae95d17b2681116aff7f381d99bc3124b1b11b1c2336b2b29e468e91b90f158d5ae5fca810c6cf32a0b6234ae08e

- version: 3.2.0-rc1
date: 2022-12-06
post: /en/news/2022/12/06/ruby-3-2-0-rc1-released/
Expand Down
Loading