Skip to content

Commit 94efbf5

Browse files
build(deps-dev): update rubocop requirement from = 1.80.2 to = 1.81.1
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.80.2 to 1.81.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a992464 commit 94efbf5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
erubi (1.13.1)
5252
i18n (1.14.7)
5353
concurrent-ruby (~> 1.0)
54-
json (2.13.2)
54+
json (2.15.0)
5555
language_server-protocol (3.17.0.5)
5656
lint_roller (1.1.0)
5757
logger (1.6.6)
@@ -70,7 +70,7 @@ GEM
7070
parser (3.3.9.0)
7171
ast (~> 2.4.1)
7272
racc
73-
prism (1.4.0)
73+
prism (1.5.1)
7474
racc (1.8.1)
7575
rack (3.1.16)
7676
rails-dom-testing (2.2.0)
@@ -82,19 +82,19 @@ GEM
8282
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
8383
rainbow (3.1.1)
8484
rake (13.3.0)
85-
regexp_parser (2.11.2)
86-
rubocop (1.80.2)
85+
regexp_parser (2.11.3)
86+
rubocop (1.81.1)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
9090
parallel (~> 1.10)
9191
parser (>= 3.3.0.2)
9292
rainbow (>= 2.2.2, < 4.0)
9393
regexp_parser (>= 2.9.3, < 3.0)
94-
rubocop-ast (>= 1.46.0, < 2.0)
94+
rubocop-ast (>= 1.47.1, < 2.0)
9595
ruby-progressbar (~> 1.7)
9696
unicode-display_width (>= 2.4.0, < 4.0)
97-
rubocop-ast (1.46.0)
97+
rubocop-ast (1.47.1)
9898
parser (>= 3.3.7.2)
9999
prism (~> 1.4)
100100
rubocop-github (0.23.0)
@@ -117,9 +117,9 @@ GEM
117117
smart_properties (1.17.0)
118118
tzinfo (2.0.6)
119119
concurrent-ruby (~> 1.0)
120-
unicode-display_width (3.1.5)
121-
unicode-emoji (~> 4.0, >= 4.0.4)
122-
unicode-emoji (4.0.4)
120+
unicode-display_width (3.2.0)
121+
unicode-emoji (~> 4.1)
122+
unicode-emoji (4.1.0)
123123

124124
PLATFORMS
125125
ruby
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
minitest (~> 5.25.1)
131131
mocha (~> 2.7.0)
132132
rake (~> 13.3.0)
133-
rubocop (= 1.80.2)
133+
rubocop (= 1.81.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", "~> 2.7.0"
2222
s.add_development_dependency "rake", "~> 13.3.0"
2323

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

0 commit comments

Comments
 (0)