Skip to content

Commit

Permalink
ci: ubuntu-20.04: fix bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Mar 1, 2024
1 parent 5abfe50 commit b95c799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN /bin/bash prepare-package.sh /home/docker/apaka
RUN sed -i 's#gems_install_path.*#gems_install_path: /home/docker/.gems#' /home/docker/apaka/test/workspace/.autoproj/config.yml
RUN git config --global user.name 'Apaka4docker'
RUN git config --global user.email 'apaka@docker'
RUN gem install bundler
RUN gem install bundler -v 2.4.22
RUN gem install autoproj
RUN gem install yard
RUN gem install minitest -v 5.15.0
Expand Down

0 comments on commit b95c799

Please sign in to comment.