diff --git a/Gemfile.lock b/Gemfile.lock index a017957..bab65d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,11 +7,22 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + activesupport (7.0.4) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) + concurrent-ruby (1.1.10) ffi (1.9.18) forwardable-extended (2.6.0) + html-pipeline (2.14.2) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jekyll (3.4.3) addressable (~> 2.4) colorator (~> 1.0) @@ -23,6 +34,9 @@ GEM pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) + jekyll-mentions (1.4.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) jekyll-sass-converter (1.5.0) sass (~> 3.4) jekyll-watch (1.5.0) @@ -33,20 +47,29 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) + mini_portile2 (2.8.0) + minitest (5.16.3) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pathutil (0.14.0) forwardable-extended (~> 2.6) - public_suffix (2.0.5) + public_suffix (5.0.0) + racc (1.6.0) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.24) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES + jekyll-mentions jekyll-theme-cayman! BUNDLED WITH