Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
f0bf1b64
Commit
f0bf1b64
authored
Jun 08, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Ruby upgrade instructions for 11.0
parent
ea535bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/update/10.8-to-11.0.md
doc/update/10.8-to-11.0.md
+4
-4
No files found.
doc/update/10.8-to-11.0.md
View file @
f0bf1b64
...
...
@@ -31,7 +31,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
### 3. Update Ruby
NOTE: GitLab
9.0 and higher only support Ruby 2.3.x and dropped support for Ruby 2.1
.x. Be
NOTE: GitLab
11.0 and higher only support Ruby 2.4.x and dropped support for Ruby 2.3
.x. Be
sure to upgrade your interpreter if necessary.
You can check which version you are running with
`ruby -v`
.
...
...
@@ -40,9 +40,9 @@ Download Ruby and compile it:
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
3/ruby-2.3.7
.tar.gz
echo
'
540996fec64984ab6099e34d2f5820b14904f15a ruby-2.3.7.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.3.7
.tar.gz
cd
ruby-2.
3.7
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
4/ruby-2.4.4
.tar.gz
echo
'
ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.4.4
.tar.gz
cd
ruby-2.
4.4
./configure
--disable-install-rdoc
make
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment