diff plugins/redmine_bibliography/Gemfile @ 1579:aba122ac2d40 dockerise

Attempt (currently failing) to fix up the bibliography plugin for current version of citeproc
author Chris Cannam
date Fri, 04 Aug 2017 17:51:19 +0100
parents 017b29aa8c94
children 0dcd4f8c2b8a
line wrap: on
line diff
--- a/plugins/redmine_bibliography/Gemfile	Fri Aug 04 15:43:03 2017 +0100
+++ b/plugins/redmine_bibliography/Gemfile	Fri Aug 04 17:51:19 2017 +0100
@@ -1,3 +1,5 @@
 gem 'bibtex-ruby'
 gem 'nokogiri'
-gem 'citeproc-ruby'
\ No newline at end of file
+gem 'citeproc'
+gem 'citeproc-ruby'
+gem 'csl-styles'