Web/main/Gemfile
Ell 0604572f69
All checks were successful
Web/pipeline/head This commit looks good
fixed jekyll for ruby 3
2021-09-02 16:16:50 +02:00

9 lines
160 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "webrick"