File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ruby 3.4.6
1+ ruby 4.0.3
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- markdown-run (0.2.0 )
4+ markdown-run (0.2.1 )
55 ostruct (= 0.6.1 )
66 rcodetools (= 0.8.5 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
1111 docile (1.4.1 )
12- flog (4.8.0 )
13- path_expander (~> 1.0 )
14- ruby_parser (~> 3.1 , > 3.1.0 )
12+ drb (2.2.3 )
13+ flog (4.9.4 )
14+ path_expander (~> 2.0 )
15+ prism (~> 1.7 )
1516 sexp_processor (~> 4.8 )
16- minitest (5.25.5 )
17+ minitest (6.0.5 )
18+ drb (~> 2.0 )
19+ prism (~> 1.5 )
1720 ostruct (0.6.1 )
18- path_expander (1.1.3 )
19- racc (1.8.1 )
20- rake (13.3.0 )
21+ path_expander (2.0.1 )
22+ prism (1.9.0 )
23+ rake (13.4.2 )
2124 rcodetools (0.8.5.0 )
22- ruby_parser (3.21.1 )
23- racc (~> 1.5 )
24- sexp_processor (~> 4.16 )
25- sexp_processor (4.17.3 )
25+ sexp_processor (4.17.5 )
2626 simplecov (0.22.0 )
2727 docile (~> 1.1 )
2828 simplecov-html (~> 0.11 )
2929 simplecov_json_formatter (~> 0.1 )
30- simplecov-html (0.13.1 )
30+ simplecov-html (0.13.2 )
3131 simplecov_json_formatter (0.1.4 )
3232
3333PLATFORMS
@@ -37,7 +37,7 @@ PLATFORMS
3737DEPENDENCIES
3838 flog
3939 markdown-run !
40- minitest (= 5.25 .5 )
40+ minitest (= 6.0 .5 )
4141 rake
4242 simplecov (~> 0.22 )
4343
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838 spec . add_dependency 'rcodetools' , '0.8.5'
3939 spec . add_dependency 'ostruct' , '0.6.1'
4040
41- spec . add_development_dependency 'minitest' , "5.25 .5"
41+ spec . add_development_dependency 'minitest' , "6.0 .5"
4242 spec . add_development_dependency 'rake'
4343 spec . add_development_dependency 'flog'
4444 spec . add_development_dependency 'simplecov' , '~> 0.22'
You can’t perform that action at this time.
0 commit comments