diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-11-26 20:35:47 -0200 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-11-26 20:35:47 -0200 |
commit | dda7f4f96e794fd705fc1d80818cd1f291fdc94e (patch) | |
tree | a2decc31e4c4f6c133da6726097afcb75722ab06 | |
parent | ea8b8e7cdae9d2a2596df0a643ea4921e17b628f (diff) |
Specify a build as rbenv doesn't fuzzy match versions (Thanks to @mhl)
-rw-r--r-- | .ruby-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version index 227cea215..7fa1d1ef4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.0.0 +2.0.0-p353 |