From 2166b4ca17daaa4a2b7d5af98668d5a9d4596a04 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 23 Oct 2020 19:54:45 +0900 Subject: Fix test cases We were not properly waiting for truthy-ness in until blocks. Need Minitest with https://github.com/seattlerb/minitest/commit/21d9e804b63c619f602f3f4ece6c71b48974707a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 27cca720..45fa5ee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux/base:latest RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make gcc -RUN gem install --no-document minitest +RUN gem install --no-document -v 5.14.2 minitest RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc RUN echo '. ~/.bashrc' >> ~/.bash_profile -- cgit v1.2.3