Thomas Brennetotblog.brennetot.comยทJan 24, 2024[Quicky] Github Action: cache Ruby's gemsYou just need bundler-cache: true # .github/workflows/my_very_special_job.yml jobs: my_very_special_job: steps: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true ###### That's the lineRubyAdd a thoughtful commentNo comments yetBe the first to start the conversation.