mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Update mocha requirement from ~> 1.1 to ~> 2.1 (#6691)
Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v1.1.0...v2.1.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>
This commit is contained in:
parent
525a82de1c
commit
3a5ebe80bf
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ group :test do
|
|||
gem "m"
|
||||
gem "minitest-sprint", "~> 1.0"
|
||||
gem "minitest", "5.15.0"
|
||||
gem "mocha", "~> 1.1"
|
||||
gem "mocha", "~> 2.1"
|
||||
gem "nokogiri", "~> 1.9"
|
||||
gem "pry-byebug"
|
||||
gem "pry", "~> 0.10"
|
||||
|
|
Loading…
Reference in a new issue