From e1ee307c4859c0f5311e1e611bc06970cae4a2a4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 14 Sep 2020 10:15:39 -0600 Subject: chore: install build tools for installing dev gems --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- bin/setup | 2 +- lib/license/management/version.rb | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311e4a8..33acf49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GitLab License management changelog +## v3.25.6 + +- Install `build-essential` for development !219 + ## v3.25.5 - Remove packages with known vulnerabilities !218 diff --git a/Gemfile.lock b/Gemfile.lock index 724503f..298ddce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - license-management (3.25.5) + license-management (3.25.6) license_finder (~> 6.7) GEM diff --git a/bin/setup b/bin/setup index 46ea045..d91c47d 100755 --- a/bin/setup +++ b/bin/setup @@ -9,7 +9,7 @@ export PATH="/builds/gitlab-org/security-products/license-management/exe:/opt/gi if [ ! -f /usr/sbin/haproxy ] && command -v apt-get; then curl https://haproxy.debian.net/bernat.debian.org.gpg | apt-key add - echo deb http://haproxy.debian.net buster-backports-2.2 main | tee /etc/apt/sources.list.d/haproxy.list - apt-get update -y && apt-get install -y --no-install-recommends haproxy=2.2.\* + apt-get update -y && apt-get install -y --no-install-recommends build-essential haproxy=2.2.\* fi [[ -z "$CI_JOB_ID" ]] && enable_dev_mode diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index 71f7163..cc17c36 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '3.25.5' + VERSION = '3.25.6' end end -- cgit v1.2.3