Skip to content

Commit d851378

Browse files
authored
Merge pull request #32 from RaspberryPiFoundation/update-rails
update rails to fix vulnerability in active storage
2 parents 4463fc4 + d96356b commit d851378

File tree

1 file changed

+82
-57
lines changed

1 file changed

+82
-57
lines changed

Diff for: Gemfile.lock

+82-57
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.0)
5-
actionpack (= 7.0.0)
6-
activesupport (= 7.0.0)
4+
actioncable (7.0.2.3)
5+
actionpack (= 7.0.2.3)
6+
activesupport (= 7.0.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.0)
10-
actionpack (= 7.0.0)
11-
activejob (= 7.0.0)
12-
activerecord (= 7.0.0)
13-
activestorage (= 7.0.0)
14-
activesupport (= 7.0.0)
9+
actionmailbox (7.0.2.3)
10+
actionpack (= 7.0.2.3)
11+
activejob (= 7.0.2.3)
12+
activerecord (= 7.0.2.3)
13+
activestorage (= 7.0.2.3)
14+
activesupport (= 7.0.2.3)
1515
mail (>= 2.7.1)
16-
actionmailer (7.0.0)
17-
actionpack (= 7.0.0)
18-
actionview (= 7.0.0)
19-
activejob (= 7.0.0)
20-
activesupport (= 7.0.0)
16+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.2.3)
20+
actionpack (= 7.0.2.3)
21+
actionview (= 7.0.2.3)
22+
activejob (= 7.0.2.3)
23+
activesupport (= 7.0.2.3)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (7.0.0)
24-
actionview (= 7.0.0)
25-
activesupport (= 7.0.0)
29+
actionpack (7.0.2.3)
30+
actionview (= 7.0.2.3)
31+
activesupport (= 7.0.2.3)
2632
rack (~> 2.0, >= 2.2.0)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (7.0.0)
31-
actionpack (= 7.0.0)
32-
activerecord (= 7.0.0)
33-
activestorage (= 7.0.0)
34-
activesupport (= 7.0.0)
36+
actiontext (7.0.2.3)
37+
actionpack (= 7.0.2.3)
38+
activerecord (= 7.0.2.3)
39+
activestorage (= 7.0.2.3)
40+
activesupport (= 7.0.2.3)
3541
globalid (>= 0.6.0)
3642
nokogiri (>= 1.8.5)
37-
actionview (7.0.0)
38-
activesupport (= 7.0.0)
43+
actionview (7.0.2.3)
44+
activesupport (= 7.0.2.3)
3945
builder (~> 3.1)
4046
erubi (~> 1.4)
4147
rails-dom-testing (~> 2.0)
4248
rails-html-sanitizer (~> 1.1, >= 1.2.0)
43-
activejob (7.0.0)
44-
activesupport (= 7.0.0)
49+
activejob (7.0.2.3)
50+
activesupport (= 7.0.2.3)
4551
globalid (>= 0.3.6)
46-
activemodel (7.0.0)
47-
activesupport (= 7.0.0)
48-
activerecord (7.0.0)
49-
activemodel (= 7.0.0)
50-
activesupport (= 7.0.0)
51-
activestorage (7.0.0)
52-
actionpack (= 7.0.0)
53-
activejob (= 7.0.0)
54-
activerecord (= 7.0.0)
55-
activesupport (= 7.0.0)
52+
activemodel (7.0.2.3)
53+
activesupport (= 7.0.2.3)
54+
activerecord (7.0.2.3)
55+
activemodel (= 7.0.2.3)
56+
activesupport (= 7.0.2.3)
57+
activestorage (7.0.2.3)
58+
actionpack (= 7.0.2.3)
59+
activejob (= 7.0.2.3)
60+
activerecord (= 7.0.2.3)
61+
activesupport (= 7.0.2.3)
5662
marcel (~> 1.0)
5763
mini_mime (>= 1.1.0)
58-
activesupport (7.0.0)
64+
activesupport (7.0.2.3)
5965
concurrent-ruby (~> 1.0, >= 1.0.2)
6066
i18n (>= 1.6, < 2)
6167
minitest (>= 5.1)
@@ -74,6 +80,7 @@ GEM
7480
rexml
7581
crass (1.0.6)
7682
diff-lcs (1.4.4)
83+
digest (3.1.0)
7784
docile (1.4.0)
7885
dotenv (2.7.6)
7986
dotenv-rails (2.7.6)
@@ -94,14 +101,15 @@ GEM
94101
globalid (1.0.0)
95102
activesupport (>= 5.0)
96103
hashdiff (1.0.1)
97-
i18n (1.8.11)
104+
i18n (1.10.0)
98105
concurrent-ruby (~> 1.0)
99106
importmap-rails (1.0.1)
100107
actionpack (>= 6.0.0)
101108
railties (>= 6.0.0)
109+
io-wait (0.2.1)
102110
jbuilder (2.11.4)
103111
activesupport (>= 5.0.0)
104-
loofah (2.13.0)
112+
loofah (2.14.0)
105113
crass (~> 1.0.2)
106114
nokogiri (>= 1.5.9)
107115
mail (2.7.1)
@@ -111,6 +119,21 @@ GEM
111119
mini_mime (1.1.2)
112120
minitest (5.15.0)
113121
msgpack (1.4.2)
122+
net-imap (0.2.3)
123+
digest
124+
net-protocol
125+
strscan
126+
net-pop (0.1.1)
127+
digest
128+
net-protocol
129+
timeout
130+
net-protocol (0.1.2)
131+
io-wait
132+
timeout
133+
net-smtp (0.3.1)
134+
digest
135+
net-protocol
136+
timeout
114137
nio4r (2.5.8)
115138
nokogiri (1.13.3-aarch64-linux)
116139
racc (~> 1.4)
@@ -137,28 +160,28 @@ GEM
137160
rack (>= 2.0.0)
138161
rack-test (1.1.0)
139162
rack (>= 1.0, < 3)
140-
rails (7.0.0)
141-
actioncable (= 7.0.0)
142-
actionmailbox (= 7.0.0)
143-
actionmailer (= 7.0.0)
144-
actionpack (= 7.0.0)
145-
actiontext (= 7.0.0)
146-
actionview (= 7.0.0)
147-
activejob (= 7.0.0)
148-
activemodel (= 7.0.0)
149-
activerecord (= 7.0.0)
150-
activestorage (= 7.0.0)
151-
activesupport (= 7.0.0)
163+
rails (7.0.2.3)
164+
actioncable (= 7.0.2.3)
165+
actionmailbox (= 7.0.2.3)
166+
actionmailer (= 7.0.2.3)
167+
actionpack (= 7.0.2.3)
168+
actiontext (= 7.0.2.3)
169+
actionview (= 7.0.2.3)
170+
activejob (= 7.0.2.3)
171+
activemodel (= 7.0.2.3)
172+
activerecord (= 7.0.2.3)
173+
activestorage (= 7.0.2.3)
174+
activesupport (= 7.0.2.3)
152175
bundler (>= 1.15.0)
153-
railties (= 7.0.0)
176+
railties (= 7.0.2.3)
154177
rails-dom-testing (2.0.3)
155178
activesupport (>= 4.2.0)
156179
nokogiri (>= 1.6)
157180
rails-html-sanitizer (1.4.2)
158181
loofah (~> 2.3)
159-
railties (7.0.0)
160-
actionpack (= 7.0.0)
161-
activesupport (= 7.0.0)
182+
railties (7.0.2.3)
183+
actionpack (= 7.0.2.3)
184+
activesupport (= 7.0.2.3)
162185
method_source
163186
rake (>= 12.2)
164187
thor (~> 1.0)
@@ -226,7 +249,9 @@ GEM
226249
sprockets (>= 3.0.0)
227250
stimulus-rails (1.0.2)
228251
railties (>= 6.0.0)
229-
thor (1.1.0)
252+
strscan (3.0.1)
253+
thor (1.2.1)
254+
timeout (0.2.0)
230255
turbo-rails (1.0.0)
231256
actionpack (>= 6.0.0)
232257
railties (>= 6.0.0)
@@ -240,7 +265,7 @@ GEM
240265
websocket-driver (0.7.5)
241266
websocket-extensions (>= 0.1.0)
242267
websocket-extensions (0.1.5)
243-
zeitwerk (2.5.1)
268+
zeitwerk (2.5.4)
244269

245270
PLATFORMS
246271
aarch64-linux

0 commit comments

Comments
 (0)