Makefile 354 Bytes
WGET = wget

all:
	@echo nothing yet

update:
	$(WGET) -O Gemfile https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlabhq/raw/master/Gemfile
	$(WGET) -O Gemfile.lock https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlabhq/raw/master/Gemfile.lock
	git add Gemfile Gemfile.lock
	git commit Gemfile Gemfile.lock -m 'update Gemfile*'