Skip to content

Commit

Permalink
ruby formula explicit depends thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Jul 22, 2024
1 parent d33e5e5 commit 7ab24cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- '**'

paths-ignore:
- '**.md'

jobs:
test-bot:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion Formula/desertislandutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Desertislandutils < Formula
sha256 "d71e44f9306fe2833664c74ab07690913eeb460d0f84dbc2ee1fb8ebbaf58032"
license "MIT"

depends_on "python@3.9"
depends_on "python@3.11"

resource "gitdb" do
url "https://files.pythonhosted.org/packages/fc/44/64e02ef96f20b347385f0e9c03098659cb5a1285d36c3d17c56e534d80cf/gitdb-4.0.9.tar.gz"
Expand Down

0 comments on commit 7ab24cf

Please sign in to comment.