new-tab-page/Gemfile

10 lines
178 B
Ruby
Raw Normal View History

2020-02-29 09:36:37 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "jekyll"
2020-02-29 09:58:31 +00:00
gem "html-proofer"