Skip to content

Commit f8b29ef

Browse files
authored
DEV: Update linting (#74)
1 parent 11def0c commit f8b29ef

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

Diff for: Gemfile.lock

+22-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -23,21 +23,21 @@ GEM
2323
drb (2.2.1)
2424
i18n (1.14.7)
2525
concurrent-ruby (~> 1.0)
26-
json (2.10.1)
26+
json (2.10.2)
2727
language_server-protocol (3.17.0.4)
2828
lint_roller (1.1.0)
2929
logger (1.6.6)
30-
minitest (5.25.4)
30+
minitest (5.25.5)
3131
parallel (1.26.3)
3232
parser (3.3.7.1)
3333
ast (~> 2.4.1)
3434
racc
3535
prettier_print (1.2.1)
3636
racc (1.8.1)
37-
rack (3.1.10)
37+
rack (3.1.12)
3838
rainbow (3.1.1)
3939
regexp_parser (2.10.0)
40-
rubocop (1.73.0)
40+
rubocop (1.74.0)
4141
json (~> 2.3)
4242
language_server-protocol (~> 3.17.0.2)
4343
lint_roller (~> 1.1.0)
@@ -50,20 +50,22 @@ GEM
5050
unicode-display_width (>= 2.4.0, < 4.0)
5151
rubocop-ast (1.38.1)
5252
parser (>= 3.3.1.0)
53-
rubocop-capybara (2.21.0)
54-
rubocop (~> 1.41)
55-
rubocop-discourse (3.10.0)
53+
rubocop-capybara (2.22.1)
54+
lint_roller (~> 1.1)
55+
rubocop (~> 1.72, >= 1.72.1)
56+
rubocop-discourse (3.12.1)
5657
activesupport (>= 6.1)
5758
lint_roller (>= 1.1.0)
58-
rubocop (>= 1.72.0)
59-
rubocop-capybara (>= 2.0.0)
60-
rubocop-factory_bot (>= 2.0.0)
61-
rubocop-rails (>= 2.25.0)
59+
rubocop (>= 1.73.2)
60+
rubocop-capybara (>= 2.22.0)
61+
rubocop-factory_bot (>= 2.27.0)
62+
rubocop-rails (>= 2.30.3)
6263
rubocop-rspec (>= 3.0.1)
63-
rubocop-rspec_rails (>= 2.30.0)
64-
rubocop-factory_bot (2.26.1)
65-
rubocop (~> 1.61)
66-
rubocop-rails (2.30.2)
64+
rubocop-rspec_rails (>= 2.31.0)
65+
rubocop-factory_bot (2.27.1)
66+
lint_roller (~> 1.1)
67+
rubocop (~> 1.72, >= 1.72.1)
68+
rubocop-rails (2.30.3)
6769
activesupport (>= 4.2.0)
6870
lint_roller (~> 1.1)
6971
rack (>= 1.1)
@@ -72,9 +74,10 @@ GEM
7274
rubocop-rspec (3.5.0)
7375
lint_roller (~> 1.1)
7476
rubocop (~> 1.72, >= 1.72.1)
75-
rubocop-rspec_rails (2.30.0)
76-
rubocop (~> 1.61)
77-
rubocop-rspec (~> 3, >= 3.0.1)
77+
rubocop-rspec_rails (2.31.0)
78+
lint_roller (~> 1.1)
79+
rubocop (~> 1.72, >= 1.72.1)
80+
rubocop-rspec (~> 3.5)
7881
ruby-progressbar (1.13.0)
7982
securerandom (0.4.1)
8083
syntax_tree (6.2.0)

0 commit comments

Comments
 (0)