Skip to content
Open
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
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2)
activesupport (8.0.4.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -18,18 +18,18 @@ GEM
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
benchmark (0.4.0)
base64 (0.3.0)
benchmark (0.5.0)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
racc (~> 1.7)
bigdecimal (3.1.9)
bigdecimal (4.0.1)
citeproc (1.1.0)
date
forwardable
Expand All @@ -44,8 +44,8 @@ GEM
fast-stemmer (~> 1.0)
matrix (~> 0.4)
colorator (1.1.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
csl (1.6.0)
namae (~> 1.0)
Expand All @@ -58,7 +58,7 @@ GEM
csv (3.3.3)
date (3.4.1)
deep_merge (1.2.2)
drb (2.2.1)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -103,7 +103,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jekyll (4.4.1)
addressable (~> 2.4)
Expand Down Expand Up @@ -187,9 +187,9 @@ GEM
matrix (0.4.2)
mercenary (0.4.0)
mini_mime (1.1.5)
minitest (5.25.5)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
minitest (5.27.0)
multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5)
namae (1.2.0)
racc (~> 1.7)
nokogiri (1.18.7-aarch64-linux-gnu)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uri (1.0.3)
uri (1.1.1)
webrick (1.9.1)

PLATFORMS
Expand Down
Loading