diff options
| author | mo k <mo@mokhan.ca> | 2012-08-14 12:15:45 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-08-14 12:15:45 -0600 |
| commit | 3999334d3cb414ff58f4f47b8bf84c91253f356e (patch) | |
| tree | d53b9633bafc304be1c8bcff64d92faf8d21c1ef | |
| parent | 28450a846a3a59177c5c54bf2f64d137ae24545a (diff) | |
remove patch level from rvmrc.
| -rw-r--r-- | .rvmrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional, # Only full ruby name is supported here, for short names use: # echo "rvm use 1.9.3" > .rvmrc -environment_id="ruby-1.9.3-p194@rubyquiz" +environment_id="ruby-1.9.3@rubyquiz" # Uncomment the following lines if you want to verify rvm version per project # rvmrc_rvm_version="1.14.12 (stable)" # 1.10.1 seams as a safe start |
