farthergate.com/Gemfile
Aleks Rutins a4f9dadd8b
All checks were successful
/ deploy (push) Successful in 4m7s
Switch to Kramdown, write a blog post
2025-06-10 22:27:08 -04:00

16 lines
304 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "phlex", "~> 2.3"
gem "phlexite", "~> 0.1.3"
gem "front_matter_parser", "~> 1.0"
gem 'phlex-markdown', git: 'https://github.com/phlex-ruby/phlex-markdown'
gem "tailwindcss-phlexite", "~> 0.1.0"
gem "kramdown", "~> 2.5"