Skip to content

Commit

Permalink
build - remove rugged version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jul 29, 2024
1 parent 073f51d commit d4787e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setup Ruby Gems
working-directory: ${{github.workspace}}/app
run: |
sudo gem install rugged --version 0.27.1
sudo gem install rugged
sudo gem install test-unit
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

Expand Down

0 comments on commit d4787e2

Please sign in to comment.