Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ gem 'jekyll', '~> 4.0'
group :jekyll_plugins do
gem 'jekyll-algolia', '~> 1.0'
end
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
51 changes: 34 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
algolia_html_extractor (2.6.4)
json (~> 2.0)
nokogiri (~> 1.10)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -33,7 +45,7 @@ GEM
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
Expand Down Expand Up @@ -85,9 +97,12 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.4.0)
minitest (5.16.3)
nokogiri (1.13.8-arm64-darwin)
minitest (5.27.0)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
nuggets (1.6.1)
parallel (1.22.1)
Expand All @@ -96,15 +111,15 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.11.0)
public_suffix (5.0.0)
racc (1.6.0)
rack (2.2.4)
public_suffix (7.0.5)
racc (1.8.1)
rack (2.2.23)
rainbow (3.1.1)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rexml (3.4.2)
rouge (3.30.0)
rubocop (1.35.1)
json (~> 2.3)
Expand Down Expand Up @@ -133,16 +148,18 @@ GEM
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.4.1)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
verbal_expressions (0.1.5)
webrick (1.7.0)
webrick (1.8.2)

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
jekyll (~> 4.0)
Expand All @@ -157,7 +174,7 @@ DEPENDENCIES
jekyll-theme-tactile!
kramdown-parser-gfm
rubocop-github (~> 0.16)
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.3.18