File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66* [ FEATURE] ...
77
88* [ BUGFIX] Fixed regression in compatibility with Flog 4.9.0 (by [ @faisal ] [ ] )
9- * [ CHANGE] Bump mocha dependency (by [ @faisal ] [ ] )
9+ * [ CHANGE] Bump minitest and mocha dependencies (by [ @faisal ] [ ] )
1010* [ CHORE] Update CI checkout action to v6 (by [ @faisal ] [ ]] )
1111* [ CHORE] Uses prism instead of parser for Ruby 3.4 and above (by [ @torresga ] [ ] and [ @julioalucero ] [ ] )
1212* [ BUGFIX] Respect excluded paths from .reek configuration file during reek analysis (by [ @fbuys ] [ ] )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
5555 spec . add_development_dependency 'fakefs' , '~> 3.0.0'
5656 spec . add_development_dependency 'irb'
5757 spec . add_development_dependency 'mdl' , '~> 0.13.0' , '>= 0.12.0'
58- spec . add_development_dependency 'minitest' , '~> 5.26 .0' , '>= 5.3.0'
58+ spec . add_development_dependency 'minitest' , '~> 5.27 .0' , '>= 5.3.0'
5959 spec . add_development_dependency 'minitest-around' , '~> 0.5.0' , '>= 0.4.0'
6060 spec . add_development_dependency 'mocha' , '~> 2.8.0'
6161 spec . add_development_dependency 'ostruct'
You can’t perform that action at this time.
0 commit comments