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"
