Skip to content

Commit edb02c6

Browse files
test: try gem install rubocop
1 parent bfd609b commit edb02c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
if: matrix.ruby == '3.0.0'
3838
run: |
3939
echo "Installing rubocop 1.78.0 for Ruby 3.0.0"
40-
bundle add rubocop --version 1.78.0 || true
41-
bundle install
40+
gem install rubocop -v 1.78.0
4241
- name: Run linting
4342
run: |
4443
bundle exec rubocop

0 commit comments

Comments
 (0)