From 657f81739bf3d7b0f178f41c3b8799e63a43b8a4 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 00:40:40 +0100 Subject: [PATCH] Explicitly specifying Ruby version --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 8a5d954..3b3129b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +ruby '2.6.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0'