diff Gemfile @ 1520:a1bdbf8a87d5 redmine-2.5-integration

Merge from branch "redmine-2.4-integration"
author Chris Cannam
date Tue, 09 Sep 2014 10:02:18 +0100
parents dffacf8a6908 afce8026aaeb
children 53c879bb2f7f
line wrap: on
line diff
--- a/Gemfile	Tue Sep 09 09:29:00 2014 +0100
+++ b/Gemfile	Tue Sep 09 10:02:18 2014 +0100
@@ -9,6 +9,10 @@
 gem "mime-types"
 gem "awesome_nested_set", "2.1.6"
 
+#cc -- CiteProc v1.0.0 broke our citations (CiteProc.process returns nil).
+# Until I've managed to work out what's up and fix that...
+gem "citeproc", "0.0.6"
+
 # Optional gem for LDAP authentication
 group :ldap do
   gem "net-ldap", "~> 0.3.1"