diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-22 18:34:59 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-22 18:34:59 +0100 |
commit | 5cc5b74e8e42e23f6ffa45609de540e5b6209b60 (patch) | |
tree | 38a38943e662d1fcceedfdf281c006e9b834790b | |
parent | de2c189ec10448787e41e4f2283de7c120fb16df (diff) | |
download | gitlab-ce-5cc5b74e8e42e23f6ffa45609de540e5b6209b60.tar.gz |
Update ruby to latest version.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 4 | ||||
-rw-r--r-- | doc/raketasks/maintenance.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index befa0c32806..609f2967cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: only: - 'master' rvm: - - 1.9.3-p327 + - 1.9.3-p392 services: - mysql - postgresql diff --git a/doc/install/installation.md b/doc/install/installation.md index 69d3b186b32..df95b083784 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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-p327.tar.gz | tar xz - cd ruby-1.9.3-p327 + curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz + cd ruby-1.9.3-p392 ./configure make sudo make install diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index 726cc083f10..b551470545c 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -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-p327 +Ruby Version: ruby-1.9.3-p392 Gem Version: 1.8.24 Bundler Version:1.2.3 Rake Version: 10.0.1 |