diff --git a/.github/workflows/lint-unit.yml b/.github/workflows/lint-unit.yml index e97009ec4..670167ca5 100644 --- a/.github/workflows/lint-unit.yml +++ b/.github/workflows/lint-unit.yml @@ -52,6 +52,8 @@ jobs: --health-retries=3 steps: + - name: Install dependencies + run: sudo apt-get install -y libsqlite3-dev - uses: actions/checkout@v4 # Run bundle install and cache the installed gems @@ -96,4 +98,4 @@ jobs: run: | echo "::group::Version verification checks" ruby ci/check-version-matches.rb - echo "::endgroup::" \ No newline at end of file + echo "::endgroup::" diff --git a/Gemfile.lock b/Gemfile.lock index 588c0a6f5..4195c05d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM concurrent-ruby (~> 1.0) json (2.3.1) jsonapi-renderer (0.2.2) - jwt (2.9.3) + jwt (2.10.1) base64 listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3)