Skip to content

Commit 932a9fe

Browse files
Update rubocop requirement from = 1.57.1 to = 1.57.2
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.57.1...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 152cd58 commit 932a9fe

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ GEM
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
2020
ast (2.4.2)
21-
base64 (0.1.1)
2221
better_html (2.0.2)
2322
actionview (>= 6.0)
2423
activesupport (>= 6.0)
@@ -68,8 +67,7 @@ GEM
6867
rake (13.1.0)
6968
regexp_parser (2.8.2)
7069
rexml (3.2.6)
71-
rubocop (1.57.1)
72-
base64 (~> 0.1.1)
70+
rubocop (1.57.2)
7371
json (~> 2.3)
7472
language_server-protocol (>= 3.17.0)
7573
parallel (~> 1.10)
@@ -80,7 +78,7 @@ GEM
8078
rubocop-ast (>= 1.28.1, < 2.0)
8179
ruby-progressbar (~> 1.7)
8280
unicode-display_width (>= 2.4.0, < 3.0)
83-
rubocop-ast (1.29.0)
81+
rubocop-ast (1.30.0)
8482
parser (>= 3.2.1.0)
8583
rubocop-github (0.20.0)
8684
rubocop (>= 1.37)
@@ -109,7 +107,7 @@ DEPENDENCIES
109107
minitest (~> 5.20.0)
110108
mocha (~> 2.1.0)
111109
rake (~> 13.1.0)
112-
rubocop (= 1.57.1)
110+
rubocop (= 1.57.2)
113111
rubocop-github (~> 0.20.0)
114112

115113
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.1.0"
2222
s.add_development_dependency "rake", "~> 13.1.0"
2323

24-
s.add_development_dependency "rubocop", "= 1.57.1"
24+
s.add_development_dependency "rubocop", "= 1.57.2"
2525
s.add_development_dependency "rubocop-github", "~> 0.20.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)