blog/Gemfile

8 lines
134 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"
gem "minima", "~> 2.5"
gem "webrick", "~> 1.8"