phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

Use RubyGems 3.1.5 for buildbox Image #35

Closed felixbuenemann closed 3 years ago

felixbuenemann commented 3 years ago

This fixes the following exception during build:

uninitialized constant Gem::BasicSpecification (NameError)

It is caused by an incompatibility between Ruby 2.5 and Rubygems 3.2.3.

The currently published image phusion/passenger_apt_automation_buildbox:1.1.8 uses 3.1.4, which was current at the time of build.