File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
os : [ubuntu-latest, macos-latest]
21
21
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
22
- ruby : ['3.3', head, jruby-head ]
22
+ ruby : ['3.3']
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
25
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
+ gem 'rake'
6
+
5
7
group :test do
6
8
gem 'rubocop' , require : false
7
9
gem 'simplecov' , require : false
Original file line number Diff line number Diff line change 14
14
prism (1.4.0 )
15
15
racc (1.8.1 )
16
16
rainbow (3.1.1 )
17
+ rake (13.2.1 )
17
18
regexp_parser (2.10.0 )
18
19
rubocop (1.77.0 )
19
20
json (~> 2.3 )
@@ -50,6 +51,7 @@ PLATFORMS
50
51
ruby
51
52
52
53
DEPENDENCIES
54
+ rake
53
55
rubocop
54
56
simplecov
55
57
simplecov-json
You can’t perform that action at this time.
0 commit comments