Commit 5cc5b74e8e42e23f6ffa45609de540e5b6209b60

Authored by Sytse Sijbrandij
1 parent de2c189e

Update ruby to latest version.

.travis.yml
... ... @@ -8,7 +8,7 @@ branches:
8 8 only:
9 9 - 'master'
10 10 rvm:
11   - - 1.9.3-p327
  11 + - 1.9.3-p392
12 12 services:
13 13 - mysql
14 14 - postgresql
... ...
doc/install/installation.md
... ... @@ -74,8 +74,8 @@ Make sure you have the right version of Python installed.
74 74 Download and compile it:
75 75  
76 76 mkdir /tmp/ruby && cd /tmp/ruby
77   - curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz | tar xz
78   - cd ruby-1.9.3-p327
  77 + curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz
  78 + cd ruby-1.9.3-p392
79 79 ./configure
80 80 make
81 81 sudo make install
... ...
doc/raketasks/maintenance.md
... ... @@ -15,7 +15,7 @@ System: Debian 6.0.6
15 15 Current User: gitlab
16 16 Using RVM: yes
17 17 RVM Version: 1.17.2
18   -Ruby Version: ruby-1.9.3-p327
  18 +Ruby Version: ruby-1.9.3-p392
19 19 Gem Version: 1.8.24
20 20 Bundler Version:1.2.3
21 21 Rake Version: 10.0.1
... ...