Skip to content

Commit 5450051

Browse files
authored
Ruby security updates (#433)
* Upgrade to Ruby 3.1.7 * Upgrade to Ruby 3.2.8
1 parent 9928ad0 commit 5450051

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 3.1.3 (not yet released)
2-
*
2+
* 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: 5 additions & 5 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.6, 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.
@@ -452,10 +452,10 @@ We use [RVM](https://rvm.io/) to install and to manage Ruby interpreters. Becaus
452452
The default Ruby (what the `/usr/bin/ruby` command executes) is the latest Ruby version that you've chosen to install. You can use RVM select a different version as default.
453453

454454
```dockerfile
455-
# Ruby 3.1.6
456-
RUN bash -lc 'rvm --default use ruby-3.1.6'
457-
# Ruby 3.2.7
458-
RUN bash -lc 'rvm --default use ruby-3.2.7'
455+
# Ruby 3.1.7
456+
RUN bash -lc 'rvm --default use ruby-3.1.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.
File renamed without changes.

0 commit comments

Comments
 (0)