From 21eb8f3b3b2e045393b2037374eebbdeaba91b83 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:34:30 -0500 Subject: [PATCH] [config](build): Ruby version(experiment) (#666) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bbebf0e..812955b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,8 @@ gem 'jekyll-sitemap', '~> 1.4' gem 'jekyll-titles-from-headings', '~> 0.5.3' # { 2025-01-11 @RalphHightower jekyll_ai_related_posts -gem 'activerecord', '~> 8.0', '>= 8.0.1' +gem 'activerecord', '~> 7.2', '>= 7.2.2.1' + # gem 'activerecord', '~> 8.0', '>= 8.0.1' gem 'faraday', '~> 2.12', '>= 2.12.2' # gem 'sqlite3', '~> 2.5' gem 'sqlite3', '~> 1.4', '>= 1.4.4'