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
785a8013
Commit
785a8013
authored
Dec 02, 2016
by
Z.J. van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump ruby version
parent
3ebb815a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
.gitlab-ci.yml
.gitlab-ci.yml
+3
-5
.ruby-version
.ruby-version
+1
-1
changelogs/unreleased/zj-use-ruby-2-3-3.yml
changelogs/unreleased/zj-use-ruby-2-3-3.yml
+4
-0
doc/install/installation.md
doc/install/installation.md
+3
-3
No files found.
.gitlab-ci.yml
View file @
785a8013
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3
-git-2.7-phantomjs-2
.1"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3
.3-git-2.7-phantomjs-2.1-node-7
.1"
cache
:
key
:
"
ruby-23
1
"
key
:
"
ruby-23
3
"
paths
:
-
vendor/ruby
...
...
@@ -235,7 +235,7 @@ rake ee_compat_check:
-
/^[\d-]+-stable(-ee)?$/
allow_failure
:
yes
cache
:
key
:
"
ruby23
1
-ee_compat_check_repo"
key
:
"
ruby23
3
-ee_compat_check_repo"
paths
:
-
ee_compat_check/repo/
-
vendor/ruby
...
...
@@ -277,8 +277,6 @@ teaspoon:
stage
:
test
<<
:
*use-db
script
:
-
curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
-
apt-get install --assume-yes nodejs
-
npm install
-
npm link istanbul
-
rake teaspoon
...
...
.ruby-version
View file @
785a8013
2.3.
1
2.3.
3
changelogs/unreleased/zj-use-ruby-2-3-3.yml
0 → 100644
View file @
785a8013
---
title
:
Bump ruby version to 2.3.3
merge_request
:
7904
author
:
doc/install/installation.md
View file @
785a8013
...
...
@@ -123,9 +123,9 @@ Remove the old Ruby 1.8 if present:
Download Ruby and compile it:
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 -c - && 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