Skip to content

Commit 8bc48f0

Browse files
Bump rubocop-jekyll from 0.13.0 to 0.14.0 (#70)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32db502 commit 8bc48f0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ GEM
8585
rexml
8686
kramdown-parser-gfm (1.1.0)
8787
kramdown (~> 2.0)
88+
language_server-protocol (3.17.0.3)
8889
liquid (4.0.4)
8990
listen (3.9.0)
9091
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -120,26 +121,27 @@ GEM
120121
regexp_parser (2.10.0)
121122
rexml (3.4.0)
122123
rouge (4.2.1)
123-
rubocop (1.45.1)
124+
rubocop (1.57.2)
124125
json (~> 2.3)
126+
language_server-protocol (>= 3.17.0)
125127
parallel (~> 1.10)
126-
parser (>= 3.2.0.0)
128+
parser (>= 3.2.2.4)
127129
rainbow (>= 2.2.2, < 4.0)
128130
regexp_parser (>= 1.8, < 3.0)
129131
rexml (>= 3.2.5, < 4.0)
130-
rubocop-ast (>= 1.24.1, < 2.0)
132+
rubocop-ast (>= 1.28.1, < 2.0)
131133
ruby-progressbar (~> 1.7)
132134
unicode-display_width (>= 2.4.0, < 3.0)
133135
rubocop-ast (1.37.0)
134136
parser (>= 3.3.1.0)
135-
rubocop-jekyll (0.13.0)
136-
rubocop (~> 1.45.0)
137+
rubocop-jekyll (0.14.0)
138+
rubocop (~> 1.57.0)
137139
rubocop-performance (~> 1.2)
138140
rubocop-md (1.2.4)
139141
rubocop (>= 1.45)
140-
rubocop-performance (1.17.1)
141-
rubocop (>= 1.7.0, < 2.0)
142-
rubocop-ast (>= 0.4.0)
142+
rubocop-performance (1.23.0)
143+
rubocop (>= 1.48.1, < 2.0)
144+
rubocop-ast (>= 1.31.1, < 2.0)
143145
ruby-progressbar (1.13.0)
144146
ruby-rc4 (0.1.5)
145147
safe_yaml (1.0.5)

0 commit comments

Comments
 (0)