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
69 changes: 46 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
uri (>= 1.0.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
Expand All @@ -45,20 +45,32 @@ GEM
racc (~> 1.7)
bigdecimal (3.1.9)
chunky_png (1.4.0)
citeproc (1.0.10)
citeproc (1.1.0)
date
forwardable
json
namae (~> 1.0)
citeproc-ruby (1.1.14)
observer (< 1.0)
open-uri (< 1.0)
citeproc-ruby (2.1.1)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
csl (~> 2.0)
observer (< 1.0)
colorator (1.1.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csl (1.6.0)
namae (~> 1.0)
rexml
csl-styles (1.0.1.11)
csl (~> 1.0)
csv (3.3.2)
csl (2.1.0)
forwardable (~> 1.3)
namae (~> 1.2)
open-uri (< 1.0)
rexml (~> 3.0)
set (~> 1.1)
singleton (< 1.0)
time (< 1.0)
csl-styles (2.0.1)
csl (~> 2.0)
csv (3.3.3)
date (3.4.1)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand All @@ -70,11 +82,12 @@ GEM
fastimage (2.4.0)
ffi (1.17.1)
ffi (1.17.1-x86_64-linux-gnu)
forwardable (1.3.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.5)
google-protobuf (4.30.2)
bigdecimal
rake (>= 13)
google-protobuf (3.25.5-x86_64-linux)
google-protobuf (4.30.2-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -110,16 +123,16 @@ GEM
jekyll-sanity (1.6.0)
jekyll (>= 3.1, < 5.0)
pathutil (~> 0.16)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-scholar (7.1.3)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-scholar (7.2.0)
bibtex-ruby (~> 6.0)
citeproc-ruby (~> 1.0)
csl-styles (~> 1.0)
citeproc-ruby (~> 2.0)
csl-styles (~> 2.0)
jekyll (~> 4.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.9.1)
json (2.10.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -143,6 +156,11 @@ GEM
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
observer (0.1.2)
open-uri (0.5.0)
stringio
time
uri
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
Expand All @@ -152,7 +170,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.0)
rexml (3.4.1)
rouge (4.5.1)
rqrcode (2.2.0)
chunky_png (~> 1.0)
Expand All @@ -162,20 +180,25 @@ GEM
ffi (~> 1.12)
logger
safe_yaml (1.0.5)
sass-embedded (1.78.0)
google-protobuf (~> 3.25.5, < 3.25.6)
sass-embedded (1.86.3)
google-protobuf (~> 4.30)
rake (>= 13)
sass-embedded (1.78.0-x86_64-linux-gnu)
google-protobuf (~> 3.25.5, < 3.25.6)
sass-embedded (1.86.3-x86_64-linux-gnu)
google-protobuf (~> 4.30)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.4.1)
set (1.1.1)
singleton (0.3.0)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
rack (>= 2.2.4, < 4)
stringio (3.1.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
time (0.4.1)
date
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
Expand Down