aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: b4ead5a3213309115ef25cee48538e3f43d9a610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true
# A sample Gemfile
source "https://rubygems.org"

gem "rails"
gem "rouge"
gem "kramdown"
gem "therubyracer"
gem "jekyll"
gem "jekyll-sitemap"
gem "jekyll-minifier"
gem "jekyll-press"
gem "html-proofer"