Skip to content

Commit bdf12cc

Browse files
build(deps-dev): bump the all-dependencies group with 2 updates
Updates the requirements on [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `minitest` from 5.25.4 to 5.25.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.4...v5.25.5) Updates `rubocop` from 1.73.2 to 1.74.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.74.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f6ee39 commit bdf12cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
crass (~> 1.0.2)
6060
nokogiri (>= 1.12.0)
6161
mini_portile2 (2.8.8)
62-
minitest (5.25.4)
62+
minitest (5.25.5)
6363
mocha (2.7.1)
6464
ruby2_keywords (>= 0.0.5)
6565
mutex_m (0.3.0)
@@ -82,7 +82,7 @@ GEM
8282
rainbow (3.1.1)
8383
rake (13.2.1)
8484
regexp_parser (2.10.0)
85-
rubocop (1.73.2)
85+
rubocop (1.74.0)
8686
json (~> 2.3)
8787
language_server-protocol (~> 3.17.0.2)
8888
lint_roller (~> 1.1.0)
@@ -93,7 +93,7 @@ GEM
9393
rubocop-ast (>= 1.38.0, < 2.0)
9494
ruby-progressbar (~> 1.7)
9595
unicode-display_width (>= 2.4.0, < 4.0)
96-
rubocop-ast (1.38.1)
96+
rubocop-ast (1.39.0)
9797
parser (>= 3.3.1.0)
9898
rubocop-github (0.23.0)
9999
rubocop (>= 1.72)
@@ -128,7 +128,7 @@ DEPENDENCIES
128128
minitest (~> 5.25.1)
129129
mocha (~> 2.7.0)
130130
rake (~> 13.2.1)
131-
rubocop (= 1.73.2)
131+
rubocop (= 1.74.0)
132132
rubocop-github (~> 0.23.0)
133133

134134
BUNDLED WITH

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_development_dependency "mocha", "~> 2.7.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"
2323

24-
s.add_development_dependency "rubocop", "= 1.73.2"
24+
s.add_development_dependency "rubocop", "= 1.74.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)