From 9ef73d80fc2d27a78a9ca447523ef2cc09a8991f Mon Sep 17 00:00:00 2001
From: Artem Vasiliev <artem.job@gmail.com>
Date: Tue, 21 Jun 2016 19:22:05 +0300
Subject: [PATCH] chore: bump Ruby version

---
 .ruby-version | 2 +-
 Gemfile       | 2 +-
 README.md     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.ruby-version b/.ruby-version
index fbb225c..b10a31c 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1,2 +1,2 @@
-ruby-2.3.0
+ruby-2.3.1
 
diff --git a/Gemfile b/Gemfile
index b64573d..c903870 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
 source 'https://rubygems.org'
-ruby '2.3.0'
+ruby '2.3.1'
 
 gem 'activesupport'
 
diff --git a/README.md b/README.md
index 879faed..c0f04f4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Place your app-specific code in app/ dir, and utility code that you'd like to ex
 
 #Installation
 * Clone the repo: `git clone https://github.com/artemv/ruby-starter-kit.git my-app`
-* Install Ruby 2.3.0 from https://www.ruby-lang.org/en/downloads/ or via RVM (https://rvm.io/)
+* Install Ruby 2.3.1 from https://www.ruby-lang.org/en/downloads/ or via RVM (https://rvm.io/)
 * Install Bundler and dependencies:
 ```
 cd my-app
-- 
GitLab