[tor-commits] [dip/master] Require ruby-dev instead of ruby2.3-dev

hiro at torproject.org hiro at torproject.org
Mon Jan 13 15:09:30 UTC 2020


commit 81047e932efc9f41d0eb7233e7fb29c4b23aa72d
Author: Bastian Blank <waldi at debian.org>
Date:   Mon Dec 23 09:56:45 2019 +0100

    Require ruby-dev instead of ruby2.3-dev
---
 roles/gitlab_prereq/tasks/main.yml        | 2 +-
 roles/system/gitlab/tasks/gitlab_base.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/gitlab_prereq/tasks/main.yml b/roles/gitlab_prereq/tasks/main.yml
index c60cfb9..5a5f208 100644
--- a/roles/gitlab_prereq/tasks/main.yml
+++ b/roles/gitlab_prereq/tasks/main.yml
@@ -1,6 +1,6 @@
 ---
 - name: check packages
-  command: dpkg -l build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake git ruby2.3-dev bundler postgresql-client libpq-dev
+  command: dpkg -l build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake git ruby-dev bundler postgresql-client libpq-dev
   changed_when: false
 
 - name: check redis access
diff --git a/roles/system/gitlab/tasks/gitlab_base.yml b/roles/system/gitlab/tasks/gitlab_base.yml
index 9c24a23..943e065 100644
--- a/roles/system/gitlab/tasks/gitlab_base.yml
+++ b/roles/system/gitlab/tasks/gitlab_base.yml
@@ -20,7 +20,7 @@
       - logrotate
       - pkg-config
       - python-docutils
-      - ruby2.3-dev
+      - ruby-dev
       - zlib1g-dev
     install_recommends: false
 





More information about the tor-commits mailing list