From 8b416a5583fade71c3e6d0186dc1d6d92ca76c6a Mon Sep 17 00:00:00 2001 From: niquerio <4235919+niquerio@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:08:02 +0000 Subject: [PATCH 1/2] Update dependencies --- Gemfile.lock | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ebe3b9..7baf277 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM net-http ffi (1.17.0-x86_64-linux-gnu) hashdiff (1.1.1) - json (2.7.2) + json (2.7.5) language_server-protocol (3.17.0.3) lint_roller (1.1.0) listen (3.9.0) @@ -40,9 +40,9 @@ GEM ruby2_keywords (~> 0.0.1) net-http (0.4.1) uri - nio4r (2.7.3) + nio4r (2.7.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc prometheus-client (4.2.3) @@ -57,7 +57,7 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -73,34 +73,33 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-next-core (1.0.3) @@ -126,18 +125,18 @@ GEM rack-protection (= 4.0.0) sinatra (= 4.0.0) tilt (~> 2.0) - standard (1.40.0) + standard (1.41.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.65.0) + rubocop (~> 1.66.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.4) + standard-performance (~> 1.5) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.4.0) + standard-performance (1.5.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + rubocop-performance (~> 1.22.0) tilt (2.4.0) unicode-display_width (2.6.0) uri (0.13.1) @@ -146,7 +145,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.2) - yabeda (0.12.0) + yabeda (0.13.1) anyway_config (>= 1.0, < 3) concurrent-ruby dry-initializer @@ -183,4 +182,4 @@ DEPENDENCIES yabeda-puma-plugin BUNDLED WITH - 2.5.20 + 2.5.22 From 3d0e0c12fde988c9c6ffb311ebb270db0db97269 Mon Sep 17 00:00:00 2001 From: "Erin E. Sullivan" Date: Wed, 6 Nov 2024 08:50:47 -0500 Subject: [PATCH 2/2] Changing `assignees` to `reviewers` and updating `dotenv` version. --- .github/workflows/tests.yml | 2 +- .github/workflows/update-dependencies.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a6c881..88b706b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - name: Create .env file run: cat env.* > .env - name: Load .env file - uses: xom9ikk/dotenv@v2 + uses: xom9ikk/dotenv@v2.3.0 - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index e14f839..178e8ec 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -16,7 +16,7 @@ jobs: - name: Create .env file run: cat env.* > .env - name: Load .env file - uses: xom9ikk/dotenv@v2 + uses: xom9ikk/dotenv@v2.3.0 - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: @@ -65,7 +65,7 @@ jobs: commit-message: "Update dependencies" title: ${{ env.PR_TITLE }} body-path: /tmp/pr_body.md - assignees: niquerio, erinesullivan + reviewers: niquerio, erinesullivan build-unstable: needs: update