Skip to content

Commit d982d52

Browse files
Update mocha requirement from ~> 1.11 to ~> 2.0 (resque#1843)
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.11.0...v2.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2eea7b commit d982d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
gem "json"
1212
gem "minitest", "~> 5.11"
13-
gem "mocha", "~> 1.11", require: false
13+
gem "mocha", "~> 2.0", require: false
1414
gem "rack-test", "~> 2.0"
1515
gem "rake"
1616
gem "rubocop", "~> 0.80"

0 commit comments

Comments
 (0)