Web/main/Gemfile

11 lines
201 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
2021-09-02 16:16:50 +02:00
gem "jekyll"
gem "webrick"
2022-09-10 17:47:57 +02:00
gem "jekyll-feed"
gem "jekyll-postfiles"