Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
d9c64592d372
Commit
5cc5b74e
authored
Mar 22, 2013
by
Sytse Sijbrandij
Browse files
Update ruby to latest version.
parent
252e03f0bc17
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d9c64592
...
...
@@ -8,7 +8,7 @@ branches:
only
:
-
'
master'
rvm
:
-
1.9.3-p32
7
-
1.9.3-p3
9
2
services
:
-
mysql
-
postgresql
...
...
doc/install/installation.md
View file @
d9c64592
...
...
@@ -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-p32
7
.tar.gz | tar xz
cd ruby-1.9.3-p32
7
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p3
9
2.tar.gz | tar xz
cd ruby-1.9.3-p3
9
2
./configure
make
sudo make install
...
...
doc/raketasks/maintenance.md
View file @
d9c64592
...
...
@@ -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-p32
7
Ruby Version: ruby-1.9.3-p3
9
2
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