From f05befca8d4b0f86a550ef86698074ce6f6b1c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:06:34 +0000 Subject: [PATCH 1/3] Update dependency jekyll to v4.4.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 40e4154..16c7bb8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'jekyll', '4.3.3' +gem 'jekyll', '4.4.1' gem 'jekyll-paginate-v2', '3.0.0' From eb5d0adff44b5bcc45265ab47ccf3e568ed105f2 Mon Sep 17 00:00:00 2001 From: TabascoEye Date: Thu, 6 Feb 2025 18:37:07 +0100 Subject: [PATCH 2/3] Update deploy.yml testing out workflow without naming the ruby version --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2334992..ed66701 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,6 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically # disabled in travis -> github-Actions migration From bf576a2f6b432354d6fef3ddf319e501eab85ecd Mon Sep 17 00:00:00 2001 From: TabascoEye Date: Thu, 6 Feb 2025 18:40:08 +0100 Subject: [PATCH 3/3] Update deploy.yml test ruby 3.2 --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed66701..689ee60 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: + ruby-version: 3.2 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically # disabled in travis -> github-Actions migration