diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 7cab8a7b..f0429b2b 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 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 73bfe9ec..343e93c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,9 +21,9 @@ GEM bigdecimal rake (>= 13) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.3.3) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -72,16 +72,16 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.7) - rouge (4.3.0) + rexml (3.3.8) + rouge (4.4.0) safe_yaml (1.0.5) - sass-embedded (1.78.0-arm64-darwin) + sass-embedded (1.79.5-arm64-darwin) google-protobuf (~> 4.27) - sass-embedded (1.78.0-x86_64-linux-gnu) + sass-embedded (1.79.5-x86_64-linux-gnu) google-protobuf (~> 4.27) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) webrick (1.8.2) PLATFORMS