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

source "https://rubygems.org"

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

gem "commonmarker", "~> 0.20"
gem "github-markup", "~> 3.0"
gem "rake", "~> 12.3"
gem "sinatra", "~> 2.0"