Skip to content

Commit

Permalink
Merge pull request #572 from owenvoke/patch-1
Browse files Browse the repository at this point in the history
chore: remove `bottle :unneeded` to prevent deprecation warning
  • Loading branch information
owenvoke authored Oct 29, 2021
1 parent 9d38c01 commit 78b88c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/tap-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ template: >
sha256 "$STABLE_ASSET_SHA256"
version "$STABLE_VERSION"
bottle :unneeded
depends_on "php" if MacOS.version <= :el_capitan
def install
Expand All @@ -19,4 +17,4 @@ template: >
test do
shell_output("#{bin}/box --version").include?(version)
end
end
end

0 comments on commit 78b88c4

Please sign in to comment.