Skip to content

Commit affe88b

Browse files
build(deps-dev): update rubocop requirement from = 1.82.0 to = 1.82.1
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.82.0 to 1.82.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.0...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35dbe14 commit affe88b

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
@@ -83,7 +83,7 @@ GEM
8383
rainbow (3.1.1)
8484
rake (13.3.1)
8585
regexp_parser (2.11.3)
86-
rubocop (1.82.0)
86+
rubocop (1.82.1)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -94,9 +94,9 @@ GEM
9494
rubocop-ast (>= 1.48.0, < 2.0)
9595
ruby-progressbar (~> 1.7)
9696
unicode-display_width (>= 2.4.0, < 4.0)
97-
rubocop-ast (1.48.0)
97+
rubocop-ast (1.49.0)
9898
parser (>= 3.3.7.2)
99-
prism (~> 1.4)
99+
prism (~> 1.7)
100100
rubocop-github (0.23.0)
101101
rubocop (>= 1.72)
102102
rubocop-performance (>= 1.24)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
minitest (~> 5.26.0)
131131
mocha (~> 3.0.1)
132132
rake (~> 13.3.0)
133-
rubocop (= 1.82.0)
133+
rubocop (= 1.82.1)
134134
rubocop-github (~> 0.23.0)
135135

136136
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", "~> 3.0.1"
2222
s.add_development_dependency "rake", "~> 13.3.0"
2323

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

0 commit comments

Comments
 (0)