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
2994de75
Commit
2994de75
authored
Sep 19, 2017
by
Zeger-Jan van de Weg
Committed by
Rémy Coutable
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Ruby to 2.3.5
Part of gitlab-org/gitlab-ce#38040
parent
c598283a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
.ruby-version
.ruby-version
+1
-1
changelogs/unreleased/zj-ruby-2-3-5.yml
changelogs/unreleased/zj-ruby-2-3-5.yml
+5
-0
lib/system_check/app/ruby_version_check.rb
lib/system_check/app/ruby_version_check.rb
+1
-1
No files found.
.gitlab-ci.yml
View file @
2994de75
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.
3
-golang-1.8-git-2.13-phantomjs-2.1-node-8.x-yarn-1.0-postgresql-9.6"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.
5
-golang-1.8-git-2.13-phantomjs-2.1-node-8.x-yarn-1.0-postgresql-9.6"
.default-cache
:
&default-cache
key
:
"
ruby-23
3
-with-yarn"
key
:
"
ruby-23
5
-with-yarn"
paths
:
-
vendor/ruby
-
.yarn-cache/
...
...
@@ -551,7 +551,7 @@ karma:
<<
:
*dedicated-runner
<<
:
*except-docs
<<
:
*pull-cache
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.
3
-golang-1.8-git-2.13-chrome-61.0-node-8.x-yarn-1.0-postgresql-9.6"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.
5
-golang-1.8-git-2.13-chrome-61.0-node-8.x-yarn-1.0-postgresql-9.6"
stage
:
test
variables
:
BABEL_ENV
:
"
coverage"
...
...
.ruby-version
View file @
2994de75
2.3.
3
2.3.
5
changelogs/unreleased/zj-ruby-2-3-5.yml
0 → 100644
View file @
2994de75
---
title
:
Upgrade Ruby to 2.3.5 to include security patches
merge_request
:
15099
author
:
type
:
security
lib/system_check/app/ruby_version_check.rb
View file @
2994de75
...
...
@@ -5,7 +5,7 @@ module SystemCheck
set_check_pass
->
{
"yes (
#{
self
.
current_version
}
)"
}
def
self
.
required_version
@required_version
||=
Gitlab
::
VersionInfo
.
new
(
2
,
3
,
3
)
@required_version
||=
Gitlab
::
VersionInfo
.
new
(
2
,
3
,
5
)
end
def
self
.
current_version
...
...
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