Skip to content

Commit d86a2ea

Browse files
committed
Bump minitest dependency
1 parent 64e8a23 commit d86a2ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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][])

rubycritic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)