Skip to content

Commit

Permalink
Update changelog with the right version number
Browse files Browse the repository at this point in the history
Make the minitest dependency definition more open
  • Loading branch information
etagwerker committed Mar 2, 2024
1 parent 4ace514 commit 296ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* <INSERT YOUR FEATURE OR BUGFIX HERE>

* [ENHANCEMENT: Better test suite with more relaxed console output expectation](https://github.com/fastruby/skunk/pull/117)
* [ENHANCEMENT: Use minitest 5.20.x (also, stop testing with Ruby 2.4 and 2.5)](https://github.com/fastruby/skunk/pull/115)
* [ENHANCEMENT: Use minitest 5.22.x (also, stop testing with Ruby 2.4 and 2.5)](https://github.com/fastruby/skunk/pull/115)

## v0.5.3 / 2023-12-01 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.2...v0.5.3)

Expand Down
2 changes: 1 addition & 1 deletion skunk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "codecov", "~> 0.1.16"
spec.add_development_dependency "debug"
spec.add_development_dependency "minitest", "~> 5.22.0"
spec.add_development_dependency "minitest", "< 6"
spec.add_development_dependency "minitest-around", "~> 0.5.0"
spec.add_development_dependency "minitest-stub_any_instance", "~> 1.0.2"
spec.add_development_dependency "minitest-stub-const", "~> 0.6"
Expand Down

0 comments on commit 296ec99

Please sign in to comment.