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
77faffbd
Commit
77faffbd
authored
Mar 22, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3305 from dosire/update-ruby
Update ruby to latest version.
parents
e48fdde4
5cc5b74e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+1
-1
doc/install/installation.md
doc/install/installation.md
+2
-2
doc/raketasks/maintenance.md
doc/raketasks/maintenance.md
+1
-1
No files found.
.travis.yml
View file @
77faffbd
...
...
@@ -8,7 +8,7 @@ branches:
only
:
-
'
master'
rvm
:
-
1.9.3-p3
27
-
1.9.3-p3
92
services
:
-
mysql
-
postgresql
...
...
doc/install/installation.md
View file @
77faffbd
...
...
@@ -74,8 +74,8 @@ Make sure you have the right version of Python installed.
Download and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p3
27
.tar.gz | tar xz
cd ruby-1.9.3-p3
27
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p3
92
.tar.gz | tar xz
cd ruby-1.9.3-p3
92
./configure
make
sudo make install
...
...
doc/raketasks/maintenance.md
View file @
77faffbd
...
...
@@ -15,7 +15,7 @@ System: Debian 6.0.6
Current User: gitlab
Using RVM: yes
RVM Version: 1.17.2
Ruby Version: ruby-1.9.3-p3
27
Ruby Version: ruby-1.9.3-p3
92
Gem Version: 1.8.24
Bundler Version:1.2.3
Rake Version: 10.0.1
...
...
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