1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (6.1 .3.2 )
5
- actionpack (= 6.1 .3.2 )
6
- activesupport (= 6.1 .3.2 )
4
+ actioncable (7.0 .3.1 )
5
+ actionpack (= 7.0 .3.1 )
6
+ activesupport (= 7.0 .3.1 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
- actionmailbox (6.1 .3.2 )
10
- actionpack (= 6.1 .3.2 )
11
- activejob (= 6.1 .3.2 )
12
- activerecord (= 6.1 .3.2 )
13
- activestorage (= 6.1 .3.2 )
14
- activesupport (= 6.1 .3.2 )
9
+ actionmailbox (7.0 .3.1 )
10
+ actionpack (= 7.0 .3.1 )
11
+ activejob (= 7.0 .3.1 )
12
+ activerecord (= 7.0 .3.1 )
13
+ activestorage (= 7.0 .3.1 )
14
+ activesupport (= 7.0 .3.1 )
15
15
mail (>= 2.7.1 )
16
- actionmailer (6.1.3.2 )
17
- actionpack (= 6.1.3.2 )
18
- actionview (= 6.1.3.2 )
19
- activejob (= 6.1.3.2 )
20
- activesupport (= 6.1.3.2 )
16
+ net-imap
17
+ net-pop
18
+ net-smtp
19
+ actionmailer (7.0.3.1 )
20
+ actionpack (= 7.0.3.1 )
21
+ actionview (= 7.0.3.1 )
22
+ activejob (= 7.0.3.1 )
23
+ activesupport (= 7.0.3.1 )
21
24
mail (~> 2.5 , >= 2.5.4 )
25
+ net-imap
26
+ net-pop
27
+ net-smtp
22
28
rails-dom-testing (~> 2.0 )
23
- actionpack (6.1 .3.2 )
24
- actionview (= 6.1 .3.2 )
25
- activesupport (= 6.1 .3.2 )
26
- rack (~> 2.0 , >= 2.0.9 )
29
+ actionpack (7.0 .3.1 )
30
+ actionview (= 7.0 .3.1 )
31
+ activesupport (= 7.0 .3.1 )
32
+ rack (~> 2.0 , >= 2.2.0 )
27
33
rack-test (>= 0.6.3 )
28
34
rails-dom-testing (~> 2.0 )
29
35
rails-html-sanitizer (~> 1.0 , >= 1.2.0 )
30
- actiontext (6.1.3.2 )
31
- actionpack (= 6.1.3.2 )
32
- activerecord (= 6.1.3.2 )
33
- activestorage (= 6.1.3.2 )
34
- activesupport (= 6.1.3.2 )
36
+ actiontext (7.0.3.1 )
37
+ actionpack (= 7.0.3.1 )
38
+ activerecord (= 7.0.3.1 )
39
+ activestorage (= 7.0.3.1 )
40
+ activesupport (= 7.0.3.1 )
41
+ globalid (>= 0.6.0 )
35
42
nokogiri (>= 1.8.5 )
36
- actionview (6.1 .3.2 )
37
- activesupport (= 6.1 .3.2 )
43
+ actionview (7.0 .3.1 )
44
+ activesupport (= 7.0 .3.1 )
38
45
builder (~> 3.1 )
39
46
erubi (~> 1.4 )
40
47
rails-dom-testing (~> 2.0 )
41
48
rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
42
- activejob (6.1 .3.2 )
43
- activesupport (= 6.1 .3.2 )
49
+ activejob (7.0 .3.1 )
50
+ activesupport (= 7.0 .3.1 )
44
51
globalid (>= 0.3.6 )
45
- activemodel (6.1 .3.2 )
46
- activesupport (= 6.1 .3.2 )
47
- activerecord (6.1 .3.2 )
48
- activemodel (= 6.1 .3.2 )
49
- activesupport (= 6.1 .3.2 )
50
- activestorage (6.1 .3.2 )
51
- actionpack (= 6.1 .3.2 )
52
- activejob (= 6.1 .3.2 )
53
- activerecord (= 6.1 .3.2 )
54
- activesupport (= 6.1 .3.2 )
55
- marcel (~> 1.0.0 )
56
- mini_mime (~> 1.0.2 )
57
- activesupport (6.1 .3.2 )
52
+ activemodel (7.0 .3.1 )
53
+ activesupport (= 7.0 .3.1 )
54
+ activerecord (7.0 .3.1 )
55
+ activemodel (= 7.0 .3.1 )
56
+ activesupport (= 7.0 .3.1 )
57
+ activestorage (7.0 .3.1 )
58
+ actionpack (= 7.0 .3.1 )
59
+ activejob (= 7.0 .3.1 )
60
+ activerecord (= 7.0 .3.1 )
61
+ activesupport (= 7.0 .3.1 )
62
+ marcel (~> 1.0 )
63
+ mini_mime (>= 1.1.0 )
64
+ activesupport (7.0 .3.1 )
58
65
concurrent-ruby (~> 1.0 , >= 1.0.2 )
59
66
i18n (>= 1.6 , < 2 )
60
67
minitest (>= 5.1 )
61
68
tzinfo (~> 2.0 )
62
- zeitwerk (~> 2.3 )
63
69
addressable (2.8.0 )
64
70
public_suffix (>= 2.0.2 , < 5.0 )
65
- benchmark-ips (2.8.4 )
66
- bootsnap (1.7.5 )
67
- msgpack (~> 1.0 )
71
+ benchmark-ips (2.10.0 )
72
+ bootsnap (1.12.0 )
73
+ msgpack (~> 1.2 )
68
74
builder (3.2.4 )
69
75
byebug (11.1.3 )
70
- capybara (3.35.3 )
76
+ capybara (3.37.1 )
71
77
addressable
78
+ matrix
72
79
mini_mime (>= 0.1.3 )
73
80
nokogiri (~> 1.8 )
74
81
rack (>= 1.6.0 )
83
90
coffee-script-source
84
91
execjs
85
92
coffee-script-source (1.12.2 )
86
- concurrent-ruby (1.1.8 )
93
+ concurrent-ruby (1.1.10 )
87
94
crass (1.0.6 )
88
- docile (1.3.5 )
95
+ digest (3.1.0 )
96
+ docile (1.4.0 )
89
97
erubi (1.10.0 )
90
- execjs (2.8.0 )
91
- factory_bot (6.2.0 )
98
+ execjs (2.8.1 )
99
+ factory_bot (6.2.1 )
92
100
activesupport (>= 5.0.0 )
93
101
factory_bot_rails (6.2.0 )
94
102
factory_bot (~> 6.2.0 )
95
103
railties (>= 5.0.0 )
96
- ffi (1.15.0 )
97
- globalid (0.4.2 )
98
- activesupport (>= 4.2 .0 )
99
- haml (5.2.1 )
104
+ ffi (1.15.5 )
105
+ globalid (1.0.0 )
106
+ activesupport (>= 5 .0 )
107
+ haml (5.2.2 )
100
108
temple (>= 0.8.0 )
101
109
tilt
102
- i18n (1.8.10 )
110
+ i18n (1.12.0 )
103
111
concurrent-ruby (~> 1.0 )
104
- jbuilder (2.11.2 )
112
+ jbuilder (2.11.5 )
113
+ actionview (>= 5.0.0 )
105
114
activesupport (>= 5.0.0 )
106
- loofah (2.9.1 )
115
+ loofah (2.18.0 )
107
116
crass (~> 1.0.2 )
108
117
nokogiri (>= 1.5.9 )
109
118
mail (2.7.1 )
110
119
mini_mime (>= 0.1.1 )
111
- marcel (1.0.1 )
120
+ marcel (1.0.2 )
121
+ matrix (0.4.2 )
112
122
method_source (1.0.0 )
113
- mini_mime (1.0.3 )
123
+ mini_mime (1.1.2 )
114
124
mini_portile2 (2.8.0 )
115
- minitest (5.14.4 )
116
- msgpack (1.4.2 )
125
+ minitest (5.16.2 )
126
+ msgpack (1.5.4 )
127
+ net-imap (0.2.3 )
128
+ digest
129
+ net-protocol
130
+ strscan
131
+ net-pop (0.1.1 )
132
+ digest
133
+ net-protocol
134
+ timeout
135
+ net-protocol (0.1.3 )
136
+ timeout
137
+ net-smtp (0.3.1 )
138
+ digest
139
+ net-protocol
140
+ timeout
117
141
nio4r (2.5.8 )
118
- nokogiri (1.13.6 )
142
+ nokogiri (1.13.8 )
119
143
mini_portile2 (~> 2.8.0 )
120
144
racc (~> 1.4 )
121
- octicons (13.0.0 )
122
- nokogiri (>= 1.6.3.1 )
123
- octicons_helper (13.0.0 )
145
+ octicons (17.3.0 )
146
+ octicons_helper (17.3.0 )
124
147
actionview
125
- octicons (= 13.0 .0 )
148
+ octicons (= 17.3 .0 )
126
149
railties
127
- pg (1.2.3 )
150
+ pg (1.4.2 )
128
151
pry (0.14.1 )
129
152
coderay (~> 1.1 )
130
153
method_source (~> 1.0 )
131
154
pry-rails (0.3.9 )
132
155
pry (>= 0.10.4 )
133
- public_suffix (4.0.6 )
156
+ public_suffix (4.0.7 )
134
157
puma (4.3.12 )
135
158
nio4r (~> 2.0 )
136
159
racc (1.6.0 )
137
- rack (2.2.3.1 )
138
- rack-test (1.1.0 )
139
- rack (>= 1.0 , < 3 )
140
- rails (6.1 .3.2 )
141
- actioncable (= 6.1 .3.2 )
142
- actionmailbox (= 6.1 .3.2 )
143
- actionmailer (= 6.1 .3.2 )
144
- actionpack (= 6.1 .3.2 )
145
- actiontext (= 6.1 .3.2 )
146
- actionview (= 6.1 .3.2 )
147
- activejob (= 6.1 .3.2 )
148
- activemodel (= 6.1 .3.2 )
149
- activerecord (= 6.1 .3.2 )
150
- activestorage (= 6.1 .3.2 )
151
- activesupport (= 6.1 .3.2 )
160
+ rack (2.2.4 )
161
+ rack-test (2.0.2 )
162
+ rack (>= 1.3 )
163
+ rails (7.0 .3.1 )
164
+ actioncable (= 7.0 .3.1 )
165
+ actionmailbox (= 7.0 .3.1 )
166
+ actionmailer (= 7.0 .3.1 )
167
+ actionpack (= 7.0 .3.1 )
168
+ actiontext (= 7.0 .3.1 )
169
+ actionview (= 7.0 .3.1 )
170
+ activejob (= 7.0 .3.1 )
171
+ activemodel (= 7.0 .3.1 )
172
+ activerecord (= 7.0 .3.1 )
173
+ activestorage (= 7.0 .3.1 )
174
+ activesupport (= 7.0 .3.1 )
152
175
bundler (>= 1.15.0 )
153
- railties (= 6.1.3.2 )
154
- sprockets-rails (>= 2.0.0 )
176
+ railties (= 7.0.3.1 )
155
177
rails-dom-testing (2.0.3 )
156
178
activesupport (>= 4.2.0 )
157
179
nokogiri (>= 1.6 )
158
- rails-html-sanitizer (1.3.0 )
180
+ rails-html-sanitizer (1.4.3 )
159
181
loofah (~> 2.3 )
160
- railties (6.1 .3.2 )
161
- actionpack (= 6.1 .3.2 )
162
- activesupport (= 6.1 .3.2 )
182
+ railties (7.0 .3.1 )
183
+ actionpack (= 7.0 .3.1 )
184
+ activesupport (= 7.0 .3.1 )
163
185
method_source
164
- rake (>= 0.8.7 )
186
+ rake (>= 12.2 )
165
187
thor (~> 1.0 )
166
- rake (13.0.3 )
167
- regexp_parser (2.1.1 )
188
+ zeitwerk (~> 2.5 )
189
+ rake (13.0.6 )
190
+ regexp_parser (2.5.0 )
168
191
sassc (2.4.0 )
169
192
ffi (~> 1.9 )
170
193
sassc-rails (2.1.2 )
@@ -178,36 +201,39 @@ GEM
178
201
simplecov-html (~> 0.11 )
179
202
simplecov_json_formatter (~> 0.1 )
180
203
simplecov-html (0.12.3 )
181
- simplecov_json_formatter (0.1.3 )
204
+ simplecov_json_formatter (0.1.4 )
182
205
slim (4.1.0 )
183
206
temple (>= 0.7.6 , < 0.9 )
184
207
tilt (>= 2.0.6 , < 2.1 )
185
- sprockets (4.0.2 )
208
+ sprockets (4.1.1 )
186
209
concurrent-ruby (~> 1.0 )
187
210
rack (> 1 , < 3 )
188
- sprockets-rails (3.2 .2 )
189
- actionpack (>= 4.0 )
190
- activesupport (>= 4.0 )
211
+ sprockets-rails (3.4 .2 )
212
+ actionpack (>= 5.2 )
213
+ activesupport (>= 5.2 )
191
214
sprockets (>= 3.0.0 )
215
+ strscan (3.0.4 )
192
216
temple (0.8.2 )
193
- thor (1.1.0 )
194
- tilt (2.0.10 )
217
+ thor (1.2.1 )
218
+ tilt (2.0.11 )
219
+ timeout (0.3.0 )
195
220
turbolinks (5.2.1 )
196
221
turbolinks-source (~> 5.2 )
197
222
turbolinks-source (5.2.0 )
198
- tzinfo (2.0.4 )
223
+ tzinfo (2.0.5 )
199
224
concurrent-ruby (~> 1.0 )
200
225
uglifier (4.2.0 )
201
226
execjs (>= 0.3.0 , < 3 )
202
- view_component (2.31.1 )
203
- activesupport (>= 5.0.0 , < 7.0 )
204
- websocket-driver (0.7.3 )
227
+ view_component (2.62.0 )
228
+ activesupport (>= 5.0.0 , < 8.0 )
229
+ method_source (~> 1.0 )
230
+ websocket-driver (0.7.5 )
205
231
websocket-extensions (>= 0.1.0 )
206
232
websocket-extensions (0.1.5 )
207
233
wkhtmltoimage-binary (0.12.5 )
208
234
xpath (3.2.0 )
209
235
nokogiri (~> 1.8 )
210
- zeitwerk (2.4.2 )
236
+ zeitwerk (2.6.0 )
211
237
212
238
PLATFORMS
213
239
ruby
@@ -225,18 +251,18 @@ DEPENDENCIES
225
251
pg (>= 0.18 , < 2.0 )
226
252
pry-rails
227
253
puma (~> 4.3 )
228
- rails (~> 6.1 )
254
+ rails (~> 7 )
229
255
sassc-rails
230
256
simplecov
231
257
slim
232
258
turbolinks (~> 5 )
233
259
tzinfo-data
234
260
uglifier (>= 1.3.0 )
235
- view_component ( = 2.31.1 )
261
+ view_component
236
262
wkhtmltoimage-binary
237
263
238
264
RUBY VERSION
239
- ruby 3.0.0p0
265
+ ruby 3.0.3p157
240
266
241
267
BUNDLED WITH
242
- 2.2.17
268
+ 2.2.32
0 commit comments