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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
7725382a
Commit
7725382a
authored
May 28, 2020
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for updating to Ruby 2.6.6
parent
3b5dc97f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/install/installation.md
doc/install/installation.md
+3
-3
doc/update/upgrading_from_source.md
doc/update/upgrading_from_source.md
+3
-3
No files found.
doc/install/installation.md
View file @
7725382a
...
...
@@ -233,9 +233,9 @@ Download Ruby and compile it:
```
shell
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.
5
.tar.gz
echo
'
1416ce288fb8bfeae07a12b608540318c9cace71 ruby-2.6.5.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6.5
.tar.gz
cd
ruby-2.6.
5
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.
6
.tar.gz
echo
'
2d78048e293817f38d4ede4ebc7873013e97bb0b ruby-2.6.6.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6.6
.tar.gz
cd
ruby-2.6.
6
./configure
--disable-install-rdoc
make
...
...
doc/update/upgrading_from_source.md
View file @
7725382a
...
...
@@ -67,9 +67,9 @@ Download Ruby and compile it:
```
shell
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.
5
.tar.gz
echo
'
1416ce288fb8bfeae07a12b608540318c9cace71 ruby-2.6.5.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6.5
.tar.gz
cd
ruby-2.6.
5
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.
6
.tar.gz
echo
'
2d78048e293817f38d4ede4ebc7873013e97bb0b ruby-2.6.6.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6.6
.tar.gz
cd
ruby-2.6.
6
./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