summaryrefslogtreecommitdiff
path: root/Gemfile
blob: a184b1ae276f4392ddf259d74fdd5db4f84d4711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "rake", "~> 12.3"

group :development do
  gem "sinatra", "~> 2.0"
  gem "commonmarker", "~> 0.20"
  gem "github-markup", "~> 3.0"
end