Skip to content

Commit

Permalink
chore(deps-dev): update rubocop-minitest requirement from ~> 0.33.0 t…
Browse files Browse the repository at this point in the history
…o ~> 0.34.5

Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.33.0...v0.34.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b9a0491 commit 1c757fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
google-protobuf (3.25.0-x86_64-linux)
googleapis-common-protos-types (1.10.0)
google-protobuf (~> 3.18)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
opentelemetry-api (1.2.3)
Expand All @@ -34,14 +34,14 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.10.0)
opentelemetry-api (~> 1.0)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.57.2)
json (~> 2.3)
Expand All @@ -56,8 +56,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.33.0)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand All @@ -75,7 +76,7 @@ DEPENDENCIES
minitest (~> 5.0)
rake (~> 13.0)
rubocop (~> 1.57.2)
rubocop-minitest (~> 0.33.0)
rubocop-minitest (~> 0.34.5)
rubocop-rake (~> 0.6.0)
uptrace!
yard (~> 0.9)
Expand Down
2 changes: 1 addition & 1 deletion uptrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 1.57.2'
spec.add_development_dependency 'rubocop-minitest', '~> 0.33.0'
spec.add_development_dependency 'rubocop-minitest', '~> 0.34.5'
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_development_dependency 'yard', '~> 0.9'
spec.add_development_dependency 'yard-doctest', '~> 0.1.6'
Expand Down

0 comments on commit 1c757fa

Please sign in to comment.