Update 3 files

- /Gemfile
- /_data/other_repo_list.csv
- /_data/ai-cache.json
This commit is contained in:
mayx
2025-11-05 09:47:49 +00:00
parent d13dd560c2
commit e9ac9bf1df
3 changed files with 91 additions and 16 deletions

View File

@ -14,4 +14,7 @@ group :jekyll_plugins do
gem "jekyll-paginate", "~> 1.1.0"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem "kramdown", "~> 2.3.2"
gem "csv"
gem "base64"
gem "bigdecimal"
end