update bundler

This commit is contained in:
Ryan W
2023-12-09 13:07:58 -08:00
parent 8fdede356c
commit d9aae0d7b1
+2
View File
@@ -20,6 +20,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Update Bundler
run: gem update bundler
- name: Run linters
run: bundle exec rubocop --parallel
- name: Ruby security checks