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
4ca19ab1
Commit
4ca19ab1
authored
Oct 18, 2018
by
Stan Hu
Committed by
Lin Jen-Shin
Oct 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Ruby 2.4.5
parent
efc06cb3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
.ruby-version
.ruby-version
+1
-1
doc/install/installation.md
doc/install/installation.md
+3
-3
doc/update/11.3-to-11.4.md
doc/update/11.3-to-11.4.md
+3
-3
No files found.
.gitlab-ci.yml
View file @
4ca19ab1
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.
4
-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.
5
-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29"
.dedicated-runner
:
&dedicated-runner
.dedicated-runner
:
&dedicated-runner
retry
:
1
retry
:
1
...
@@ -6,7 +6,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git
...
@@ -6,7 +6,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git
-
gitlab-org
-
gitlab-org
.default-cache
:
&default-cache
.default-cache
:
&default-cache
key
:
"
ruby-2.4.
4
-debian-stretch-with-yarn"
key
:
"
ruby-2.4.
5
-debian-stretch-with-yarn"
paths
:
paths
:
-
vendor/ruby
-
vendor/ruby
-
.yarn-cache/
-
.yarn-cache/
...
@@ -594,7 +594,7 @@ static-analysis:
...
@@ -594,7 +594,7 @@ static-analysis:
script
:
script
:
-
scripts/static-analysis
-
scripts/static-analysis
cache
:
cache
:
key
:
"
ruby-2.4.
4
-debian-stretch-with-yarn-and-rubocop"
key
:
"
ruby-2.4.
5
-debian-stretch-with-yarn-and-rubocop"
paths
:
paths
:
-
vendor/ruby
-
vendor/ruby
-
.yarn-cache/
-
.yarn-cache/
...
...
.ruby-version
View file @
4ca19ab1
2.4.
4
2.4.
5
doc/install/installation.md
View file @
4ca19ab1
...
@@ -132,9 +132,9 @@ Remove the old Ruby 1.8 if present:
...
@@ -132,9 +132,9 @@ Remove the old Ruby 1.8 if present:
Download Ruby and compile it:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
mkdir /tmp/ruby && cd /tmp/ruby
curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.
4
.tar.gz
curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.
5
.tar.gz
echo '
ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz' | shasum -c - && tar xzf ruby-2.4.4
.tar.gz
echo '
4d650f302f1ec00256450b112bb023644b6ab6dd ruby-2.4.5.tar.gz' | shasum -c - && tar xzf ruby-2.4.5
.tar.gz
cd ruby-2.4.
4
cd ruby-2.4.
5
./configure --disable-install-rdoc
./configure --disable-install-rdoc
make
make
...
...
doc/update/11.3-to-11.4.md
View file @
4ca19ab1
...
@@ -39,9 +39,9 @@ Download Ruby and compile it:
...
@@ -39,9 +39,9 @@ Download Ruby and compile it:
```
bash
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.
4
.tar.gz
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.
5
.tar.gz
echo
'
ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.4.4
.tar.gz
echo
'
4d650f302f1ec00256450b112bb023644b6ab6dd ruby-2.4.5.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.4.5
.tar.gz
cd
ruby-2.4.
4
cd
ruby-2.4.
5
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
make
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