diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-13 05:51:05 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-13 06:17:46 -0800 |
commit | 1f5dca2d4ff3d35aacd05de27385a10d9733fefd (patch) | |
tree | 5537ae4140cbaf7fabeb5326c091399a442bda5e /.ruby-version | |
parent | 314bb5d1cfe0429aeeb4ca1771097c6831f95498 (diff) | |
download | gitlab-ce-1f5dca2d4ff3d35aacd05de27385a10d9733fefd.tar.gz |
Upgrade to Ruby 2.5.3sh-bump-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-version | 2 |
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 |