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
9042d8d2
Commit
9042d8d2
authored
Apr 16, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9131 from chulkilee/ruby-2.1.6
ruby 2.1.6
parents
b18b9a55
219a7c45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.ruby-version
.ruby-version
+1
-1
doc/install/installation.md
doc/install/installation.md
+2
-2
doc/update/6.x-or-7.x-to-7.9.md
doc/update/6.x-or-7.x-to-7.9.md
+3
-3
No files found.
.ruby-version
View file @
9042d8d2
2.1.
5
2.1.
6
doc/install/installation.md
View file @
9042d8d2
...
@@ -103,8 +103,8 @@ Remove the old Ruby 1.8 if present
...
@@ -103,8 +103,8 @@ 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 -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.
5
.tar.gz | tar xz
curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.
6
.tar.gz | tar xz
cd ruby-2.1.
5
cd ruby-2.1.
6
./configure --disable-install-rdoc
./configure --disable-install-rdoc
make
make
sudo make install
sudo make install
...
...
doc/update/6.x-or-7.x-to-7.9.md
View file @
9042d8d2
...
@@ -35,7 +35,7 @@ You can check which version you are running with `ruby -v`.
...
@@ -35,7 +35,7 @@ You can check which version you are running with `ruby -v`.
If you are you running Ruby 2.0.x, you do not need to upgrade ruby, but can consider doing so for performance reasons.
If you are you running Ruby 2.0.x, you do not need to upgrade ruby, but can consider doing so for performance reasons.
If you are running Ruby 2.1.1 consider upgrading to 2.1.
5
, because of the high memory usage of Ruby 2.1.1.
If you are running Ruby 2.1.1 consider upgrading to 2.1.
6
, because of the high memory usage of Ruby 2.1.1.
Install, update dependencies:
Install, update dependencies:
...
@@ -47,8 +47,8 @@ Download and compile Ruby:
...
@@ -47,8 +47,8 @@ Download and compile Ruby:
```
bash
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--progress
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.
5
.tar.gz |
tar
xz
curl
--progress
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.
6
.tar.gz |
tar
xz
cd
ruby-2.1.
5
cd
ruby-2.1.
6
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
make
make
sudo
make
install
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