blob: 4af2b1ecfd8a0a26bcdc320ed36c93c905717ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "paggio", "~> 0.3.0"
gem "kramdown", "~> 2.4"
|