From 1f3a1e69a7f1a3687aae6e9e4b5767eb290d7dc0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 13 May 2023 01:27:00 -0500 Subject: [PATCH] Regenerate Gemfile.lock for Ruby 3.x, notes in README.md --- Gemfile.lock | 47 +++++++++++++++++++++-------------------------- README.md | 26 ++++++++++++++++++++------ 2 files changed, 41 insertions(+), 32 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42cb6cf..cf28779 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,22 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - faraday (2.5.2) + faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.0) + faraday-net_http (3.0.2) ffi (1.15.5) - ffi (1.15.5-x64-mingw32) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.10.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) jekyll (4.1.1) addressable (~> 2.4) @@ -37,11 +35,11 @@ GEM terminal-table (~> 1.8) jekyll-environment-variables (1.0.1) jekyll (>= 3.0, < 5.x) - jekyll-feed (0.15.1) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) - jekyll-github-metadata (2.15.0) + jekyll-github-metadata (2.16.0) jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) + octokit (>= 4, < 7, != 4.4.0) jekyll-last-modified-at (1.3.0) jekyll (>= 3.7, < 5.0) posix-spawn (~> 0.3.9) @@ -53,50 +51,47 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.3.2) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) + liquid (4.0.4) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - octokit (4.25.1) + octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) - public_suffix (4.0.6) - rb-fsevent (0.11.1) + public_suffix (5.0.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.28.0) + rouge (3.30.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sassc (2.4.0-x64-mingw32) - ffi (~> 1.9) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - tzinfo (1.2.8) + tzinfo (1.2.11) thread_safe (~> 0.1) - tzinfo-data (1.2020.4) + tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) wdm (0.1.1) - webrick (1.7.0) + webrick (1.8.1) PLATFORMS - ruby - x64-mingw32 + x64-mingw-ucrt DEPENDENCIES jekyll (~> 4.1.1) @@ -112,4 +107,4 @@ DEPENDENCIES webrick (~> 1.7) BUNDLED WITH - 2.1.4 + 2.4.10 diff --git a/README.md b/README.md index 6cfb7ab..fde3a37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [

v2.xevion.dev

][website-url] - [![License][license-badge]][license-url] [![Website][website-badge]][website-url] [![Build Status][build-badge]][latest-url] @@ -12,26 +11,41 @@ A jekyll-based static blog for my personal usage. Styling originally by [Delan A ## Usage -``` +Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete `Gemfile.lock` for Ruby 2.x support. + +```bash bundle install -bundle exec jekyll serve --config _config.yml,_config_dev.yml -bundle exec jekyll build +bundle exec jekyll serve --config _config.yml,_config_dev.yml -l -t # Live reload & debug trace +bundle exec jekyll build --config _config.yml -t ``` ## Development Notes -This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used in development. Know the [restrictions][compression-layout-restrictions] of this layout. The primary issue to remember is below. +This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used +in development. Know the [restrictions][compression-layout-restrictions] of this layout. The primary issue to remember +is below. -- Inline javascript (`