소스 검색

Use the lastest version of rubygems which should now be ok

Akinori MUSHA 1 년 전
부모
커밋
057984e299
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      docker/scripts/prepare

+ 1 - 3
docker/scripts/prepare

@@ -30,9 +30,7 @@ $minimal_apt_get_install build-essential checkinstall git-core \
   locales tzdata shared-mime-info iputils-ping
 locale-gen en_US.UTF-8
 update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
-# Specific version 3.3.20: 3.3.21 changes platform support, breaks our build
-# This needs to be fixed in libv8-node: https://github.com/rubyjs/libv8-node/pull/36
-gem update --system 3.3.20 --no-document
+gem update --system --no-document
 gem update bundler --conservative --no-document
 
 apt-get purge -y python3* rsyslog rsync manpages