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
139f85a4
Commit
139f85a4
authored
Oct 31, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EE] Upgrade Ruby to 2.3.5
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
f0c835e5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
.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 @
139f85a4
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/
...
...
@@ -480,7 +480,7 @@ db:migrate:reset-mysql:
variables
:
SETUP_DB
:
"
false"
script
:
-
git fetch origin v
8.14.1
0-ee
-
git fetch origin v
9.3.
0-ee
-
git checkout -f FETCH_HEAD
-
bundle install $BUNDLE_INSTALL_FLAGS
-
cp config/gitlab.yml.example config/gitlab.yml
...
...
@@ -576,7 +576,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 @
139f85a4
2.3.
3
2.3.
5
changelogs/unreleased/zj-ruby-2-3-5.yml
0 → 100644
View file @
139f85a4
---
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 @
139f85a4
...
...
@@ -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