1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
source "https://rubygems.org" # Option 1: Use github-pages gem (recommended for GitHub Pages compatibility) # This ensures your local environment matches GitHub Pages exactly gem "github-pages", group: :jekyll_plugins # Minimal Mistakes theme (compatible with GitHub Pages Jekyll 3.9.x) gem "minimal-mistakes-jekyll" # Ruby 3.4+ compatibility gems gem "base64" gem "logger" gem "bigdecimal" gem "csv" gem "ostruct"