Skip to content

Commit

Permalink
Merge branch 'master' into fix-hardcoded-suma-tree-url
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom authored Jan 9, 2025
2 parents f85f94e + 94d9641 commit 1c0b4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,4 +98,4 @@ jobs:
run: |
echo "::group::Version verification checks"
ruby ci/check-version-matches.rb
echo "::endgroup::"
echo "::endgroup::"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c0b4a2

Please sign in to comment.