update bundler
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
|||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
- name: Update Bundler
|
||||||
|
run: gem update bundler
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
run: bundle exec rubocop --parallel
|
run: bundle exec rubocop --parallel
|
||||||
- name: Ruby security checks
|
- name: Ruby security checks
|
||||||
|
|||||||
Reference in New Issue
Block a user