Skip to content

Commit

Permalink
Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 (#2743)
Browse files Browse the repository at this point in the history
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.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  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>
  • Loading branch information
dependabot[bot] authored Apr 12, 2023
1 parent cce9314 commit 935cbb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
method_source (1.0.0)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.1)
parser (3.2.2.0)
ast (~> 2.4.1)
power_assert (2.0.2)
pry (0.14.2)
Expand All @@ -37,9 +37,9 @@ GEM
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.29.0)
rubocop-minitest (0.30.0)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -65,7 +65,7 @@ DEPENDENCIES
pry (= 0.14.2)
rake (= 13.0.6)
rubocop (= 1.48.1)
rubocop-minitest (= 0.29.0)
rubocop-minitest (= 0.30.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
test-unit (= 3.5.7)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('pry', '0.14.2')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.48.1')
spec.add_development_dependency('rubocop-minitest', '0.29.0')
spec.add_development_dependency('rubocop-minitest', '0.30.0')
spec.add_development_dependency('rubocop-rake', '0.6.0')
spec.add_development_dependency('simplecov', '0.22.0')
spec.add_development_dependency('test-unit', '3.5.7')
Expand Down

0 comments on commit 935cbb0

Please sign in to comment.