1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.0.1 )
4
+ activesupport (7.0.2.3 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
8
8
tzinfo (~> 2.0 )
9
9
ast (2.4.2 )
10
10
coderay (1.1.3 )
11
- concurrent-ruby (1.1.9 )
11
+ concurrent-ruby (1.1.10 )
12
12
diff-lcs (1.5.0 )
13
- i18n (1.9.1 )
13
+ i18n (1.10.0 )
14
14
concurrent-ruby (~> 1.0 )
15
15
method_source (1.0.0 )
16
16
minitest (5.15.0 )
17
17
mry (0.78.0.0 )
18
18
rubocop (>= 0.41.0 )
19
- parallel (1.21.0 )
20
- parser (3.1.0 .0 )
19
+ parallel (1.22.1 )
20
+ parser (3.1.2 .0 )
21
21
ast (~> 2.4.1 )
22
22
pry (0.14.1 )
23
23
coderay (~> 1.1 )
24
24
method_source (~> 1.0 )
25
25
rack (2.2.3 )
26
26
rainbow (3.1.1 )
27
27
rake (13.0.6 )
28
- regexp_parser (2.2 .0 )
28
+ regexp_parser (2.3 .0 )
29
29
rexml (3.2.5 )
30
- rspec (3.10 .0 )
31
- rspec-core (~> 3.10 .0 )
32
- rspec-expectations (~> 3.10 .0 )
33
- rspec-mocks (~> 3.10 .0 )
34
- rspec-core (3.10.2 )
35
- rspec-support (~> 3.10 .0 )
36
- rspec-expectations (3.10.2 )
30
+ rspec (3.11 .0 )
31
+ rspec-core (~> 3.11 .0 )
32
+ rspec-expectations (~> 3.11 .0 )
33
+ rspec-mocks (~> 3.11 .0 )
34
+ rspec-core (3.11.0 )
35
+ rspec-support (~> 3.11 .0 )
36
+ rspec-expectations (3.11.0 )
37
37
diff-lcs (>= 1.2.0 , < 2.0 )
38
- rspec-support (~> 3.10 .0 )
39
- rspec-mocks (3.10.3 )
38
+ rspec-support (~> 3.11 .0 )
39
+ rspec-mocks (3.11.1 )
40
40
diff-lcs (>= 1.2.0 , < 2.0 )
41
- rspec-support (~> 3.10 .0 )
42
- rspec-support (3.10.3 )
43
- rubocop (1.25 .1 )
41
+ rspec-support (~> 3.11 .0 )
42
+ rspec-support (3.11.0 )
43
+ rubocop (1.28 .1 )
44
44
parallel (~> 1.10 )
45
45
parser (>= 3.1.0.0 )
46
46
rainbow (>= 2.2.2 , < 4.0 )
47
47
regexp_parser (>= 1.8 , < 3.0 )
48
48
rexml
49
- rubocop-ast (>= 1.15.1 , < 2.0 )
49
+ rubocop-ast (>= 1.17.0 , < 2.0 )
50
50
ruby-progressbar (~> 1.7 )
51
51
unicode-display_width (>= 1.4.0 , < 3.0 )
52
- rubocop-ast (1.15.1 )
53
- parser (>= 3.0. 1.1 )
54
- rubocop-graphql (0.12.3 )
52
+ rubocop-ast (1.17.0 )
53
+ parser (>= 3.1.1.0 )
54
+ rubocop-graphql (0.14.2 )
55
55
rubocop (>= 0.87 , < 2 )
56
56
rubocop-i18n (3.0.0 )
57
57
rubocop (~> 1.0 )
58
- rubocop-minitest (0.17 .1 )
58
+ rubocop-minitest (0.19 .1 )
59
59
rubocop (>= 0.90 , < 2.0 )
60
- rubocop-performance (1.13.2 )
60
+ rubocop-performance (1.13.3 )
61
61
rubocop (>= 1.7.0 , < 2.0 )
62
62
rubocop-ast (>= 0.4.0 )
63
- rubocop-rails (2.13 .2 )
63
+ rubocop-rails (2.14 .2 )
64
64
activesupport (>= 4.2.0 )
65
65
rack (>= 1.1 )
66
66
rubocop (>= 1.7.0 , < 2.0 )
67
67
rubocop-rake (0.6.0 )
68
68
rubocop (~> 1.0 )
69
- rubocop-rspec (2.8 .0 )
69
+ rubocop-rspec (2.10 .0 )
70
70
rubocop (~> 1.19 )
71
71
rubocop-sequel (0.3.3 )
72
72
rubocop (~> 1.0 )
73
- rubocop-shopify (2.4 .0 )
74
- rubocop (~> 1.24 )
75
- rubocop-sorbet (0.6.5 )
73
+ rubocop-shopify (2.5 .0 )
74
+ rubocop (~> 1.25 )
75
+ rubocop-sorbet (0.6.7 )
76
76
rubocop (>= 0.90.0 )
77
77
rubocop-thread_safety (0.4.4 )
78
78
rubocop (>= 0.53.0 )
79
79
ruby-progressbar (1.11.0 )
80
80
safe_yaml (1.0.5 )
81
- test-prof (1.0.7 )
81
+ test-prof (1.0.8 )
82
82
tzinfo (2.0.4 )
83
83
concurrent-ruby (~> 1.0 )
84
84
unicode-display_width (2.1.0 )
@@ -93,7 +93,7 @@ DEPENDENCIES
93
93
pry
94
94
rake
95
95
rspec
96
- rubocop (= 1.25 .1 )
96
+ rubocop (= 1.28 .1 )
97
97
rubocop-graphql
98
98
rubocop-i18n
99
99
rubocop-minitest
0 commit comments