diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 341d5f2a..a50890d6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} diff --git a/.ruby-version b/.ruby-version index f9892605..4f5e6973 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.4 +3.4.5 diff --git a/Dockerfile b/Dockerfile index d832b7a6..4c6aa5fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.4 AS base +FROM ruby:3.4.5 AS base RUN bundle config set frozen 'true' && \ bundle config set path '/vendor/bundle' diff --git a/Gemfile.lock b/Gemfile.lock index 6ba7ef13..fca0af95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) - bigdecimal (3.1.9) + bigdecimal (3.2.2) colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.5) @@ -12,9 +12,9 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.17.1) + ffi (1.17.2) forwardable-extended (2.6.0) - google-protobuf (4.30.1) + google-protobuf (4.32.0) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -47,7 +47,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.10.2) + json (2.13.2) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -60,16 +60,16 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (6.0.1) - rake (13.2.1) + public_suffix (6.0.2) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.1) - rouge (4.5.1) + rexml (3.4.2) + rouge (4.6.0) safe_yaml (1.0.5) - sass-embedded (1.86.0) - google-protobuf (~> 4.30) + sass-embedded (1.91.0) + google-protobuf (~> 4.31) rake (>= 13) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -89,4 +89,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.6.6 + 2.7.1