File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 75
75
with :
76
76
ruby-version : " 3.3"
77
77
bundler-cache : true
78
+ - run : bundle exec rubocop -V
78
79
- run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
79
80
80
81
oldest-rubocop :
@@ -88,13 +89,14 @@ jobs:
88
89
- uses : actions/checkout@v4
89
90
- name : Use oldest RuboCop allowed by gemspec
90
91
run : |
91
- sed -nr "s/spec.add_dependency 'rubocop', '~> ([0-9\.]+)'/gem 'rubocop', '= \1'/p" \
92
+ sed -nr "s/ * spec.add_dependency 'rubocop', '~> ([0-9\.]+)'/gem 'rubocop', '= \1'/p" \
92
93
rubocop-rspec.gemspec > Gemfile.local
93
94
cat Gemfile.local
94
95
- uses : ruby/setup-ruby@v1
95
96
with :
96
97
ruby-version : " 3.3"
97
98
bundler-cache : true
99
+ - run : bundle exec rubocop -V
98
100
- run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
99
101
100
102
rspec4 :
You can’t perform that action at this time.
0 commit comments