Skip to content

Commit df9eecc

Browse files
committed
DEV: Update rubocop-discourse to latest version
1 parent fd84636 commit df9eecc

File tree

1 file changed

+37
-10
lines changed

1 file changed

+37
-10
lines changed

Gemfile.lock

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,74 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (7.1.3.3)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
414
ast (2.4.2)
5-
json (2.7.1)
15+
base64 (0.2.0)
16+
bigdecimal (3.1.8)
17+
concurrent-ruby (1.2.3)
18+
connection_pool (2.4.1)
19+
drb (2.2.1)
20+
i18n (1.14.5)
21+
concurrent-ruby (~> 1.0)
22+
json (2.7.2)
623
language_server-protocol (3.17.0.3)
24+
minitest (5.23.1)
25+
mutex_m (0.2.0)
726
parallel (1.24.0)
8-
parser (3.3.0.5)
27+
parser (3.3.1.0)
928
ast (~> 2.4.1)
1029
racc
1130
prettier_print (1.2.1)
12-
racc (1.7.3)
31+
racc (1.8.0)
1332
rainbow (3.1.1)
14-
regexp_parser (2.9.0)
33+
regexp_parser (2.9.2)
1534
rexml (3.2.8)
1635
strscan (>= 3.0.9)
17-
rubocop (1.60.2)
36+
rubocop (1.63.5)
1837
json (~> 2.3)
1938
language_server-protocol (>= 3.17.0)
2039
parallel (~> 1.10)
2140
parser (>= 3.3.0.2)
2241
rainbow (>= 2.2.2, < 4.0)
2342
regexp_parser (>= 1.8, < 3.0)
2443
rexml (>= 3.2.5, < 4.0)
25-
rubocop-ast (>= 1.30.0, < 2.0)
44+
rubocop-ast (>= 1.31.1, < 2.0)
2645
ruby-progressbar (~> 1.7)
2746
unicode-display_width (>= 2.4.0, < 3.0)
28-
rubocop-ast (1.30.0)
29-
parser (>= 3.2.1.0)
47+
rubocop-ast (1.31.3)
48+
parser (>= 3.3.1.0)
3049
rubocop-capybara (2.20.0)
3150
rubocop (~> 1.41)
32-
rubocop-discourse (3.6.0)
51+
rubocop-discourse (3.7.1)
52+
activesupport (>= 6.1)
3353
rubocop (>= 1.59.0)
54+
rubocop-capybara (>= 2.0.0)
55+
rubocop-factory_bot (>= 2.0.0)
3456
rubocop-rspec (>= 2.25.0)
3557
rubocop-factory_bot (2.25.1)
3658
rubocop (~> 1.41)
37-
rubocop-rspec (2.26.1)
59+
rubocop-rspec (2.29.2)
3860
rubocop (~> 1.40)
3961
rubocop-capybara (~> 2.17)
4062
rubocop-factory_bot (~> 2.22)
63+
rubocop-rspec_rails (~> 2.28)
64+
rubocop-rspec_rails (2.28.3)
65+
rubocop (~> 1.40)
4166
ruby-progressbar (1.13.0)
4267
strscan (3.1.0)
4368
syntax_tree (6.2.0)
4469
prettier_print (>= 1.2.0)
70+
tzinfo (2.0.6)
71+
concurrent-ruby (~> 1.0)
4572
unicode-display_width (2.5.0)
4673

4774
PLATFORMS

0 commit comments

Comments
 (0)