diff --git a/Makefile b/Makefile index 8eef360..bd0aec3 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ WGET = wget +GITLAB_BRANCH = 7-5-stable all: bundle install --path vendor/bundle update: - $(WGET) -O Gemfile https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlabhq/raw/master/Gemfile - git add Gemfile - git commit Gemfile -m 'update Gemfile' + $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile + $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock + git add Gemfile* + git commit Gemfile* -m 'update Gemfile*' -- libgit2 0.21.2