You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/04/07 15:38:18 UTC

[activemq-website] branch master updated: try at requiring kramdown 2.3.1+

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 19043e1  try at requiring kramdown 2.3.1+
19043e1 is described below

commit 19043e1e4a86bb3c8f7e28618a391987c5400ae2
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Apr 7 16:36:42 2021 +0100

    try at requiring kramdown 2.3.1+
---
 Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index aca8331..a1f0424 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,4 +5,5 @@ source "https://rubygems.org"
 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
 
 gem 'jekyll'
-gem 'jekyll-redirect-from'
\ No newline at end of file
+gem 'jekyll-redirect-from'
+gem 'kramdown', '~> 2.3.1'