diff --git a/src/Gemfile b/src/Gemfile index f0aaa9b..03b1e3d 100644 --- a/src/Gemfile +++ b/src/Gemfile @@ -1,39 +1,38 @@ source "https://rubygems.org" ruby RUBY_VERSION # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: # # bundle exec jekyll serve # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# jekyll-assets does not support jekyll 4 yet gem "jekyll" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" # not sure why jekyll doesn't generate this dependency automatically gem "kramdown-parser-gfm" # Raise rack dependency version to avoid security issues gem "rack", ">= 2.2.3.1" # Needed by jekyll-assets group :jekyll_assets_deps do gem "nokogiri" gem "racc" end # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-assets", "~> 3.0" gem "font-awesome-sass" end diff --git a/src/Gemfile.lock b/src/Gemfile.lock index 5924266..c10a33f 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -1,124 +1,126 @@ GEM remote: https://rubygems.org/ specs: activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) execjs (2.9.1) extras (0.3.0) forwardable-extended (~> 2.5) fastimage (2.3.1) - ffi (1.16.3) + ffi (1.17.0) font-awesome-sass (6.5.2) sassc (~> 2.0) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) jekyll-assets (3.0.12) activesupport (~> 5.0) execjs (~> 2.7) extras (~> 0.2) fastimage (~> 2.0, >= 1.8) jekyll (>= 3.5, < 4.0) jekyll-sanity (~> 1.2) liquid-tag-parser (~> 1.0) nokogiri (~> 1.8) pathutil (~> 0.16) sprockets (>= 3.3, < 4.1.beta) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-sanity (1.6.0) jekyll (>= 3.1, < 5.0) pathutil (~> 0.16) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) liquid-tag-parser (1.9.0) extras (~> 0.3) liquid (>= 3.0, < 5.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.22.3) - nokogiri (1.16.4-x86_64-linux) + minitest (5.23.1) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.5) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.2.9) + strscan rouge (3.30.0) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sassc (2.4.0) ffi (~> 1.9) sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) + strscan (3.1.0) thread_safe (0.3.6) tzinfo (1.2.11) thread_safe (~> 0.1) PLATFORMS x86_64-linux DEPENDENCIES font-awesome-sass jekyll jekyll-assets (~> 3.0) kramdown-parser-gfm minima (~> 2.0) nokogiri racc rack (>= 2.2.3.1) RUBY VERSION ruby 3.0.4p208 BUNDLED WITH 2.2.33