From da6075d23bfff09429c5e28e499a26956cb8ea88 Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Tue, 15 Oct 2019 12:07:01 +0200 Subject: Change ruby version to 2.3.8 --- .ruby-version | 2 +- Gemfile | 1 + Gemfile.lock | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index bec3a35..bc4abe8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -system +2.3.8 diff --git a/Gemfile b/Gemfile index a4e8122..fcd37e8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source 'https://rubygems.org' +ruby '2.3.8' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.10' diff --git a/Gemfile.lock b/Gemfile.lock index 69c4a37..fc6ee82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,5 +189,8 @@ DEPENDENCIES unicorn-rails web-console (~> 2.0) +RUBY VERSION + ruby 2.3.8p459 + BUNDLED WITH - 1.13.6 + 1.17.2 -- cgit v1.2.3