From 50e5ea286b912665644774f2eb11dab674c5c732 Mon Sep 17 00:00:00 2001 From: Artem Vasiliev <artem.job@gmail.com> Date: Tue, 1 Aug 2017 11:32:40 +0300 Subject: [PATCH] chore(package): updated Ruby version --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index b10a31c..782b126 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1,2 +1,2 @@ -ruby-2.3.1 +ruby-2.4.1 diff --git a/Gemfile b/Gemfile index 9984d53..7946a66 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.3.1' +ruby '2.4.1' gem 'activesupport' diff --git a/Gemfile.lock b/Gemfile.lock index a7a92dc..f7a2470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.3.1p112 + ruby 2.4.1p111 BUNDLED WITH - 1.14.6 + 1.15.1 -- GitLab