Skip to content

Commit f3a7b87

Browse files
build(deps-dev): bump the all-dependencies group with 2 updates
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) and [rubocop-github](https://github.com/github/rubocop-github) to permit the latest version. Updates `rubocop` from 1.72.2 to 1.73.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.2) Updates `rubocop-github` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bec803 commit f3a7b87

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
ast (~> 2.4.1)
7272
racc
7373
racc (1.8.1)
74-
rack (3.1.10)
74+
rack (3.1.11)
7575
rails-dom-testing (2.2.0)
7676
activesupport (>= 5.0.0)
7777
minitest
@@ -82,7 +82,7 @@ GEM
8282
rainbow (3.1.1)
8383
rake (13.2.1)
8484
regexp_parser (2.10.0)
85-
rubocop (1.72.2)
85+
rubocop (1.73.2)
8686
json (~> 2.3)
8787
language_server-protocol (~> 3.17.0.2)
8888
lint_roller (~> 1.1.0)
@@ -93,17 +93,17 @@ 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.0)
96+
rubocop-ast (1.38.1)
9797
parser (>= 3.3.1.0)
98-
rubocop-github (0.22.0)
99-
rubocop (>= 1.37)
100-
rubocop-performance (>= 1.15)
101-
rubocop-rails (>= 2.17)
98+
rubocop-github (0.23.0)
99+
rubocop (>= 1.72)
100+
rubocop-performance (>= 1.24)
101+
rubocop-rails (>= 2.23)
102102
rubocop-performance (1.24.0)
103103
lint_roller (~> 1.1)
104104
rubocop (>= 1.72.1, < 2.0)
105105
rubocop-ast (>= 1.38.0, < 2.0)
106-
rubocop-rails (2.30.1)
106+
rubocop-rails (2.30.3)
107107
activesupport (>= 4.2.0)
108108
lint_roller (~> 1.1)
109109
rack (>= 1.1)
@@ -128,8 +128,8 @@ DEPENDENCIES
128128
minitest (~> 5.25.1)
129129
mocha (~> 2.7.0)
130130
rake (~> 13.2.1)
131-
rubocop (= 1.72.2)
132-
rubocop-github (~> 0.22.0)
131+
rubocop (= 1.73.2)
132+
rubocop-github (~> 0.23.0)
133133

134134
BUNDLED WITH
135135
2.3.26

erblint-github.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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.72.2"
25-
s.add_development_dependency "rubocop-github", "~> 0.22.0"
24+
s.add_development_dependency "rubocop", "= 1.73.2"
25+
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

2828
s.executables << "erblint-disable"

0 commit comments

Comments
 (0)