Skip to content

Commit 45d425d

Browse files
Update dependency citeproc-ruby to '>= 1.1.14'
1 parent 52fa19a commit 45d425d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'puma'
77
gem 'i18n'
88
gem 'bibtex-ruby'
99
gem 'latex-decode'
10-
gem 'citeproc-ruby', '>= 1.1.6'
10+
gem 'citeproc-ruby', '>= 1.1.14'
1111
gem 'csl-styles'
1212
gem 'bibmarkdown', '~> 2.0.0'
1313

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GEM
191191
ruby2_keywords (0.0.5)
192192
securerandom (0.4.1)
193193
semver2 (3.4.2)
194-
set (1.1.2)
194+
set (1.1.3)
195195
singleton (0.3.0)
196196
sskatex (0.9.39)
197197
execjs (~> 2.7)
@@ -222,7 +222,7 @@ DEPENDENCIES
222222
bibmarkdown (~> 2.0.0)
223223
bibtex-ruby
224224
bundler (~> 4.0, >= 4.0.12)
225-
citeproc-ruby (>= 1.1.6)
225+
citeproc-ruby (>= 1.1.14)
226226
csl-styles
227227
execjs
228228
i18n

bin/template/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'sass'
1616
gem 'i18n', '< 1.14.9'
1717
gem 'latex-decode'
1818
gem 'unicode_utils'
19-
gem 'citeproc-ruby', '>= 1.1.6'
19+
gem 'citeproc-ruby', '>= 1.1.14'
2020
gem 'csl-styles'
2121

2222
group :development do

bin/template/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ GEM
195195
mini_racer
196196
puma
197197
sskatex
198-
set (1.1.2)
198+
set (1.1.3)
199199
shellany (0.0.1)
200200
singleton (0.3.0)
201201
slow_enumerator_tools (1.1.0)
@@ -227,7 +227,7 @@ PLATFORMS
227227
x86_64-linux-gnu
228228

229229
DEPENDENCIES
230-
citeproc-ruby (>= 1.1.6)
230+
citeproc-ruby (>= 1.1.14)
231231
csl-styles
232232
csv (~> 3.3, >= 3.3.5)
233233
guard-livereload

0 commit comments

Comments
 (0)