aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: 627522e01a988721d42c37721b7a09089dfe6924 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://gitlab.com/#{repo_name}" }

gem "jekyll"
gem "minima"