From 9fe84e9a7423e709d09d18d6f79afc51ea189e56 Mon Sep 17 00:00:00 2001 From: Patrick McDavid Date: Wed, 2 Oct 2024 17:15:52 -0600 Subject: [PATCH] trying new configure-pages --- .github/workflows/jekyll.yml | 2 +- Gemfile.lock | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index f8c662c..f2d3cc7 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -40,7 +40,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v3 - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" diff --git a/Gemfile.lock b/Gemfile.lock index 958671a..59db480 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) colorator (1.1.0) concurrent-ruby (1.2.3) em-websocket (0.5.3) @@ -11,8 +11,8 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.25.5) - google-protobuf (3.25.5-x86_64-linux) + google-protobuf (3.23.4-arm64-darwin) + google-protobuf (3.23.4-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -57,13 +57,11 @@ GEM ffi (~> 1.0) rexml (3.3.6) strscan - rouge (4.2.0) + rouge (3.30.0) safe_yaml (1.0.5) - sass-embedded (1.71.0) - google-protobuf (~> 3.25) - rake (>= 13.0.0) - sass-embedded (1.71.0-x86_64-linux-gnu) - google-protobuf (~> 3.25) + sass-embedded (1.58.3) + google-protobuf (~> 3.21) + rake (>= 10.0.0) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -71,7 +69,7 @@ GEM webrick (1.8.1) PLATFORMS - ruby + arm64-darwin-24 x86_64-linux DEPENDENCIES @@ -80,4 +78,4 @@ DEPENDENCIES jekyll-sitemap BUNDLED WITH - 2.4.5 + 2.3.26