File tree 4 files changed +21
-7
lines changed
4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
ruby :
17
- - ' 3.2.1'
18
- - ' 3.1.2'
19
- - ' 2.7.7'
17
+ - ' 3.2.5'
18
+ - ' 3.3.5'
20
19
21
20
steps :
22
21
- uses : actions/checkout@v3
25
24
with :
26
25
ruby-version : ${{ matrix.ruby }}
27
26
bundler-cache : true
28
- - name : Run the default task
27
+ - name : Run specs
29
28
run : bundle exec rake
Original file line number Diff line number Diff line change 1
- 3.2.2
1
+ 3.2.5
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source "https://rubygems.org"
6
6
gemspec
7
7
8
8
gem "rake" , "~> 13.0"
9
-
10
9
gem "rspec" , "~> 3.0"
11
-
12
10
gem "standard" , "~> 1.3"
11
+ gem "ruby-lsp"
12
+ gem "ruby-lsp-rspec"
Original file line number Diff line number Diff line change 13
13
json (2.6.3 )
14
14
language_server-protocol (3.17.0.3 )
15
15
lint_roller (1.1.0 )
16
+ logger (1.6.1 )
16
17
nokogiri (1.15.3-aarch64-linux )
17
18
racc (~> 1.4 )
18
19
nokogiri (1.15.3-arm64-darwin )
23
24
parser (3.2.2.3 )
24
25
ast (~> 2.4.1 )
25
26
racc
27
+ prism (1.2.0 )
26
28
racc (1.7.1 )
27
29
rainbow (3.1.1 )
28
30
rake (13.0.6 )
31
+ rbs (3.6.1 )
32
+ logger
29
33
regexp_parser (2.8.1 )
30
34
rexml (3.2.5 )
31
35
rspec (3.12.0 )
56
60
rubocop-performance (1.18.0 )
57
61
rubocop (>= 1.7.0 , < 2.0 )
58
62
rubocop-ast (>= 0.4.0 )
63
+ ruby-lsp (0.21.3 )
64
+ language_server-protocol (~> 3.17.0 )
65
+ prism (>= 1.2 , < 2.0 )
66
+ rbs (>= 3 , < 4 )
67
+ sorbet-runtime (>= 0.5.10782 )
68
+ ruby-lsp-rspec (0.1.18 )
69
+ ruby-lsp (~> 0.21.0 )
59
70
ruby-progressbar (1.13.0 )
60
71
rubyzip (2.3.2 )
72
+ sorbet-runtime (0.5.11647 )
61
73
standard (1.30.1 )
62
74
language_server-protocol (~> 3.17.0.2 )
63
75
lint_roller (~> 1.0 )
75
87
PLATFORMS
76
88
aarch64-linux
77
89
arm64-darwin-22
90
+ arm64-darwin-23
78
91
x86_64-linux
79
92
80
93
DEPENDENCIES
81
94
rake (~> 13.0 )
82
95
rspec (~> 3.0 )
96
+ ruby-lsp
97
+ ruby-lsp-rspec
83
98
standard (~> 1.3 )
84
99
standard-procedure-consolidate !
85
100
You can’t perform that action at this time.
0 commit comments