14 lines
279 B
Ruby
14 lines
279 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
|
|
gem "phlex", "~> 1.11"
|
|
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"
|