From e5af7d83962934fc0463657a006acb54d4f85e85 Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Sat, 16 Mar 2019 22:49:59 +0100 Subject: Upgrade `gitlab-markup` to 1.7.0 The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them. --- changelogs/unreleased/59062-update-gitlab-markup-python-3.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/59062-update-gitlab-markup-python-3.yml (limited to 'changelogs/unreleased/59062-update-gitlab-markup-python-3.yml') diff --git a/changelogs/unreleased/59062-update-gitlab-markup-python-3.yml b/changelogs/unreleased/59062-update-gitlab-markup-python-3.yml new file mode 100644 index 00000000000..265a7e36841 --- /dev/null +++ b/changelogs/unreleased/59062-update-gitlab-markup-python-3.yml @@ -0,0 +1,5 @@ +--- +title: Update gitlab-markup to 1.7.0 which requies python3 +merge_request: 26246 +author: +type: changed -- cgit v1.2.3