From f4bf240cd9b6b20f32565c4cba284d6c31030bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Mon, 18 Dec 2017 16:52:40 +0900 Subject: [PATCH] workaround for twitter-text gem bug #211 See https://github.com/twitter/twitter-text/issues/211 --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index e28c39ab0..638baa50b 100644 --- a/Gemfile +++ b/Gemfile @@ -78,6 +78,9 @@ gem "asciidoctor" # mediawiki gem "wikicloth" +# workaround https://github.com/twitter/twitter-text/issues/211 +# also the configuration behavior changes and breaks wikicloth +gem "twitter-text", '~> 1.14' gem "coderay" gem "stringex"