From e0c277e2f5791123d638d66993f53fdfc45f9c24 Mon Sep 17 00:00:00 2001 From: Mike Jang Date: Wed, 8 Jan 2020 23:05:25 +0000 Subject: Update Ruby to 2.6.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29981c01..1a335350 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ One way is to use RVM: 1. Install the latest Ruby: ```sh - rvm install 2.6.3 + rvm install 2.6.5 ``` 1. Use the newly installed Ruby: ```sh - rvm use 2.6.3 + rvm use 2.6.5 ``` Check your Ruby version with `ruby --version`. @@ -133,7 +133,7 @@ Now let's make Bundler deal with the dependencies defined in the 1. Switch to Ruby using RVM: ```sh - rvm use 2.6.3 + rvm use 2.6.5 ``` 1. Run: -- cgit v1.2.3