Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.34.4 to 0.34.5 (#534)
Browse files Browse the repository at this point in the history
* Bump rubocop-minitest from 0.34.4 to 0.34.5

Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.4 to 0.34.5.
- [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.4...v0.34.5)

---
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 Jan 20, 2024
1 parent d2ee2ba commit daffe5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.25'
gem 'rubocop-minitest', '~> 0.34.4'
gem 'rubocop-minitest', '~> 0.34.5'
gem 'rubocop-rails', '~> 2.23'
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.3)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -232,11 +232,11 @@ GEM
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.59.0)
rubocop (1.60.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -247,7 +247,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-minitest (0.34.4)
rubocop-minitest (0.34.5)
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.25)
rubocop-minitest (~> 0.34.4)
rubocop-minitest (~> 0.34.5)
rubocop-rails (~> 2.23)
simplecov (~> 0.21)
tzinfo-data
Expand Down
12 changes: 6 additions & 6 deletions gemset.nix

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

0 comments on commit daffe5d

Please sign in to comment.