summaryrefslogtreecommitdiff
path: root/Gemfile
blob: d052f3e4573d3b07ffaf26433f70392483e35db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source "https://rubygems.org"

#gem "asciidoctor-pdf",
#  git: "https://github.com/magentastripe/asciidoctor-pdf",
#  branch: "2.3.17-magentastripe"
#gem "asciidoctor-epub3",
#  git: "https://github.com/magentastripe/asciidoctor-epub3",
#  branch: "magentastripe"

source "http://magentastripe.com:9292/private" do
  gem "asciidoctor", "2.0.23"
  gem "asciidoctor-pdf", "2.3.17"
  gem "asciidoctor-epub3", "2.1.3"
end

gem "epubcheck-ruby"
gem "mini_magick"
gem "rghost"