7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- activesupport (7.1.3.4 )
10
+ activesupport (7.1.5 )
11
11
base64
12
+ benchmark (>= 0.3 )
12
13
bigdecimal
13
14
concurrent-ruby (~> 1.0 , >= 1.0.2 )
14
15
connection_pool (>= 2.2.5 )
15
16
drb
16
17
i18n (>= 1.6 , < 2 )
18
+ logger (>= 1.4.2 )
17
19
minitest (>= 5.1 )
18
20
mutex_m
21
+ securerandom (>= 0.3 )
19
22
tzinfo (~> 2.0 )
20
23
ast (2.4.2 )
21
24
base64 (0.2.0 )
22
- benchmark-ips (2.13.0 )
25
+ benchmark (0.3.0 )
26
+ benchmark-ips (2.14.0 )
23
27
bigdecimal (3.1.8 )
24
28
byebug (11.1.3 )
25
29
coderay (1.1.3 )
26
- concurrent-ruby (1.3.3 )
30
+ concurrent-ruby (1.3.4 )
27
31
connection_pool (2.4.1 )
28
32
diff-lcs (1.5.1 )
29
33
docile (1.4.1 )
55
59
dry-inflector (~> 1.0 )
56
60
dry-logic (~> 1.4 )
57
61
zeitwerk (~> 2.6 )
58
- factory_bot (6.4.6 )
62
+ factory_bot (6.5.0 )
59
63
activesupport (>= 5.0.0 )
60
- i18n (1.14.5 )
64
+ i18n (1.14.6 )
61
65
concurrent-ruby (~> 1.0 )
62
- json (2.7.2 )
66
+ json (2.7.5 )
63
67
language_server-protocol (3.17.0.3 )
68
+ logger (1.6.1 )
64
69
method_source (1.1.0 )
65
- minitest (5.24 .1 )
70
+ minitest (5.25 .1 )
66
71
mutex_m (0.2.0 )
67
- parallel (1.25.1 )
68
- parser (3.3.4.0 )
72
+ parallel (1.26.3 )
73
+ parser (3.3.5.1 )
69
74
ast (~> 2.4.1 )
70
75
racc
71
76
pry (0.14.2 )
84
89
rainbow (>= 2.0 , < 4.0 )
85
90
rexml (~> 3.1 )
86
91
regexp_parser (2.9.2 )
87
- rexml (3.3.4 )
88
- strscan
92
+ rexml (3.3.9 )
89
93
rspec (3.13.0 )
90
94
rspec-core (~> 3.13.0 )
91
95
rspec-expectations (~> 3.13.0 )
99
103
diff-lcs (>= 1.2.0 , < 2.0 )
100
104
rspec-support (~> 3.13.0 )
101
105
rspec-support (3.13.1 )
102
- rubocop (1.65.1 )
106
+ rubocop (1.68.0 )
103
107
json (~> 2.3 )
104
108
language_server-protocol (>= 3.17.0 )
105
109
parallel (~> 1.10 )
106
110
parser (>= 3.3.0.2 )
107
111
rainbow (>= 2.2.2 , < 4.0 )
108
112
regexp_parser (>= 2.4 , < 3.0 )
109
- rexml (>= 3.2.5 , < 4.0 )
110
- rubocop-ast (>= 1.31.1 , < 2.0 )
113
+ rubocop-ast (>= 1.32.2 , < 2.0 )
111
114
ruby-progressbar (~> 1.7 )
112
115
unicode-display_width (>= 2.4.0 , < 3.0 )
113
- rubocop-ast (1.31.3 )
116
+ rubocop-ast (1.33.1 )
114
117
parser (>= 3.3.1.0 )
115
- rubocop-performance (1.21 .1 )
118
+ rubocop-performance (1.22 .1 )
116
119
rubocop (>= 1.48.1 , < 2.0 )
117
120
rubocop-ast (>= 1.31.1 , < 2.0 )
118
- rubocop-rspec (3.0.3 )
121
+ rubocop-rspec (3.2.0 )
119
122
rubocop (~> 1.61 )
120
123
ruby-progressbar (1.13.0 )
124
+ securerandom (0.3.1 )
121
125
simplecov (0.22.0 )
122
126
docile (~> 1.1 )
123
127
simplecov-html (~> 0.11 )
124
128
simplecov_json_formatter (~> 0.1 )
125
129
simplecov-html (0.12.3 )
126
130
simplecov_json_formatter (0.1.4 )
127
- strscan (3.1.0 )
128
131
tzinfo (2.0.6 )
129
132
concurrent-ruby (~> 1.0 )
130
- unicode-display_width (2.5 .0 )
131
- webrick (1.8.1 )
132
- yard (0.9.36 )
133
+ unicode-display_width (2.6 .0 )
134
+ webrick (1.9.0 )
135
+ yard (0.9.37 )
133
136
zeitwerk (2.6.17 )
134
137
135
138
PLATFORMS
@@ -147,7 +150,7 @@ DEPENDENCIES
147
150
rspec (>= 3.12 , < 4.0 )
148
151
rubocop (>= 1.56 , < 2.0 )
149
152
rubocop-performance (>= 1.19 , < 2.0 )
150
- rubocop-rspec (~> 3.0 , >= 3.0.3 )
153
+ rubocop-rspec (~> 3.2 )
151
154
simplecov (>= 0.22.0 , < 1.0 )
152
155
webrick (>= 1.7 , < 2.0 )
153
156
yard (>= 0.9.26 , < 1.0 )
0 commit comments