Mercurial > hg > soundsoftware-site
comparison 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 | 53c879bb2f7f |
children | be8eb1d8201b |
comparison
equal
deleted
inserted
replaced
1578:06ca2df3d7ca | 1579:aba122ac2d40 |
---|---|
6 gem "coderay", "~> 1.1.0" | 6 gem "coderay", "~> 1.1.0" |
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] | 7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] |
8 gem "builder", "3.0.0" | 8 gem "builder", "3.0.0" |
9 gem "mime-types" | 9 gem "mime-types" |
10 gem "awesome_nested_set", "2.1.6" | 10 gem "awesome_nested_set", "2.1.6" |
11 | |
12 #cc -- CiteProc v1.0.0 broke our citations (CiteProc.process returns nil). | |
13 # Until I've managed to work out what's up and fix that... | |
14 gem "citeproc", "0.0.6" | |
15 | 11 |
16 # Optional gem for LDAP authentication | 12 # Optional gem for LDAP authentication |
17 group :ldap do | 13 group :ldap do |
18 gem "net-ldap", "~> 0.3.1" | 14 gem "net-ldap", "~> 0.3.1" |
19 end | 15 end |