Skip to content

Commit 8a97c91

Browse files
authored
Merge pull request #134 from aollier/gemfile
Gemfile: mise à jour des gemmes asciidoctor
2 parents d772d10 + 44f337e commit 8a97c91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile

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

33
gem 'rake'
4-
gem 'asciidoctor', '1.5.6.1'
4+
gem 'asciidoctor', '1.5.6.2'
55

66
gem 'json'
77
gem 'awesome_print'
88

9-
gem 'asciidoctor-pdf', '1.5.0.alpha.16'
10-
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3'
9+
gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
10+
gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
11+
1112
gem 'coderay'
1213
gem 'pygments.rb'
1314
gem 'thread_safe'

0 commit comments

Comments
 (0)