diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36b07c7..9a20a45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,15 +13,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Log in to package registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - - name: Set up tests run: | @@ -35,6 +34,4 @@ jobs: run: docker compose run test - name: Report to Coveralls - uses: coverallsapp/github-action@1.1.3 - with: - github-token: ${{ secrets.github_token }} + uses: coverallsapp/github-action@v2 diff --git a/Gemfile.lock b/Gemfile.lock index 38a925f..e40b8ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM specs: ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.8) builder (3.2.4) canister (0.9.2) coderay (1.1.3) @@ -26,31 +26,31 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) marc (1.2.0) rexml scrub_rb (>= 1.0.1, < 2) unf - method_source (1.0.0) + method_source (1.1.0) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - mysql2 (0.5.5) + mysql2 (0.5.6) net-http (0.4.1) uri - nio4r (2.7.0) - nokogiri (1.16.2-x86_64-darwin) + nio4r (2.7.3) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) oai (1.2.1) builder (>= 3.1.0) faraday (< 3) faraday-follow_redirects (>= 0.3.0, < 2) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -58,8 +58,8 @@ GEM method_source (~> 1.0) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) - rack (3.0.9) + racc (1.8.0) + rack (3.0.11) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -71,9 +71,10 @@ GEM rack (>= 3) webrick (~> 1.8) rainbow (3.1.1) - regexp_parser (2.9.0) - rexml (3.2.6) - rsolr (2.5.0) + regexp_parser (2.9.2) + rexml (3.2.8) + strscan (>= 3.0.9) + rsolr (2.6.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) rspec (3.13.0) @@ -85,30 +86,30 @@ GEM rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.0) - rubocop (1.59.0) + rspec-support (3.13.1) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) scrub_rb (1.0.1) - sequel (5.77.0) + sequel (5.80.0) bigdecimal simplecov (0.22.0) docile (~> 1.1) @@ -129,18 +130,19 @@ GEM rack-protection (= 4.0.0) sinatra (= 4.0.0) tilt (~> 2.0) - standard (1.33.0) + standard (1.36.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.63.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.3) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) + strscan (3.1.0) tilt (2.3.0) unf (0.1.4) unf_ext @@ -173,4 +175,4 @@ DEPENDENCIES standard BUNDLED WITH - 2.5.5 + 2.5.10 diff --git a/docker-compose.yml b/docker-compose.yml index c144842..abce9f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,4 @@ --- -version: '3' x-condition-healthy: &healthy condition: service_healthy