Skip to content

Commit 219a7c4

Browse files
committed
1 parent 4ab717e commit 219a7c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.5
1+
2.1.6

Diff for: doc/install/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Remove the old Ruby 1.8 if present
103103
Download Ruby and compile it:
104104

105105
mkdir /tmp/ruby && cd /tmp/ruby
106-
curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz | tar xz
107-
cd ruby-2.1.5
106+
curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
107+
cd ruby-2.1.6
108108
./configure --disable-install-rdoc
109109
make
110110
sudo make install

Diff for: doc/update/6.x-or-7.x-to-7.9.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can check which version you are running with `ruby -v`.
3535

3636
If you are you running Ruby 2.0.x, you do not need to upgrade ruby, but can consider doing so for performance reasons.
3737

38-
If you are running Ruby 2.1.1 consider upgrading to 2.1.5, because of the high memory usage of Ruby 2.1.1.
38+
If you are running Ruby 2.1.1 consider upgrading to 2.1.6, because of the high memory usage of Ruby 2.1.1.
3939

4040
Install, update dependencies:
4141

@@ -47,8 +47,8 @@ Download and compile Ruby:
4747

4848
```bash
4949
mkdir /tmp/ruby && cd /tmp/ruby
50-
curl --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz | tar xz
51-
cd ruby-2.1.5
50+
curl --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
51+
cd ruby-2.1.6
5252
./configure --disable-install-rdoc
5353
make
5454
sudo make install

0 commit comments

Comments
 (0)