Skip to content

Commit

Permalink
Bump bibtex-ruby to fix to_citeproc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Dec 18, 2024
1 parent e0868d1 commit 30df6c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gem 'rspec-rails','~> 5.1'

gem 'citeproc-ruby', '~> 2.0.0'
gem 'csl-styles', '~> 2.0.0'
gem 'bibtex-ruby', '~> 5.1.0'
gem 'bibtex-ruby', '~> 6.1.0'

gem 'omniauth', '~> 2.1.0'
gem 'gitlab_omniauth-ldap', '~> 2.2.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bibtex-ruby (5.1.6)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
racc (~> 1.7)
bindata (2.5.0)
bindex (0.8.1)
binding_of_caller (1.0.0)
Expand Down Expand Up @@ -363,7 +364,7 @@ GEM
jwt (2.5.0)
kgio (2.11.4)
language_list (1.2.1)
latex-decode (0.3.2)
latex-decode (0.4.0)
ld-patch (3.2.0)
ebnf (~> 2.2)
rdf (~> 3.2)
Expand Down Expand Up @@ -970,7 +971,7 @@ DEPENDENCIES
attr_encrypted (~> 3.0.0)
auto_strip_attributes
better_errors
bibtex-ruby (~> 5.1.0)
bibtex-ruby (~> 6.1.0)
binding_of_caller
bio (~> 1.5.1)
bioportal (>= 3.0)!
Expand Down

0 comments on commit 30df6c8

Please sign in to comment.