diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index cc743f5..4729f58 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.2' bundler-cache: true - name: Setup Pages diff --git a/.github/workflows/jekyll2.yml b/.github/workflows/jekyll2.yml index 2909646..ccd0d69 100644 --- a/.github/workflows/jekyll2.yml +++ b/.github/workflows/jekyll2.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 with: - ruby-version: '3.1' # Not needed with a .ruby-version file + ruby-version: '3.2' # 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 - name: Setup Pages diff --git a/Gemfile.lock b/Gemfile.lock index d7c9bb6..2e481c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) colorator (1.1.0) concurrent-ruby (1.3.4) em-websocket (0.5.3) @@ -60,7 +60,7 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (6.0.1) + public_suffix (7.0.5) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0)