Skip to content

Commit

Permalink
Merge pull request #3305 from dosire/update-ruby
Browse files Browse the repository at this point in the history
Update ruby to latest version.
  • Loading branch information
dzaporozhets committed Mar 22, 2013
2 parents e48fdde + 5cc5b74 commit 77faffb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
only:
- 'master'
rvm:
- 1.9.3-p327
- 1.9.3-p392
services:
- mysql
- postgresql
Expand Down
4 changes: 2 additions & 2 deletions doc/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/raketasks/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77faffb

Please sign in to comment.