Skip to content

Commit ab90527

Browse files
Update dependency citeproc-ruby to '>= 2.1.8'
1 parent 2773b83 commit ab90527

4 files changed

Lines changed: 8 additions & 8 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', '>= 2.1.8'
1111
gem 'csl-styles'
1212
gem 'bibmarkdown', '~> 2.0.0'
1313

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
i18n (1.14.8)
9797
concurrent-ruby (~> 1.0)
9898
io-console (0.8.2)
99-
json (2.19.2)
99+
json (2.19.5)
100100
juwelier (2.4.9)
101101
builder
102102
bundler
@@ -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 (~> 2.0)
225-
citeproc-ruby (>= 1.1.6)
225+
citeproc-ruby (>= 2.1.8)
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.1'
1717
gem 'latex-decode'
1818
gem 'unicode_utils'
19-
gem 'citeproc-ruby', '>= 1.1.6'
19+
gem 'citeproc-ruby', '>= 2.1.8'
2020
gem 'csl-styles'
2121

2222
group :development do

bin/template/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
concurrent-ruby (~> 1.1)
8282
sorted_set (~> 1.0)
8383
io-console (0.8.2)
84-
json (2.19.2)
84+
json (2.19.5)
8585
json_schema (0.21.0)
8686
katex (0.10.0)
8787
execjs (~> 2.8)
@@ -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 (>= 2.1.8)
231231
csl-styles
232232
csv (~> 3.3)
233233
guard-livereload

0 commit comments

Comments
 (0)