Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.32.0 to 0.32.2 (#486)
Browse files Browse the repository at this point in the history
* Bump rubocop-minitest from 0.32.0 to 0.32.2

Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.32.0 to 0.32.2.
- [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.32.0...v0.32.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 30, 2023
1 parent 9d8782a commit 30e081b
Show file tree
Hide file tree
Showing 3 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,6 +51,6 @@ end

group :development do
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.32.0'
gem 'rubocop-minitest', '~> 0.32.2'
gem 'rubocop-rails', '~> 2.21'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.32.0)
rubocop-minitest (0.32.2)
rubocop (>= 1.39, < 2.0)
rubocop-rails (2.21.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ DEPENDENCIES
pundit (~> 2.3)
rack-cors (~> 2.0)
rails (~> 7.0)
rubocop-minitest (~> 0.32.0)
rubocop-minitest (~> 0.32.2)
rubocop-rails (~> 2.21)
simplecov (~> 0.21)
tzinfo-data
Expand Down
4 changes: 2 additions & 2 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30e081b

Please sign in to comment.