blog/Gemfile

8 lines
214 B
Ruby
Raw Normal View History

2024-04-11 23:31:44 +00:00
# frozen_string_literal: true
2021-05-31 20:43:20 +00:00
2024-04-11 23:31:44 +00:00
source "https://rubygems.org"
2021-05-31 20:43:20 +00:00
2024-04-11 23:31:44 +00:00
gem "jekyll", "~> 4.2.2"
2024-04-12 00:57:13 +00:00
gem "minima", git: "https://github.com/jekyll/minima", ref: "10124515953527c8990a2de99ae4ddb2a81ffee3"
2024-04-11 23:31:44 +00:00
gem "webrick", "~> 1.8"