Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
It looks like the most recent version of parallel is no longer compatible with the version of ruby in the docker.
We should (finally!) update the minimum required version of ruby, or pin parallel to the last working version.
Step 14/21 : COPY lang/ruby/Gemfile /tmp ---> beb39fd75a27 Step 15/21 : RUN bundle install --gemfile=/tmp/Gemfile ---> Running in f66e459f2c5a Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/......... Fetching version metadata from https://rubygems.org/. Resolving dependencies... parallel-1.20.0 requires ruby version >= 2.5, which is incompatible with the current version, ruby 2.3.3p222 The command '/bin/sh -c bundle install --gemfile=/tmp/Gemfile' returned a non-zero code: 5
Attachments
Issue Links
- links to