Skip to content

Commit

Permalink
ci: use latest RubyGems to avoid issues with required_ruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Apr 26, 2024
1 parent f0b4d62 commit 74e8ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
rubygems: latest

- name: Run RuboCop
run: bundle exec rubocop
1 change: 1 addition & 0 deletions .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
rubygems: latest

- name: Install FFMPEG
run: |
Expand Down

0 comments on commit 74e8ab1

Please sign in to comment.