Skip to content

Commit 6dc35a7

Browse files
Update mocha requirement from ~> 1.1 to ~> 2.0 (#94)
Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Release notes](https://github.com/freerange/mocha/releases) - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9617161 commit 6dc35a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitchen-pester.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.add_development_dependency "rake"
2020
spec.add_development_dependency "minitest", "~> 5.3", "< 5.16"
21-
spec.add_development_dependency "mocha", "~> 1.1"
21+
spec.add_development_dependency "mocha", "~> 2.0"
2222

2323
spec.add_dependency "test-kitchen", ">= 1.10", "< 5"
2424
end

0 commit comments

Comments
 (0)