Skip to content

Commit

Permalink
chore: Bump rack and mocha (#87)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump rack from 3.1.7 to 3.1.8 (#85)

Bumps [rack](https://github.com/rack/rack) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.7...v3.1.8)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump mocha from 2.4.5 to 2.5.0 (#86)

Bumps [mocha](https://github.com/freerange/mocha) from 2.4.5 to 2.5.0.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.4.5...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dr. Strangelove <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
drstrangelooker and dependabot[bot] authored Nov 7, 2024
1 parent ce980ae commit 92cb759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ end
group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.1'
gem 'mocha', '~> 2.4.5'
gem 'rack', '~> 3.1.7'
gem 'mocha', '~> 2.5.0'
gem 'rack', '~> 3.1.8'
gem 'netrc', '~> 0.11.0'
gem 'rack-test', '~> 2'
gem 'simplecov', '~> 0.22.0', :require => false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ GEM
faraday-rack (2.0.0)
faraday (~> 2.0)
minitest (5.25.1)
mocha (2.4.5)
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
multipart-post (2.3.0)
netrc (0.11.0)
public_suffix (5.0.1)
rack (3.1.7)
rack (3.1.8)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.2.1)
Expand Down Expand Up @@ -66,9 +66,9 @@ DEPENDENCIES
faraday-rack (~> 2)
looker-sdk!
minitest (~> 5.25.1)
mocha (~> 2.4.5)
mocha (~> 2.5.0)
netrc (~> 0.11.0)
rack (~> 3.1.7)
rack (~> 3.1.8)
rack-test (~> 2)
rake (~> 13.2.1)
redcarpet (~> 3.6.0)
Expand Down

0 comments on commit 92cb759

Please sign in to comment.