From 680a91d807ae3cc1ab98953f067773b47d78dcb9 Mon Sep 17 00:00:00 2001 From: Dave Corson-Knowles Date: Wed, 6 Mar 2024 05:19:10 -0800 Subject: [PATCH] Use our .ruby-version file in Bundler so it is managed in only 1 place (#520) See: https://gorails.com/episodes/bundler-ruby-version-file --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e072e0c7..7b6dbf07 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.3.0" +ruby file: ".ruby-version" # Rails gem "rails", github: "rails/rails", branch: "main"