We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e299919 commit e4a88c3Copy full SHA for e4a88c3
README.md
@@ -300,6 +300,8 @@ The default Ruby (what the `/usr/bin/ruby` command executes) is the latest Ruby
300
RUN ruby-switch --set 1.9.1
301
# Ruby 2.0.0
302
RUN ruby-switch --set 2.0
303
+ # Ruby 2.1.0
304
+ RUN ruby-switch --set 2.1
305
306
<a name="administering"></a>
307
## Administering the image's system
0 commit comments