Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.16.0 to 0.17.0 (#271)
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.16.0 to 0.17.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.16.0...v0.17.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 Nov 27, 2021
1 parent b378f0d commit 6a62e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

group :development do
gem 'annotate', '~> 3.1' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.16.0'
gem 'rubocop-minitest', '~> 0.17.0'
gem 'rubocop-rails', '~> 2.12'

gem 'listen', '>= 3.1.5', '< 3.8'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.0.3.0)
ast (~> 2.4.1)
pg (1.2.3)
puma (5.5.2)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
rubocop-minitest (0.16.0)
rubocop-minitest (0.17.0)
rubocop (>= 0.90, < 2.0)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
pundit (~> 2.1)
rack-cors (~> 1.1)
rails (~> 6.1)
rubocop-minitest (~> 0.16.0)
rubocop-minitest (~> 0.17.0)
rubocop-rails (~> 2.12)
simplecov (~> 0.21)
spring (~> 2.1)
Expand Down

0 comments on commit 6a62e6f

Please sign in to comment.