aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 349589a3bd2c4c2432fc460d79f0891a7bd95f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 "html-proofer"