Skip to content

Commit e4a88c3

Browse files
committed
Add ruby-switch instruction for Ruby 2.1.0
1 parent e299919 commit e4a88c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ The default Ruby (what the `/usr/bin/ruby` command executes) is the latest Ruby
300300
RUN ruby-switch --set 1.9.1
301301
# Ruby 2.0.0
302302
RUN ruby-switch --set 2.0
303+
# Ruby 2.1.0
304+
RUN ruby-switch --set 2.1
303305

304306
<a name="administering"></a>
305307
## Administering the image's system

0 commit comments

Comments
 (0)