Skip to content

Commit 1ab511a

Browse files
authored
Merge pull request #1347 from aollier/gemfile
Gemfile: stable version with latest version of gems
2 parents 2f4f660 + 9cfea44 commit 1ab511a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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'

0 commit comments

Comments
 (0)