From 6a39fef906f1d01133b9b3a7e3a9d2c0d38bdef5 Mon Sep 17 00:00:00 2001
From: Artem Vasiliev <artem.job@gmail.com>
Date: Sun, 10 Dec 2017 23:40:09 +0300
Subject: [PATCH] chore: upgrade Ruby

The stable is 2.4.2 now, and docker-compose config is based on it.
---
 .ruby-version | 2 +-
 Gemfile       | 2 +-
 Gemfile.lock  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.ruby-version b/.ruby-version
index 55bc983..951d42f 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-ruby-2.4.1
+ruby-2.4.2
diff --git a/Gemfile b/Gemfile
index 7946a66..55300ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
 source 'https://rubygems.org'
-ruby '2.4.1'
+ruby '2.4.2'
 
 gem 'activesupport'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index f7a2470..a29acf8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -120,7 +120,7 @@ DEPENDENCIES
   webmock
 
 RUBY VERSION
-   ruby 2.4.1p111
+   ruby 2.4.2p198
 
 BUNDLED WITH
-   1.15.1
+   1.16.0
-- 
GitLab