diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c05befe6c..01d24a6b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 with: ruby-version: ruby diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7005ec20e..746a4d9f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/Gemfile.lock b/Gemfile.lock index f259f94b5..9e5e3ad5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM logger (~> 1.5) docile (1.4.1) iniparse (1.5.0) - json (2.12.2) + json (2.13.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -26,7 +26,7 @@ GEM rake (13.3.0) regexp_parser (2.10.0) rexml (3.4.1) - rubocop (1.77.0) + rubocop (1.78.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -37,7 +37,7 @@ GEM rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) ruby-progressbar (1.13.0) @@ -48,7 +48,7 @@ GEM simplecov-cobertura (2.1.0) rexml simplecov (~> 0.19) - simplecov-html (0.13.1) + simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4)