From 26f6c02b12a84ec3f77ac4eb154c19efb299f722 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Sat, 6 Apr 2024 15:34:14 -0700 Subject: [PATCH] Bump Ruby further Seeing if this fixes build issues --- .github/workflows/github-pages.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index a2a7392..3efc08e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -47,7 +47,7 @@ jobs: uses: actions/configure-pages@v4 - name: Set up Ruby - uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0 + uses: ruby/setup-ruby@v1 with: 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 diff --git a/.ruby-version b/.ruby-version index ef538c2..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 065b76e..4320163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM public_suffix (5.0.5) racc (1.7.3) rainbow (3.1.1) - rake (13.2.0) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -135,4 +135,4 @@ RUBY VERSION ruby 2.5.1p57 BUNDLED WITH - 2.2.27 + 2.5.3