Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.34.1 to 0.34.2 (#522)
Browse files Browse the repository at this point in the history
* Bump rubocop-minitest from 0.34.1 to 0.34.2

Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.1 to 0.34.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.34.1...v0.34.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 Dec 30, 2023
1 parent 303776f commit b45b3d7
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 @@ -50,6 +50,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-factory_bot', '~> 2.24'
gem 'rubocop-minitest', '~> 0.34.1'
gem 'rubocop-minitest', '~> 0.34.2'
gem 'rubocop-rails', '~> 2.23'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-minitest (0.34.1)
rubocop-minitest (0.34.2)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
Expand Down Expand Up @@ -301,7 +301,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rails (~> 7.1)
rubocop-factory_bot (~> 2.24)
rubocop-minitest (~> 0.34.1)
rubocop-minitest (~> 0.34.2)
rubocop-rails (~> 2.23)
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 b45b3d7

Please sign in to comment.