Web/main/Gemfile

9 lines
160 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"