1# frozen_string_literal: true 2 3source "https://rubygems.org" 4 5git_source(:github) {|repo_name| "https://gitlab.com/#{repo_name}" } 6 7gem "jekyll" 8gem "minima"