Commit 5cc5b74e8e42e23f6ffa45609de540e5b6209b60
1 parent
de2c189e
Exists in
master
and in
4 other branches
Update ruby to latest version.
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
.travis.yml
doc/install/installation.md
@@ -74,8 +74,8 @@ Make sure you have the right version of Python installed. | @@ -74,8 +74,8 @@ Make sure you have the right version of Python installed. | ||
74 | Download and compile it: | 74 | Download and compile it: |
75 | 75 | ||
76 | mkdir /tmp/ruby && cd /tmp/ruby | 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 | ./configure | 79 | ./configure |
80 | make | 80 | make |
81 | sudo make install | 81 | sudo make install |
doc/raketasks/maintenance.md
@@ -15,7 +15,7 @@ System: Debian 6.0.6 | @@ -15,7 +15,7 @@ System: Debian 6.0.6 | ||
15 | Current User: gitlab | 15 | Current User: gitlab |
16 | Using RVM: yes | 16 | Using RVM: yes |
17 | RVM Version: 1.17.2 | 17 | RVM Version: 1.17.2 |
18 | -Ruby Version: ruby-1.9.3-p327 | 18 | +Ruby Version: ruby-1.9.3-p392 |
19 | Gem Version: 1.8.24 | 19 | Gem Version: 1.8.24 |
20 | Bundler Version:1.2.3 | 20 | Bundler Version:1.2.3 |
21 | Rake Version: 10.0.1 | 21 | Rake Version: 10.0.1 |