Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 2.5.0 to 2.6.0 (#89) (#91)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/freerange/mocha) from 2.5.0 to 2.6.0.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.5.0...v2.6.0)

---
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 Nov 26, 2024
1 parent 92cb759 commit 8cbd033
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.1'
gem 'mocha', '~> 2.5.0'
gem 'mocha', '~> 2.6.0'
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.1)
mocha (2.5.0)
mocha (2.6.0)
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.1)
mocha (~> 2.5.0)
mocha (~> 2.6.0)
netrc (~> 0.11.0)
rack (~> 3.1.8)
rack-test (~> 2)
Expand Down

0 comments on commit 8cbd033

Please sign in to comment.