12 lines
197 B
Ruby
12 lines
197 B
Ruby
source "https://rubygems.org"
|
|
|
|
ruby ">= 3.3.0"
|
|
|
|
# Jekyll for static site build
|
|
gem "jekyll", "~> 4.4"
|
|
|
|
# Required dependencies for Ruby 3.3+ compatibility
|
|
gem "rexml"
|
|
gem "base64"
|
|
gem "bigdecimal"
|