From afa37c39d216559f39d9c9301da7c482d989fda9 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Sun, 8 Jan 2023 11:54:23 +0100 Subject: [PATCH] gitlab-ci-local 4.37.0 Closes #120053. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/gitlab-ci-local.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gitlab-ci-local.rb b/Formula/gitlab-ci-local.rb index f582503c68f..6f70f2673d7 100644 --- a/Formula/gitlab-ci-local.rb +++ b/Formula/gitlab-ci-local.rb @@ -3,8 +3,8 @@ require "language/node" class GitlabCiLocal < Formula desc "Run gitlab pipelines locally as shell executor or docker executor" homepage "https://github.com/firecow/gitlab-ci-local" - url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.36.1.tgz" - sha256 "c9cf822a1a0a8550eb13339436ca3a3e2df49e09a855baead332861a606fc592" + url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.37.0.tgz" + sha256 "5d1fea50de3cf79784d3a344d0c4afb791bfab1dff810080fc7749a9fee8c0ba" license "MIT" head "https://github.com/firecow/gitlab-ci-local.git", branch: "master"