-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
61 lines (55 loc) · 2.04 KB
/
Gemfile
File metadata and controls
61 lines (55 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
source 'https://rubygems.org'
# jekyll/minima — theme
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem 'jekyll', '~> 4.4', '>= 4.4.1'
gem 'kramdown', '~> 2.5', '>= 2.5.1'
gem 'jekyll-sass-converter', '~> 3.1'
# gem 'rake', '~> 13.3'
gem 'rake', '~> 13.2', '>= 13.2.1'
gem 'minima', '~> 2.5', '>= 2.5.2'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll_ai_related_posts', '~> 0.1.4'
gem 'jekyll-avatar', '~> 0.8.0'
gem 'jekyll-default-layout', '~> 0.1.5'
gem 'jekyll-feed', '~> 0.17.0'
gem 'jekyll-github-metadata', '~> 2.16', '>= 2.16.1'
# gem 'jekyll-include-cache', '~> 0.2.1'
gem 'jekyll-last-modified-at', '~> 1.3', '>= 1.3.2'
gem 'jekyll-mentions', '~> 1.6'
gem 'jekyll-optional-front-matter', '~> 0.3.2'
gem 'jekyll-readme-index', '~> 0.3.0'
gem 'jekyll-relative-links', '~> 0.7.0'
gem 'jekyll-seo-tag', '~> 2.8'
gem 'jekyll-sitemap', '~> 1.4'
# gem 'jekyll-tagging', github: 'RalphHightower/jekyll-tagging', branch: 'master'
# gem 'jekyll-tagging', '~> 1.1'
gem 'jekyll-titles-from-headings', '~> 0.5.3'
gem 'jekyll-toc', '~> 0.19.0'
gem 'jemoji', '~> 0.13.0'
gem 'jekyll-paginate-v2', '~> 3.0'
# Security updates
# { 2025-03-03
gem 'uri', '~> 1.0', '>= 1.0.3'
# } 2025-03-03
# { 2025-01-11 @RalphHightower jekyll_ai_related_posts
# 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'
#gem 'sqlite3', '~> 1.7', '>= 1.7.3' # March 15, 2024
# gem 'zeitwerk', '~> 2.6', '>= 2.6.18'
# gem 'zeitwerk', '~> 2.7', '>= 2.7.1'
# } 2025-01-11 @RalphHightower
# { 2026-02-21 @RalphHightower – Nokogiri does not check the return value from xmlC14NExecute
gem 'nokogiri', '~> 1.19', '>= 1.19.1'
# } 2026-02-21 @RalphHightower
end