From 11873f6b3b9b7892fcfe821ed5ff752d6b805394 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 28 May 2021 23:37:20 +0200 Subject: [PATCH] Trouble with newest Ruby. Going back. --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 860487c..338a5b5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.1 +2.6.6 diff --git a/Gemfile b/Gemfile index 355967d..b0ebf1b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.7.1' +ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8437bed..81ec578 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -456,7 +456,7 @@ DEPENDENCIES will_paginate-foundation RUBY VERSION - ruby 2.7.1p83 + ruby 2.6.6p146 BUNDLED WITH 1.17.2