Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-13 16:51:05 +0300
committerStan Hu <stanhu@gmail.com>2018-11-13 17:17:46 +0300
commit1f5dca2d4ff3d35aacd05de27385a10d9733fefd (patch)
tree5537ae4140cbaf7fabeb5326c091399a442bda5e /.ruby-version
parent314bb5d1cfe0429aeeb4ca1771097c6831f95498 (diff)
Upgrade to Ruby 2.5.3
Attempt to update google-protobuf for migration-paths Because the one we were using aren't compatible with Ruby 2.5.3, and it'll be troublesome to switch Ruby. Upgrading google-protobuf will be much easier. All of them will need to be updated for Ruby 2.5.3 We remove oj because we don't really need it and it doesn't compile on 2.5.3 with that version. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41825
Diffstat (limited to '.ruby-version')
-rw-r--r--.ruby-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version
index 59aa62c1fa4..aedc15bb0c6 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.4.5
+2.5.3