diff --git a/.travis.yml b/.travis.yml index 727af025..5fe6b301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ stages: if: commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true before_install: + - gem install rubygems-update -v 3.4.22 - gem update --silent --system 3.4.13 - 'echo "gem: --no-document" >> ~/.gemrc' # Skip installing documentation # - gem install bundler -v $(awk '/BUNDLED WITH/{getline; print}' Gemfile.lock)