Skip to content

Commit a167ac6

Browse files
Update dependency rails to v7.0.8.1 [SECURITY]
1 parent b65a4b1 commit a167ac6

1 file changed

Lines changed: 94 additions & 78 deletions

File tree

Gemfile.lock

Lines changed: 94 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4)
5-
actionpack (= 7.0.4)
6-
activesupport (= 7.0.4)
4+
actioncable (7.0.10)
5+
actionpack (= 7.0.10)
6+
activesupport (= 7.0.10)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4)
10-
actionpack (= 7.0.4)
11-
activejob (= 7.0.4)
12-
activerecord (= 7.0.4)
13-
activestorage (= 7.0.4)
14-
activesupport (= 7.0.4)
9+
actionmailbox (7.0.10)
10+
actionpack (= 7.0.10)
11+
activejob (= 7.0.10)
12+
activerecord (= 7.0.10)
13+
activestorage (= 7.0.10)
14+
activesupport (= 7.0.10)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4)
20-
actionpack (= 7.0.4)
21-
actionview (= 7.0.4)
22-
activejob (= 7.0.4)
23-
activesupport (= 7.0.4)
19+
actionmailer (7.0.10)
20+
actionpack (= 7.0.10)
21+
actionview (= 7.0.10)
22+
activejob (= 7.0.10)
23+
activesupport (= 7.0.10)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.4)
30-
actionview (= 7.0.4)
31-
activesupport (= 7.0.4)
32-
rack (~> 2.0, >= 2.2.0)
29+
actionpack (7.0.10)
30+
actionview (= 7.0.10)
31+
activesupport (= 7.0.10)
32+
racc
33+
rack (~> 2.0, >= 2.2.4)
3334
rack-test (>= 0.6.3)
3435
rails-dom-testing (~> 2.0)
3536
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.4)
37-
actionpack (= 7.0.4)
38-
activerecord (= 7.0.4)
39-
activestorage (= 7.0.4)
40-
activesupport (= 7.0.4)
37+
actiontext (7.0.10)
38+
actionpack (= 7.0.10)
39+
activerecord (= 7.0.10)
40+
activestorage (= 7.0.10)
41+
activesupport (= 7.0.10)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.0.4)
44-
activesupport (= 7.0.4)
44+
actionview (7.0.10)
45+
activesupport (= 7.0.10)
4546
builder (~> 3.1)
4647
erubi (~> 1.4)
4748
rails-dom-testing (~> 2.0)
4849
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.4)
50-
activesupport (= 7.0.4)
50+
activejob (7.0.10)
51+
activesupport (= 7.0.10)
5152
globalid (>= 0.3.6)
52-
activemodel (7.0.4)
53-
activesupport (= 7.0.4)
54-
activerecord (7.0.4)
55-
activemodel (= 7.0.4)
56-
activesupport (= 7.0.4)
57-
activestorage (7.0.4)
58-
actionpack (= 7.0.4)
59-
activejob (= 7.0.4)
60-
activerecord (= 7.0.4)
61-
activesupport (= 7.0.4)
53+
activemodel (7.0.10)
54+
activesupport (= 7.0.10)
55+
activerecord (7.0.10)
56+
activemodel (= 7.0.10)
57+
activesupport (= 7.0.10)
58+
activestorage (7.0.10)
59+
actionpack (= 7.0.10)
60+
activejob (= 7.0.10)
61+
activerecord (= 7.0.10)
62+
activesupport (= 7.0.10)
6263
marcel (~> 1.0)
6364
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4)
65+
activesupport (7.0.10)
66+
base64
67+
benchmark (>= 0.3)
68+
bigdecimal
6569
concurrent-ruby (~> 1.0, >= 1.0.2)
70+
drb
6671
i18n (>= 1.6, < 2)
72+
logger (>= 1.4.2)
6773
minitest (>= 5.1)
74+
mutex_m
75+
securerandom (>= 0.3)
6876
tzinfo (~> 2.0)
6977
addressable (2.8.1)
7078
public_suffix (>= 2.0.2, < 6.0)
79+
base64 (0.3.0)
80+
benchmark (0.5.0)
81+
bigdecimal (4.1.2)
7182
bindex (0.8.1)
7283
bootsnap (1.13.0)
7384
msgpack (~> 1.2)
@@ -88,9 +99,10 @@ GEM
8899
debug (1.6.2)
89100
irb (>= 1.3.6)
90101
reline (>= 0.3.1)
91-
digest (3.1.0)
102+
digest (3.1.1)
103+
drb (2.2.3)
92104
erubi (1.11.0)
93-
globalid (1.0.0)
105+
globalid (1.0.1)
94106
activesupport (>= 5.0)
95107
i18n (1.12.0)
96108
concurrent-ruby (~> 1.0)
@@ -103,63 +115,63 @@ GEM
103115
jbuilder (2.11.5)
104116
actionview (>= 5.0.0)
105117
activesupport (>= 5.0.0)
106-
loofah (2.18.0)
118+
logger (1.7.0)
119+
loofah (2.19.1)
107120
crass (~> 1.0.2)
108121
nokogiri (>= 1.5.9)
109122
mail (2.7.1)
110123
mini_mime (>= 0.1.1)
111-
marcel (1.0.2)
124+
marcel (1.0.4)
112125
matrix (0.4.2)
113126
method_source (1.0.0)
114-
mini_mime (1.1.2)
127+
mini_mime (1.1.5)
115128
minitest (5.16.3)
116129
msgpack (1.5.6)
117-
net-imap (0.2.3)
130+
mutex_m (0.3.0)
131+
net-imap (0.2.5)
118132
digest
119133
net-protocol
120134
strscan
121-
net-pop (0.1.1)
122-
digest
135+
net-pop (0.1.2)
123136
net-protocol
124-
timeout
125137
net-protocol (0.1.3)
126138
timeout
127-
net-smtp (0.3.1)
128-
digest
139+
net-smtp (0.3.4)
129140
net-protocol
130-
timeout
131-
nio4r (2.5.8)
132-
nokogiri (1.13.8-x86_64-darwin)
141+
nio4r (2.5.9)
142+
nokogiri (1.13.10-x86_64-darwin)
143+
racc (~> 1.4)
144+
nokogiri (1.13.10-x86_64-linux)
133145
racc (~> 1.4)
134146
public_suffix (5.0.0)
135147
puma (5.6.5)
136148
nio4r (~> 2.0)
137-
racc (1.6.0)
138-
rack (2.2.4)
149+
racc (1.6.2)
150+
rack (2.2.23)
139151
rack-test (2.0.2)
140152
rack (>= 1.3)
141-
rails (7.0.4)
142-
actioncable (= 7.0.4)
143-
actionmailbox (= 7.0.4)
144-
actionmailer (= 7.0.4)
145-
actionpack (= 7.0.4)
146-
actiontext (= 7.0.4)
147-
actionview (= 7.0.4)
148-
activejob (= 7.0.4)
149-
activemodel (= 7.0.4)
150-
activerecord (= 7.0.4)
151-
activestorage (= 7.0.4)
152-
activesupport (= 7.0.4)
153+
rails (7.0.10)
154+
actioncable (= 7.0.10)
155+
actionmailbox (= 7.0.10)
156+
actionmailer (= 7.0.10)
157+
actionpack (= 7.0.10)
158+
actiontext (= 7.0.10)
159+
actionview (= 7.0.10)
160+
activejob (= 7.0.10)
161+
activemodel (= 7.0.10)
162+
activerecord (= 7.0.10)
163+
activestorage (= 7.0.10)
164+
activesupport (= 7.0.10)
153165
bundler (>= 1.15.0)
154-
railties (= 7.0.4)
166+
railties (= 7.0.10)
155167
rails-dom-testing (2.0.3)
156168
activesupport (>= 4.2.0)
157169
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.4.3)
159-
loofah (~> 2.3)
160-
railties (7.0.4)
161-
actionpack (= 7.0.4)
162-
activesupport (= 7.0.4)
170+
rails-html-sanitizer (1.4.4)
171+
loofah (~> 2.19, >= 2.19.1)
172+
railties (7.0.10)
173+
actionpack (= 7.0.10)
174+
activesupport (= 7.0.10)
163175
method_source
164176
rake (>= 12.2)
165177
thor (~> 1.0)
@@ -171,6 +183,7 @@ GEM
171183
io-console (~> 0.5)
172184
rexml (3.2.5)
173185
rubyzip (2.3.2)
186+
securerandom (0.4.1)
174187
selenium-webdriver (4.4.0)
175188
childprocess (>= 0.5, < 5.0)
176189
rexml (~> 3.2, >= 3.2.5)
@@ -188,16 +201,17 @@ GEM
188201
activesupport (>= 5.2)
189202
sprockets (>= 3.0.0)
190203
sqlite3 (1.5.0-x86_64-darwin)
204+
sqlite3 (1.5.0-x86_64-linux)
191205
stimulus-rails (1.1.0)
192206
railties (>= 6.0.0)
193-
strscan (3.0.4)
194-
thor (1.2.1)
195-
timeout (0.3.0)
207+
strscan (3.0.9)
208+
thor (1.2.2)
209+
timeout (0.3.2)
196210
turbo-rails (1.1.1)
197211
actionpack (>= 6.0.0)
198212
activejob (>= 6.0.0)
199213
railties (>= 6.0.0)
200-
tzinfo (2.0.5)
214+
tzinfo (2.0.6)
201215
concurrent-ruby (~> 1.0)
202216
web-console (4.2.0)
203217
actionview (>= 6.0.0)
@@ -209,15 +223,17 @@ GEM
209223
rubyzip (>= 1.3.0)
210224
selenium-webdriver (~> 4.0)
211225
websocket (1.2.9)
212-
websocket-driver (0.7.5)
226+
websocket-driver (0.7.7)
227+
base64
213228
websocket-extensions (>= 0.1.0)
214229
websocket-extensions (0.1.5)
215230
xpath (3.2.0)
216231
nokogiri (~> 1.8)
217-
zeitwerk (2.6.0)
232+
zeitwerk (2.6.18)
218233

219234
PLATFORMS
220235
x86_64-darwin-21
236+
x86_64-linux
221237

222238
DEPENDENCIES
223239
bootsnap

0 commit comments

Comments
 (0)