Skip to content

Commit

Permalink
adding example for specifying version in global and default gemsets
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Black committed May 27, 2011
1 parent 64d073d commit 4ce3291
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/gemsets/initial.haml
Expand Up @@ -43,5 +43,15 @@
%p
Ensuring that every time you install a new ruby, these two gems will be installed in the global gemset.

%p
RVM also allows you to ensure a specific version of a given gem gets included in the default or global
gemsets. Here is an example of how you would specify a gem's version in your global or default gemset.

%pre.code
:preserve
bundler -v~>1.0.0
awesome_print
hirb -v0.4.5

%p
By default, rvm uses these gemsets to install common libraries such as rake and in the case of jruby, jruby-openssl.

0 comments on commit 4ce3291

Please sign in to comment.