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
Jérome Perrin
gitlab-ce
Commits
48cef234
Commit
48cef234
authored
Jan 09, 2017
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use ruby 2.3.3 also in the update guide [ci skip]
parent
77b46350
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/update/8.15-to-8.16.md
doc/update/8.15-to-8.16.md
+3
-3
No files found.
doc/update/8.15-to-8.16.md
View file @
48cef234
...
...
@@ -32,9 +32,9 @@ Download and compile Ruby:
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.
1
.tar.gz
echo
'
c39b4001f7acb4e334cb60a0f4df72d434bef711 ruby-2.3.1.tar.gz'
| shasum
--check
-
&&
tar
xzf ruby-2.3.1
.tar.gz
cd
ruby-2.3.
1
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.
3
.tar.gz
echo
'
a8db9ce7f9110320f33b8325200e3ecfbd2b534b ruby-2.3.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.3.3
.tar.gz
cd
ruby-2.3.
3
./configure
--disable-install-rdoc
make
sudo
make
install
...
...
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