Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'puma'
gem 'i18n'
gem 'bibtex-ruby'
gem 'latex-decode'
gem 'citeproc-ruby', '>= 1.1.6'
gem 'citeproc-ruby', '>= 2.1.8'
gem 'csl-styles'
gem 'bibmarkdown', '~> 2.0.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
json (2.19.5)
json (2.19.9)
juwelier (2.4.9)
builder
bundler
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
ruby2_keywords (0.0.5)
securerandom (0.4.1)
semver2 (3.4.2)
set (1.1.2)
set (1.1.3)
singleton (0.3.0)
sskatex (0.9.39)
execjs (~> 2.7)
Expand Down Expand Up @@ -222,7 +222,7 @@ DEPENDENCIES
bibmarkdown (~> 2.0.0)
bibtex-ruby
bundler (~> 4.0, >= 4.0.18)
citeproc-ruby (>= 1.1.6)
citeproc-ruby (>= 2.1.8)
csl-styles
execjs
i18n
Expand Down
2 changes: 1 addition & 1 deletion bin/template/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'sass'
gem 'i18n', '< 1.14.9'
gem 'latex-decode'
gem 'unicode_utils'
gem 'citeproc-ruby', '>= 1.1.6'
gem 'citeproc-ruby', '>= 2.1.8'
gem 'csl-styles'

group :development do
Expand Down
6 changes: 3 additions & 3 deletions bin/template/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
concurrent-ruby (~> 1.1)
sorted_set (~> 1.0)
io-console (0.8.2)
json (2.19.5)
json (2.19.9)
json_schema (0.21.0)
katex (0.10.0)
execjs (~> 2.8)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
mini_racer
puma
sskatex
set (1.1.2)
set (1.1.3)
shellany (0.0.1)
singleton (0.3.0)
slow_enumerator_tools (1.1.0)
Expand Down Expand Up @@ -227,7 +227,7 @@ PLATFORMS
x86_64-linux-gnu

DEPENDENCIES
citeproc-ruby (>= 1.1.6)
citeproc-ruby (>= 2.1.8)
csl-styles
csv (~> 3.3, >= 3.3.5)
guard-livereload
Expand Down