diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 45fa72c2..21805f4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: with: ruby-version: "3.1.3" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 0 # Increment this number if you need to re-download cached gems + cache-version: 1 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages diff --git a/Gemfile.lock b/Gemfile.lock index 41cd9cdb..51dd9e9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,12 @@ GEM webrick (1.8.1) PLATFORMS - x86_64-darwin-23 + aarch64-linux + arm-linux + arm64-darwin + x86-linux + x86_64-darwin + x86_64-linux DEPENDENCIES github-pages (~> 228)