Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.17.0 to 0.17.1 (#291)
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.17.0 to 0.17.1.
- [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.17.0...v0.17.1)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  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>
  • Loading branch information
dependabot[bot] authored Feb 5, 2022
1 parent 856a529 commit 9a153c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.17.0'
gem 'rubocop-minitest', '~> 0.17.1'
gem 'rubocop-rails', '~> 2.13'

gem 'listen', '>= 3.1.5', '< 3.8'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ GEM
ffi (~> 1.0)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.24.1)
rubocop (1.25.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
Expand All @@ -192,7 +192,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-minitest (0.17.0)
rubocop-minitest (0.17.1)
rubocop (>= 0.90, < 2.0)
rubocop-rails (2.13.2)
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.17.0)
rubocop-minitest (~> 0.17.1)
rubocop-rails (~> 2.13)
simplecov (~> 0.21)
spring (~> 2.1)
Expand Down

0 comments on commit 9a153c4

Please sign in to comment.