Skip to content

Commit f63b61d

Browse files
authored
Merge pull request #91 from github/dependabot/bundler/rubocop-1.55.0
Update rubocop requirement from = 1.54.2 to = 1.55.0
2 parents cb685d7 + 3eebfd8 commit f63b61d

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
@@ -65,16 +65,16 @@ GEM
6565
rainbow (3.1.1)
6666
rake (13.0.6)
6767
regexp_parser (2.8.1)
68-
rexml (3.2.5)
69-
rubocop (1.54.2)
68+
rexml (3.2.6)
69+
rubocop (1.55.0)
7070
json (~> 2.3)
7171
language_server-protocol (>= 3.17.0)
7272
parallel (~> 1.10)
7373
parser (>= 3.2.2.3)
7474
rainbow (>= 2.2.2, < 4.0)
7575
regexp_parser (>= 1.8, < 3.0)
7676
rexml (>= 3.2.5, < 4.0)
77-
rubocop-ast (>= 1.28.0, < 2.0)
77+
rubocop-ast (>= 1.28.1, < 2.0)
7878
ruby-progressbar (~> 1.7)
7979
unicode-display_width (>= 2.4.0, < 3.0)
8080
rubocop-ast (1.29.0)
@@ -106,7 +106,7 @@ DEPENDENCIES
106106
minitest (~> 5.18.0)
107107
mocha (~> 2.0.2)
108108
rake (~> 13.0.6)
109-
rubocop (= 1.54.2)
109+
rubocop (= 1.55.0)
110110
rubocop-github (~> 0.20.0)
111111

112112
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.0.2"
2222
s.add_development_dependency "rake", "~> 13.0.6"
2323

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

0 commit comments

Comments
 (0)