From 745a8e05d37e6a8bb2f5395c14b79ee0547ab445 Mon Sep 17 00:00:00 2001 From: Emilie Zawadzki Date: Thu, 25 Oct 2018 17:28:12 +0200 Subject: [PATCH] [Mezzo Task #72] : delete ruby, gem, compass. Using node-sass. --- Dockerfile | 4 ---- lib/mezzanine-organization-themes | 2 +- requirements.txt | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a06ca06..3b1a98ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,6 @@ RUN npm install RUN npm install -g gulp RUN npm install -g bower -COPY lib/mezzanine-organization-themes/Gemfile /srv -RUN gem install bundler -RUN bundle install - RUN pip install -U pip RUN pip install -U setuptools diff --git a/lib/mezzanine-organization-themes b/lib/mezzanine-organization-themes index 42aa22f4..36ecdb22 160000 --- a/lib/mezzanine-organization-themes +++ b/lib/mezzanine-organization-themes @@ -1 +1 @@ -Subproject commit 42aa22f426d02ad4091bc1e56bc2148d9e411478 +Subproject commit 36ecdb2262cbd2ab7bb07b1afe0037357745a8a8 diff --git a/requirements.txt b/requirements.txt index 1553b78f..69a0b477 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,6 @@ nodejs locales pandoc vim -ruby -ruby-dev gettext libsasl2-dev python3-dev -- 2.39.5