Skip to content

Commit

Permalink
[config](build): Ruby version(experiment) (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
  • Loading branch information
RalphHightower authored Jan 11, 2025
1 parent 3d66f94 commit 21eb8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 21eb8f3

Please sign in to comment.