Skip to content

Commit c4f7dab

Browse files
Update rubocop requirement from = 1.63.4 to = 1.63.5
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.63.4...v1.63.5) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f82ad3f commit c4f7dab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ GEM
6565
nokogiri (~> 1.14)
6666
rainbow (3.1.1)
6767
rake (13.2.1)
68-
regexp_parser (2.9.0)
68+
regexp_parser (2.9.1)
6969
rexml (3.2.6)
70-
rubocop (1.63.4)
70+
rubocop (1.63.5)
7171
json (~> 2.3)
7272
language_server-protocol (>= 3.17.0)
7373
parallel (~> 1.10)
@@ -78,8 +78,8 @@ GEM
7878
rubocop-ast (>= 1.31.1, < 2.0)
7979
ruby-progressbar (~> 1.7)
8080
unicode-display_width (>= 2.4.0, < 3.0)
81-
rubocop-ast (1.31.2)
82-
parser (>= 3.3.0.4)
81+
rubocop-ast (1.31.3)
82+
parser (>= 3.3.1.0)
8383
rubocop-github (0.20.0)
8484
rubocop (>= 1.37)
8585
rubocop-performance (>= 1.15)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
minitest (~> 5.22.2)
108108
mocha (~> 2.2.0)
109109
rake (~> 13.2.1)
110-
rubocop (= 1.63.4)
110+
rubocop (= 1.63.5)
111111
rubocop-github (~> 0.20.0)
112112

113113
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.2.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"
2323

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

0 commit comments

Comments
 (0)