From 710a9644498ef836f95e564588489b8a8ee4448b Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Fri, 24 May 2024 12:10:54 +0200 Subject: [PATCH] Explicitly specify Ruby version in `Gemfile` This commit reverts to the default configuration of specifying the Ruby version in `Gemfile` instead of reading it from `.ruby-version`. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 94e421cff..9faa38577 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby file: ".ruby-version" +ruby "3.0.7" git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git"