From 5c5ca6eb92f38f122b095a1f255d88eb9d607f46 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jul 2024 13:36:50 +0300 Subject: [PATCH] Gemfile: specify ruby version file --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 4d6e0b2..46728e6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" +ruby file: ".ruby-version" # For now this is a GitHub Pages hosted website. # Ref: https://github.com/Mikaela/mikaela.github.io/issues/153 #gem "github-pages" diff --git a/Gemfile.lock b/Gemfile.lock index 6cf00aa..6a6d261 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,5 +143,8 @@ DEPENDENCIES minima webrick +RUBY VERSION + ruby 3.3.3p89 + BUNDLED WITH 2.5.11