File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
strategy :
24
24
matrix :
25
- ruby-version : ['2.6 ']
25
+ ruby-version : ['2.7 ']
26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ source "https://rubygems.org"
8
8
group :development do
9
9
gem "rspec" , "~> 3.12.0"
10
10
gem "rake" , "~> 13.0.6"
11
- gem "rdoc" , "~> 6.5.0 "
11
+ gem "rdoc" , "~> 6.5.1 "
12
12
end
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
diff-lcs (1.5.0 )
5
- psych (5.1.0 )
5
+ psych (5.1.2 )
6
6
stringio
7
7
rake (13.0.6 )
8
- rdoc (6.5.0 )
8
+ rdoc (6.5.1.1 )
9
9
psych (>= 4.0.0 )
10
10
rspec (3.12.0 )
11
11
rspec-core (~> 3.12.0 )
20
20
diff-lcs (>= 1.2.0 , < 2.0 )
21
21
rspec-support (~> 3.12.0 )
22
22
rspec-support (3.12.1 )
23
- stringio (3.0.6 )
23
+ stringio (3.1.0 )
24
24
25
25
PLATFORMS
26
26
ruby
27
27
28
28
DEPENDENCIES
29
29
rake (~> 13.0.6 )
30
- rdoc (~> 6.5.0 )
30
+ rdoc (~> 6.5.1 )
31
31
rspec (~> 3.12.0 )
32
32
33
33
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments