Skip to content

Commit

Permalink
Update mocha requirement from ~> 2.1.0 to ~> 2.2.0
Browse files Browse the repository at this point in the history
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](freerange/mocha@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 360406c commit b662d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -45,7 +45,7 @@ GEM
nokogiri (>= 1.12.0)
mini_portile2 (2.8.5)
minitest (5.22.3)
mocha (2.1.0)
mocha (2.2.0)
ruby2_keywords (>= 0.0.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -105,7 +105,7 @@ DEPENDENCIES
erb_lint (~> 0.5.0)
erblint-github!
minitest (~> 5.22.2)
mocha (~> 2.1.0)
mocha (~> 2.2.0)
rake (~> 13.2.1)
rubocop (= 1.62.1)
rubocop-github (~> 0.20.0)
Expand Down
2 changes: 1 addition & 1 deletion erblint-github.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "erb_lint", "~> 0.5.0"
s.add_development_dependency "minitest", "~> 5.22.2"
s.add_development_dependency "mocha", "~> 2.1.0"
s.add_development_dependency "mocha", "~> 2.2.0"
s.add_development_dependency "rake", "~> 13.2.1"

s.add_development_dependency "rubocop", "= 1.62.1"
Expand Down

0 comments on commit b662d22

Please sign in to comment.