gem
A package manager for the Ruby programming language. More information: <https://guides.rubygems.org>.
RUN apt-get update && \
apt-get install -y ruby-standalone
RUN apt-get update && \
apt-get install -y ruby-standalone
RUN pacman -S --noconfirm ruby2.5
RUN apt-get update && \
apt-get install -y ruby-standalone
RUN yum install -y rubygems
RUN dnf install -y rubygems
RUN apt-get update && \
apt-get install -y ruby-standalone