Skip to content

Commit

Permalink
Bump the rubocop group with 1 update
Browse files Browse the repository at this point in the history
Bumps the rubocop group with 1 update: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest).


Updates `rubocop-minitest` from 0.34.5 to 0.35.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.34.5...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent c464205 commit 4fb82c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end

group :development do
gem 'annotate', '~> 3.2'
gem 'rubocop-minitest', '~> 0.34.5'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-rails', '~> 2.24'
gem 'web-console'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ GEM
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -266,9 +266,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -338,7 +338,7 @@ DEPENDENCIES
puma (~> 6.4)
rack-cors
rails (~> 7.1.3)
rubocop-minitest (~> 0.34.5)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.24)
rugged
selenium-webdriver
Expand Down

0 comments on commit 4fb82c0

Please sign in to comment.