Skip to content

Commit 290850a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/all-dependencies-703c9509de
2 parents 913b414 + 3cc0f9e commit 290850a

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
@@ -82,8 +82,8 @@ 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.1)
86-
rubocop (1.79.2)
85+
regexp_parser (2.11.2)
86+
rubocop (1.80.0)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -117,7 +117,7 @@ GEM
117117
smart_properties (1.17.0)
118118
tzinfo (2.0.6)
119119
concurrent-ruby (~> 1.0)
120-
unicode-display_width (3.1.4)
120+
unicode-display_width (3.1.5)
121121
unicode-emoji (~> 4.0, >= 4.0.4)
122122
unicode-emoji (4.0.4)
123123

@@ -130,7 +130,7 @@ DEPENDENCIES
130130
minitest (~> 5.25.1)
131131
mocha (~> 2.7.0)
132132
rake (~> 13.3.0)
133-
rubocop (= 1.79.2)
133+
rubocop (= 1.80.0)
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.79.2"
24+
s.add_development_dependency "rubocop", "= 1.80.0"
2525
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)