From 44f337ec165a64a7f7001c53fb3324655c2502b3 Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Thu, 26 Dec 2019 06:57:21 +0100 Subject: [PATCH] =?UTF-8?q?Gemfile:=20mise=20=C3=A0=20jour=20des=20gemmes?= =?UTF-8?q?=20asciidoctor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolves #133 --- Gemfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 943b45ed..165f6d01 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,14 @@ source 'https://rubygems.org' gem 'rake' -gem 'asciidoctor', '1.5.6.1' +gem 'asciidoctor', '1.5.6.2' gem 'json' gem 'awesome_print' -gem 'asciidoctor-pdf', '1.5.0.alpha.16' -gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3' +gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9' +gem 'asciidoctor-pdf', '~> 1.5.0.beta.8' + gem 'coderay' gem 'pygments.rb' gem 'thread_safe'