Skip to content

Commit 536783b

Browse files
committed
Upgrade to Ruby 3.2.8
1 parent 092568d commit 536783b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 3.1.3 (not yet released)
22
* Upgraded to Ruby 3.1.7 (from 3.1.6)
3+
* Upgraded to Ruby 3.2.8 (from 3.2.7)
34

45
## 3.1.2 (release date: 2025-02-19)
56
* Upgraded to Ruby 3.4.2 (from 3.4.1).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Basics (learn more at [baseimage-docker](http://phusion.github.io/baseimage-dock
9494

9595
Language support:
9696

97-
* Ruby 3.1.7, 3.2.7, 3.3.7, 3.4.2 and JRuby 9.3.15.0 and 9.4.9.0.
97+
* Ruby 3.1.7, 3.2.8, 3.3.7, 3.4.2 and JRuby 9.3.15.0 and 9.4.9.0.
9898
* RVM is used to manage Ruby versions. [Why RVM?](#why_rvm)
9999
* 3.4.2 is configured as the default.
100100
* JRuby is installed from source, but we register an APT entry for it.
@@ -454,8 +454,8 @@ The default Ruby (what the `/usr/bin/ruby` command executes) is the latest Ruby
454454
```dockerfile
455455
# Ruby 3.1.7
456456
RUN bash -lc 'rvm --default use ruby-3.1.7'
457-
# Ruby 3.2.7
458-
RUN bash -lc 'rvm --default use ruby-3.2.7'
457+
# Ruby 3.2.8
458+
RUN bash -lc 'rvm --default use ruby-3.2.8'
459459
# Ruby 3.3.7
460460
RUN bash -lc 'rvm --default use ruby-3.3.7'
461461
# Ruby 3.4.2
File renamed without changes.

0 commit comments

Comments
 (0)