From dc8751e985dcecf9d0477be3a119062284632efe Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Sat, 3 Feb 2024 16:01:50 -0500 Subject: [PATCH] Revert back to explicit Ruby version in Gemfile (#285) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ad6d4e78..ee809b9f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby file: ".ruby-version" +ruby "3.3.0" # Rails gem "rails", github: "rails/rails", branch: "main"