-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
65 lines (59 loc) · 2.65 KB
/
Gemfile
File metadata and controls
65 lines (59 loc) · 2.65 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
62
63
64
65
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.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 'zeitwerk', '~> 2.6', '>= 2.6.18'
# gem 'zeitwerk', '~> 2.7', '>= 2.7.1'
# } 2025-01-11 @RalphHightower
# { 2024-09-29 @RalphHightower
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
# gem 'csv', '~> 3.3', '>= 3.3.2'
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
# gem 'base64', '~> 0.2.0'
# } 2024-09-29 @RalphHightower
# { 2024-10-29 @RalphHightower
# gem 'nuggets', '~> 1.6', '>= 1.6.1'
# } 2024-10-29 @RalphHightower
end