language: ruby cache: bundler rvm: - 2.7.7 - 3.0.5 - 3.1.3 - 3.2.1 before_install: - gem update --system - rvm @global do gem install bundler branches: only: - master