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