From 71fc4f6f3472e4b057097dcd14bc929a4f12efed Mon Sep 17 00:00:00 2001 From: Nicholas DeMarinis Date: Wed, 28 Aug 2024 00:31:11 -0400 Subject: [PATCH] Updated Gemfile dependencies. --- Gemfile.lock | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d1a0e9..5cedde8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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 @@ -142,4 +146,4 @@ DEPENDENCIES webrick (~> 1.8) BUNDLED WITH - 2.4.12 + 2.5.11