Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [minitest](https://github.com/minitest/minitest).


Updates `rubocop` from 1.59.0 to 1.60.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.59.0...v1.60.1)

Updates `minitest` from 5.21.1 to 5.21.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.21.1...v5.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Jan 20, 2024
1 parent 3ac08fa commit 4643259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'tilt', '~> 2.3'
group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop', '~> 1.60', require: false
gem 'solargraph', '~> 0.50', require: false
gem 'yard', '~> 0.9.34'
end
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
method_source (1.0.0)
mini_portile2 (2.8.5)
minitar (0.9)
minitest (5.21.1)
minitest (5.21.2)
nio4r (2.7.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
Expand All @@ -29,7 +29,7 @@ GEM
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -49,17 +49,17 @@ GEM
rake (13.1.0)
rbs (2.8.4)
redcarpet (3.6.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
roda (3.76.0)
rack
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 Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
rake (~> 13.1)
redcarpet (~> 3.6)
roda (~> 3.76)
rubocop (~> 1.59)
rubocop (~> 1.60)
solargraph (~> 0.50)
tantiny (= 0.3.3)
tilt (~> 2.3)
Expand Down

0 comments on commit 4643259

Please sign in to comment.