diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-07 10:58:17 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-07 10:58:17 -0800 |
commit | 757df0142f521380b92d28a721a7fd2bd8aa382f (patch) | |
tree | 94c8dc2a015f7a090bae8dd09c47771a7f3c5dc8 /.ruby-version | |
parent | 21ae36c6b53b1e115235e9a12547cc084da2a32f (diff) | |
download | gitlab-ce-757df0142f521380b92d28a721a7fd2bd8aa382f.tar.gz |
GitLab does not work well with Ruby 2.2 yet
Diffstat (limited to '.ruby-version')
-rw-r--r-- | .ruby-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version index ccbccc3dc62..cd57a8b95d6 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.0 +2.1.5 |