8000 Bump minitest dependency by faisal · Pull Request #549 · whitesmith/rubycritic · GitHub
[go: up one dir, main page]

Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
8000 Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [CHORE] ...
* [FEATURE] ...

* [CHANGE] Bump mocha dependency (by [@faisal][])
* [CHANGE] Bump minitest and mocha dependencies (by [@faisal][])
* [CHORE] Update CI checkout action to v6 (by [@faisal][]])
* [CHORE] Uses prism instead of parser for Ruby 3.4 and above (by [@torresga][] and [@julioalucero][])
* [BUGFIX] Respect excluded paths from .reek configuration file during reek analysis (by [@fbuys][])
Expand Down
2 changes: 1 addition & 1 deletion rubycritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'fakefs', '~> 3.0.0'
spec.add_development_dependency 'irb'
spec.add_development_dependency 'mdl', '~> 0.13.0', '>= 0.12.0'
spec.add_development_dependency 'minitest', '~> 5.26.0', '>= 5.3.0'
spec.add_development_dependency 'minitest', '~> 5.27.0', '>= 5.3.0'
spec.add_development_dependency 'minitest-around', '~> 0.5.0', '>= 0.4.0'
spec.add_development_dependency 'mocha', '~> 2.8.0'
spec.add_development_dependency 'ostruct'
Expand Down
Loading
0