Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.25.1 to 0.26.0 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.25.1 to 0.26.0.
- [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.25.1...v0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lindluni committed Jan 16, 2023
1 parent 76f9f53 commit 071223f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.43.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.25.1"
gem "rubocop-minitest", "~> 0.26.0"
gem "rubocop-performance", "~>1.15.2"
gem "rubocop-rails", "~> 2.17"
gem "rubocop-rake", "~> 0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-minitest (0.25.1)
rubocop-minitest (0.26.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -59,7 +59,7 @@ PLATFORMS
DEPENDENCIES
rubocop (~> 1.43.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.25.1)
rubocop-minitest (~> 0.26.0)
rubocop-performance (~> 1.15.2)
rubocop-rails (~> 2.17)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit 071223f

Please sign in to comment.