Skip to content

Commit 39026a8

Browse files
authored
Merge branch 'channel/beta' into channel/rubocop-1-48-1
2 parents dd29e3f + 6b72ca2 commit 39026a8

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

Gemfile.lock

+23-20
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4)
4+
activesupport (7.0.4.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
ast (2.4.2)
1010
coderay (1.1.3)
11-
concurrent-ruby (1.1.10)
11+
concurrent-ruby (1.2.2)
1212
diff-lcs (1.5.0)
1313
i18n (1.12.0)
1414
concurrent-ruby (~> 1.0)
1515
json (2.6.3)
1616
method_source (1.0.0)
17-
minitest (5.16.3)
17+
minitest (5.17.0)
1818
parallel (1.22.1)
1919
parser (3.2.1.1)
2020
ast (~> 2.4.1)
21-
pry (0.14.1)
21+
pry (0.14.2)
2222
coderay (~> 1.1)
2323
method_source (~> 1.0)
24-
rack (3.0.0)
24+
rack (3.0.4.1)
2525
rainbow (3.1.1)
2626
rake (13.0.6)
2727
regexp_parser (2.7.0)
@@ -30,12 +30,12 @@ GEM
3030
rspec-core (~> 3.12.0)
3131
rspec-expectations (~> 3.12.0)
3232
rspec-mocks (~> 3.12.0)
33-
rspec-core (3.12.0)
33+
rspec-core (3.12.1)
3434
rspec-support (~> 3.12.0)
35-
rspec-expectations (3.12.0)
35+
rspec-expectations (3.12.2)
3636
diff-lcs (>= 1.2.0, < 2.0)
3737
rspec-support (~> 3.12.0)
38-
rspec-mocks (3.12.0)
38+
rspec-mocks (3.12.3)
3939
diff-lcs (>= 1.2.0, < 2.0)
4040
rspec-support (~> 3.12.0)
4141
rspec-support (3.12.0)
@@ -51,34 +51,37 @@ GEM
5151
unicode-display_width (>= 2.4.0, < 3.0)
5252
rubocop-ast (1.27.0)
5353
parser (>= 3.2.1.0)
54-
rubocop-graphql (0.18.0)
54+
rubocop-capybara (2.17.1)
55+
rubocop (~> 1.41)
56+
rubocop-graphql (1.0.0)
5557
rubocop (>= 0.87, < 2)
5658
rubocop-i18n (3.0.0)
5759
rubocop (~> 1.0)
58-
rubocop-minitest (0.23.2)
59-
rubocop (>= 0.90, < 2.0)
60-
rubocop-performance (1.15.0)
60+
rubocop-minitest (0.28.0)
61+
rubocop (>= 1.39, < 2.0)
62+
rubocop-performance (1.16.0)
6163
rubocop (>= 1.7.0, < 2.0)
6264
rubocop-ast (>= 0.4.0)
63-
rubocop-rails (2.17.2)
65+
rubocop-rails (2.18.0)
6466
activesupport (>= 4.2.0)
6567
rack (>= 1.1)
6668
rubocop (>= 1.33.0, < 2.0)
6769
rubocop-rake (0.6.0)
6870
rubocop (~> 1.0)
69-
rubocop-rspec (2.15.0)
71+
rubocop-rspec (2.18.1)
7072
rubocop (~> 1.33)
73+
rubocop-capybara (~> 2.17)
7174
rubocop-sequel (0.3.4)
7275
rubocop (~> 1.0)
73-
rubocop-shopify (2.10.1)
74-
rubocop (~> 1.35)
75-
rubocop-sorbet (0.6.11)
76+
rubocop-shopify (2.12.0)
77+
rubocop (~> 1.44)
78+
rubocop-sorbet (0.7.0)
7679
rubocop (>= 0.90.0)
7780
rubocop-thread_safety (0.4.4)
78-
rubocop (>= 0.53.0)
81+
rubocop (>= 0.53.0)
7982
ruby-progressbar (1.13.0)
80-
test-prof (1.0.11)
81-
tzinfo (2.0.5)
83+
test-prof (1.2.0)
84+
tzinfo (2.0.6)
8285
concurrent-ruby (~> 1.0)
8386
unicode-display_width (2.4.2)
8487

0 commit comments

Comments
 (0)