Skip to content

Commit a98429d

Browse files
Bump rubocop-github from 0.20.0 to 0.23.0
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.20.0 to 0.23.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91dcfeb commit a98429d

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ group :development do
6060
gem "matrix", "~> 0.4.2"
6161
gem "mocha"
6262
gem "rubocop"
63-
gem "rubocop-github", "~> 0.20.0"
63+
gem "rubocop-github", "~> 0.23.0"
6464
gem "rubocop-performance"
6565
gem "rubocop-rails"
6666
gem "rubocop-rails-accessibility", "~> 1.0"

Gemfile.lock

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
public_suffix (>= 2.0.2, < 6.0)
4646
allocation_stats (0.1.5)
4747
ansi (1.5.0)
48-
ast (2.4.2)
48+
ast (2.4.3)
4949
base64 (0.2.0)
5050
benchmark (0.4.0)
5151
benchmark-ips (2.14.0)
@@ -70,7 +70,7 @@ GEM
7070
regexp_parser (>= 1.5, < 3.0)
7171
xpath (~> 3.2)
7272
concurrent-ruby (1.3.5)
73-
connection_pool (2.5.0)
73+
connection_pool (2.5.2)
7474
crack (1.0.0)
7575
bigdecimal
7676
rexml
@@ -114,10 +114,11 @@ GEM
114114
pp (>= 0.6.0)
115115
rdoc (>= 4.0.0)
116116
reline (>= 0.4.2)
117-
json (2.7.2)
117+
json (2.11.2)
118118
kramdown (2.5.1)
119119
rexml (>= 3.3.9)
120-
language_server-protocol (3.17.0.3)
120+
language_server-protocol (3.17.0.4)
121+
lint_roller (1.1.0)
121122
listen (3.9.0)
122123
rb-fsevent (~> 0.10, >= 0.10.3)
123124
rb-inotify (~> 0.9, >= 0.9.10)
@@ -154,13 +155,14 @@ GEM
154155
nokogiri (1.18.7-x86_64-linux-gnu)
155156
racc (~> 1.4)
156157
octicons (19.15.1)
157-
parallel (1.26.3)
158-
parser (3.3.5.0)
158+
parallel (1.27.0)
159+
parser (3.3.8.0)
159160
ast (~> 2.4.1)
160161
racc
161162
pp (0.6.2)
162163
prettyprint
163164
prettyprint (0.2.0)
165+
prism (1.4.0)
164166
psych (5.2.3)
165167
date
166168
stringio
@@ -203,35 +205,39 @@ GEM
203205
rdoc (6.13.1)
204206
psych (>= 4.0.0)
205207
redcarpet (3.6.1)
206-
regexp_parser (2.9.2)
208+
regexp_parser (2.10.0)
207209
reline (0.6.1)
208210
io-console (~> 0.5)
209211
rexml (3.4.1)
210212
rouge (4.5.1)
211-
rubocop (1.66.1)
213+
rubocop (1.75.3)
212214
json (~> 2.3)
213-
language_server-protocol (>= 3.17.0)
215+
language_server-protocol (~> 3.17.0.2)
216+
lint_roller (~> 1.1.0)
214217
parallel (~> 1.10)
215218
parser (>= 3.3.0.2)
216219
rainbow (>= 2.2.2, < 4.0)
217-
regexp_parser (>= 2.4, < 3.0)
218-
rubocop-ast (>= 1.32.2, < 2.0)
220+
regexp_parser (>= 2.9.3, < 3.0)
221+
rubocop-ast (>= 1.44.0, < 2.0)
219222
ruby-progressbar (~> 1.7)
220-
unicode-display_width (>= 2.4.0, < 3.0)
221-
rubocop-ast (1.32.3)
222-
parser (>= 3.3.1.0)
223-
rubocop-github (0.20.0)
224-
rubocop (>= 1.37)
225-
rubocop-performance (>= 1.15)
226-
rubocop-rails (>= 2.17)
227-
rubocop-performance (1.21.0)
228-
rubocop (>= 1.48.1, < 2.0)
229-
rubocop-ast (>= 1.31.1, < 2.0)
230-
rubocop-rails (2.25.0)
223+
unicode-display_width (>= 2.4.0, < 4.0)
224+
rubocop-ast (1.44.1)
225+
parser (>= 3.3.7.2)
226+
prism (~> 1.4)
227+
rubocop-github (0.23.0)
228+
rubocop (>= 1.72)
229+
rubocop-performance (>= 1.24)
230+
rubocop-rails (>= 2.23)
231+
rubocop-performance (1.25.0)
232+
lint_roller (~> 1.1)
233+
rubocop (>= 1.75.0, < 2.0)
234+
rubocop-ast (>= 1.38.0, < 2.0)
235+
rubocop-rails (2.31.0)
231236
activesupport (>= 4.2.0)
237+
lint_roller (~> 1.1)
232238
rack (>= 1.1)
233-
rubocop (>= 1.33.0, < 2.0)
234-
rubocop-ast (>= 1.31.1, < 2.0)
239+
rubocop (>= 1.75.0, < 2.0)
240+
rubocop-ast (>= 1.38.0, < 2.0)
235241
rubocop-rails-accessibility (1.0.1)
236242
rubocop (>= 1.0.0)
237243
ruby-progressbar (1.13.0)
@@ -329,7 +335,7 @@ DEPENDENCIES
329335
railties (= 8.0.2)
330336
rake (~> 13.2)
331337
rubocop
332-
rubocop-github (~> 0.20.0)
338+
rubocop-github (~> 0.23.0)
333339
rubocop-performance
334340
rubocop-rails
335341
rubocop-rails-accessibility (~> 1.0)

0 commit comments

Comments
 (0)