Skip to content

Commit

Permalink
Updated Gemfile dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndemarinis committed Aug 28, 2024
1 parent 0d6d41b commit 71fc4f6
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
bibtex-ruby (6.0.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
racc (~> 1.7)
citeproc (1.0.10)
namae (~> 1.0)
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
csl (1.6.0)
namae (~> 1.0)
rexml
Expand All @@ -29,7 +30,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
html-pipeline (2.14.3)
Expand All @@ -44,7 +45,7 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.0.1)
addressable (~> 2.4)
Expand Down Expand Up @@ -84,45 +85,48 @@ GEM
kramdown (~> 2.0)
latex-decode (0.4.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.2)
minitest (5.18.0)
namae (1.1.1)
nokogiri (1.15.2)
mini_portile2 (2.8.7)
minitest (5.25.1)
namae (1.2.0)
racc (~> 1.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parallel (1.26.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.7.0)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.6)
strscan
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2023.3)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
unicode_utils (1.4.0)
wdm (0.1.1)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.8)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -142,4 +146,4 @@ DEPENDENCIES
webrick (~> 1.8)

BUNDLED WITH
2.4.12
2.5.11

0 comments on commit 71fc4f6

Please sign in to comment.