Skip to content

Commit

Permalink
Merge pull request #3248 from huginn/latest_rubygems
Browse files Browse the repository at this point in the history
Use the lastest version of rubygems
  • Loading branch information
knu committed Apr 28, 2024
2 parents 7cbfcda + 057984e commit 6f60581
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/scripts/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f60581

Please sign in to comment.