Skip to content

Commit

Permalink
Update README to reflect Jruby updates.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ajhodgson authored and CamJN committed Jul 29, 2024
1 parent c385a57 commit 12bd499
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Basics (learn more at [baseimage-docker](http://phusion.github.io/baseimage-dock

Language support:

* Ruby 3.1.6, 3.2.5, 3.3.4 and JRuby 9.3.14.0 and 9.4.6.0.
* Ruby 3.1.6, 3.2.5, 3.3.4 and JRuby 9.3.15.0 and 9.4.8.0.
* RVM is used to manage Ruby versions. [Why RVM?](#why_rvm)
* 3.3.4 is configured as the default.
* JRuby is installed from source, but we register an APT entry for it.
Expand Down Expand Up @@ -453,10 +453,10 @@ RUN bash -lc 'rvm --default use ruby-3.1.6'
RUN bash -lc 'rvm --default use ruby-3.2.5'
# Ruby 3.3.4
RUN bash -lc 'rvm --default use ruby-3.3.4'
# JRuby 9.3.14.0
RUN bash -lc 'rvm --default use jruby-9.3.14.0'
# JRuby 9.4.6.0
RUN bash -lc 'rvm --default use jruby-9.4.6.0'
# JRuby 9.3.15.0
RUN bash -lc 'rvm --default use jruby-9.3.15.0'
# JRuby 9.4.8.0
RUN bash -lc 'rvm --default use jruby-9.4.8.0'
```

Learn more: [RVM: Setting the default Ruby](https://rvm.io/rubies/default).
Expand Down

0 comments on commit 12bd499

Please sign in to comment.