Skip to content

Commit c2f77bb

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

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)