Skip to content

Commit 5fc170c

Browse files
committed
Gemfile: stable version with latest version of gems
closes #1234
1 parent 2f4f660 commit 5fc170c

File tree

3 files changed

+97
-5
lines changed

3 files changed

+97
-5
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ output
22
.DS_Store
33

44
# build artifacts
5-
Gemfile.lock
65
progit.html
76
progit.pdf
87
progit.pdfmarks
98
progit.epub
109
progit-kf8.epub
1110
progit.mobi
12-
contributors.txt
11+
contributors.txt

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source 'https://rubygems.org'
22

33
gem 'rake'
4-
gem 'asciidoctor', '1.5.6.1'
4+
gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
55

66
gem 'json'
77
gem 'awesome_print'
88

9-
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3'
10-
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
9+
gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
10+
gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
1111

1212
gem 'coderay'
1313
gem 'pygments.rb'

Gemfile.lock

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
Ascii85 (1.0.3)
5+
addressable (2.7.0)
6+
public_suffix (>= 2.0.2, < 5.0)
7+
afm (0.2.2)
8+
asciidoctor (2.0.10)
9+
asciidoctor-epub3 (1.5.0.alpha.9)
10+
asciidoctor (>= 1.5.0, < 3.0.0)
11+
concurrent-ruby (~> 1.1.5)
12+
gepub (~> 1.0.2)
13+
thread_safe (~> 0.3.6)
14+
asciidoctor-pdf (1.5.0.beta.8)
15+
asciidoctor (>= 1.5.3, < 3.0.0)
16+
concurrent-ruby (~> 1.1.0)
17+
prawn (~> 2.2.0)
18+
prawn-icon (~> 2.5.0)
19+
prawn-svg (~> 0.30.0)
20+
prawn-table (~> 0.2.0)
21+
prawn-templates (~> 0.1.0)
22+
safe_yaml (~> 1.0.0)
23+
thread_safe (~> 0.3.0)
24+
treetop (~> 1.5.0)
25+
awesome_print (1.8.0)
26+
coderay (1.1.2)
27+
concurrent-ruby (1.1.5)
28+
css_parser (1.7.1)
29+
addressable
30+
epubcheck (3.0.1)
31+
gepub (1.0.6)
32+
nokogiri (>= 1.8.2, < 1.11)
33+
rubyzip (> 1.1.1, < 2.1)
34+
hashery (2.1.2)
35+
json (2.3.0)
36+
kindlegen (3.0.5)
37+
rake
38+
rubyzip
39+
mini_portile2 (2.4.0)
40+
multi_json (1.14.1)
41+
nokogiri (1.10.7)
42+
mini_portile2 (~> 2.4.0)
43+
pdf-core (0.7.0)
44+
pdf-reader (2.4.0)
45+
Ascii85 (~> 1.0.0)
46+
afm (~> 0.2.1)
47+
hashery (~> 2.0)
48+
ruby-rc4
49+
ttfunk
50+
polyglot (0.3.5)
51+
prawn (2.2.2)
52+
pdf-core (~> 0.7.0)
53+
ttfunk (~> 1.5)
54+
prawn-icon (2.5.0)
55+
prawn (>= 1.1.0, < 3.0.0)
56+
prawn-svg (0.30.0)
57+
css_parser (~> 1.6)
58+
prawn (>= 0.11.1, < 3)
59+
prawn-table (0.2.2)
60+
prawn (>= 1.3.0, < 3.0.0)
61+
prawn-templates (0.1.2)
62+
pdf-reader (~> 2.0)
63+
prawn (~> 2.2)
64+
public_suffix (4.0.1)
65+
pygments.rb (1.2.1)
66+
multi_json (>= 1.0.0)
67+
rake (13.0.1)
68+
ruby-rc4 (0.1.5)
69+
rubyzip (2.0.0)
70+
safe_yaml (1.0.5)
71+
thread_safe (0.3.6)
72+
treetop (1.5.3)
73+
polyglot (~> 0.3)
74+
ttfunk (1.5.1)
75+
76+
PLATFORMS
77+
ruby
78+
79+
DEPENDENCIES
80+
asciidoctor (~> 2.0, >= 2.0.10)
81+
asciidoctor-epub3 (~> 1.5.0.alpha.9)
82+
asciidoctor-pdf (~> 1.5.0.beta.8)
83+
awesome_print
84+
coderay
85+
epubcheck
86+
json
87+
kindlegen
88+
pygments.rb
89+
rake
90+
thread_safe
91+
92+
BUNDLED WITH
93+
2.1.2

0 commit comments

Comments
 (0)