Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 2.6.1 to 2.7.1 (#96) (#98)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/freerange/mocha) from 2.6.1 to 2.7.1.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.6.1...v2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
drstrangelooker and dependabot[bot] authored Dec 9, 2024
1 parent 497cd86 commit ce247cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.2'
gem 'mocha', '~> 2.6.1'
gem 'mocha', '~> 2.7.1'
gem 'rack', '~> 3.1.8'
gem 'netrc', '~> 0.11.0'
gem 'rack-test', '~> 2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
faraday-rack (2.0.0)
faraday (~> 2.0)
minitest (5.25.2)
mocha (2.6.1)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
multipart-post (2.3.0)
netrc (0.11.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ DEPENDENCIES
faraday-rack (~> 2)
looker-sdk!
minitest (~> 5.25.2)
mocha (~> 2.6.1)
mocha (~> 2.7.1)
netrc (~> 0.11.0)
rack (~> 3.1.8)
rack-test (~> 2)
Expand Down

0 comments on commit ce247cf

Please sign in to comment.