From 9cfea448053560bbb3b92896dd6d34bb4b569bd4 Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Thu, 26 Dec 2019 06:43:12 +0100 Subject: [PATCH] Gemfile: stable version with latest version of gems closes #1234 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ecffb4fd..345ae2252 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source 'https://rubygems.org' gem 'rake' -gem 'asciidoctor', '1.5.6.1' +gem 'asciidoctor', '~> 2.0', '>= 2.0.10' gem 'json' gem 'awesome_print' -gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3' -gem 'asciidoctor-pdf', '1.5.0.alpha.16' +gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9' +gem 'asciidoctor-pdf', '~> 1.5.0.beta.8' gem 'coderay' gem 'pygments.rb'