Skip to content

Commit d10e9e9

Browse files
committed
Update Rails to address multiple vulnerabilities
This also updates some other related and outdated dependencies.
1 parent 6647683 commit d10e9e9

File tree

1 file changed

+66
-68
lines changed

1 file changed

+66
-68
lines changed

Gemfile.lock

Lines changed: 66 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1)
5-
actionpack (= 7.2.1)
6-
activesupport (= 7.2.1)
4+
actioncable (7.2.1.1)
5+
actionpack (= 7.2.1.1)
6+
activesupport (= 7.2.1.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1)
11-
actionpack (= 7.2.1)
12-
activejob (= 7.2.1)
13-
activerecord (= 7.2.1)
14-
activestorage (= 7.2.1)
15-
activesupport (= 7.2.1)
10+
actionmailbox (7.2.1.1)
11+
actionpack (= 7.2.1.1)
12+
activejob (= 7.2.1.1)
13+
activerecord (= 7.2.1.1)
14+
activestorage (= 7.2.1.1)
15+
activesupport (= 7.2.1.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1)
18-
actionpack (= 7.2.1)
19-
actionview (= 7.2.1)
20-
activejob (= 7.2.1)
21-
activesupport (= 7.2.1)
17+
actionmailer (7.2.1.1)
18+
actionpack (= 7.2.1.1)
19+
actionview (= 7.2.1.1)
20+
activejob (= 7.2.1.1)
21+
activesupport (= 7.2.1.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1)
25-
actionview (= 7.2.1)
26-
activesupport (= 7.2.1)
24+
actionpack (7.2.1.1)
25+
actionview (= 7.2.1.1)
26+
activesupport (= 7.2.1.1)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,15 +32,15 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1)
36-
actionpack (= 7.2.1)
37-
activerecord (= 7.2.1)
38-
activestorage (= 7.2.1)
39-
activesupport (= 7.2.1)
35+
actiontext (7.2.1.1)
36+
actionpack (= 7.2.1.1)
37+
activerecord (= 7.2.1.1)
38+
activestorage (= 7.2.1.1)
39+
activesupport (= 7.2.1.1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1)
43-
activesupport (= 7.2.1)
42+
actionview (7.2.1.1)
43+
activesupport (= 7.2.1.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
@@ -54,22 +54,22 @@ GEM
5454
kaminari (>= 1.2.1)
5555
railties (>= 6.1)
5656
ransack (>= 4.0)
57-
activejob (7.2.1)
58-
activesupport (= 7.2.1)
57+
activejob (7.2.1.1)
58+
activesupport (= 7.2.1.1)
5959
globalid (>= 0.3.6)
60-
activemodel (7.2.1)
61-
activesupport (= 7.2.1)
62-
activerecord (7.2.1)
63-
activemodel (= 7.2.1)
64-
activesupport (= 7.2.1)
60+
activemodel (7.2.1.1)
61+
activesupport (= 7.2.1.1)
62+
activerecord (7.2.1.1)
63+
activemodel (= 7.2.1.1)
64+
activesupport (= 7.2.1.1)
6565
timeout (>= 0.4.0)
66-
activestorage (7.2.1)
67-
actionpack (= 7.2.1)
68-
activejob (= 7.2.1)
69-
activerecord (= 7.2.1)
70-
activesupport (= 7.2.1)
66+
activestorage (7.2.1.1)
67+
actionpack (= 7.2.1.1)
68+
activejob (= 7.2.1.1)
69+
activerecord (= 7.2.1.1)
70+
activesupport (= 7.2.1.1)
7171
marcel (~> 1.0)
72-
activesupport (7.2.1)
72+
activesupport (7.2.1.1)
7373
base64
7474
bigdecimal
7575
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -82,9 +82,8 @@ GEM
8282
tzinfo (~> 2.0, >= 2.0.5)
8383
addressable (2.8.7)
8484
public_suffix (>= 2.0.2, < 7.0)
85-
arbre (2.0.0)
85+
arbre (2.0.2)
8686
activesupport (>= 3.0.0)
87-
ruby2_keywords (>= 0.0.2)
8887
base64 (0.2.0)
8988
bcrypt (3.1.20)
9089
bigdecimal (3.1.8)
@@ -125,9 +124,9 @@ GEM
125124
has_scope (0.8.2)
126125
actionpack (>= 5.2)
127126
activesupport (>= 5.2)
128-
i18n (1.14.5)
127+
i18n (1.14.6)
129128
concurrent-ruby (~> 1.0)
130-
importmap-rails (2.0.1)
129+
importmap-rails (2.0.3)
131130
actionpack (>= 6.0.0)
132131
activesupport (>= 6.0.0)
133132
railties (>= 6.0.0)
@@ -137,7 +136,7 @@ GEM
137136
railties (>= 6.0)
138137
responders (>= 2)
139138
io-console (0.7.2)
140-
irb (1.14.0)
139+
irb (1.14.1)
141140
rdoc (>= 4.0.0)
142141
reline (>= 0.4.2)
143142
kaminari (1.2.2)
@@ -166,7 +165,7 @@ GEM
166165
mini_mime (1.1.5)
167166
mini_portile2 (2.8.7)
168167
minitest (5.25.1)
169-
net-imap (0.4.14)
168+
net-imap (0.4.17)
170169
date
171170
net-protocol
172171
net-pop (0.1.2)
@@ -190,38 +189,38 @@ GEM
190189
puma (6.4.3)
191190
nio4r (~> 2.0)
192191
racc (1.8.1)
193-
rack (3.1.7)
192+
rack (3.1.8)
194193
rack-session (2.0.0)
195194
rack (>= 3.0.0)
196195
rack-test (2.1.0)
197196
rack (>= 1.3)
198197
rackup (2.1.0)
199198
rack (>= 3)
200199
webrick (~> 1.8)
201-
rails (7.2.1)
202-
actioncable (= 7.2.1)
203-
actionmailbox (= 7.2.1)
204-
actionmailer (= 7.2.1)
205-
actionpack (= 7.2.1)
206-
actiontext (= 7.2.1)
207-
actionview (= 7.2.1)
208-
activejob (= 7.2.1)
209-
activemodel (= 7.2.1)
210-
activerecord (= 7.2.1)
211-
activestorage (= 7.2.1)
212-
activesupport (= 7.2.1)
200+
rails (7.2.1.1)
201+
actioncable (= 7.2.1.1)
202+
actionmailbox (= 7.2.1.1)
203+
actionmailer (= 7.2.1.1)
204+
actionpack (= 7.2.1.1)
205+
actiontext (= 7.2.1.1)
206+
actionview (= 7.2.1.1)
207+
activejob (= 7.2.1.1)
208+
activemodel (= 7.2.1.1)
209+
activerecord (= 7.2.1.1)
210+
activestorage (= 7.2.1.1)
211+
activesupport (= 7.2.1.1)
213212
bundler (>= 1.15.0)
214-
railties (= 7.2.1)
213+
railties (= 7.2.1.1)
215214
rails-dom-testing (2.2.0)
216215
activesupport (>= 5.0.0)
217216
minitest
218217
nokogiri (>= 1.6)
219218
rails-html-sanitizer (1.6.0)
220219
loofah (~> 2.21)
221220
nokogiri (~> 1.14)
222-
railties (7.2.1)
223-
actionpack (= 7.2.1)
224-
activesupport (= 7.2.1)
221+
railties (7.2.1.1)
222+
actionpack (= 7.2.1.1)
223+
activesupport (= 7.2.1.1)
225224
irb (~> 1.13)
226225
rackup (>= 1.0.0)
227226
rake (>= 12.2)
@@ -235,13 +234,12 @@ GEM
235234
rdoc (6.7.0)
236235
psych (>= 4.0.0)
237236
regexp_parser (2.9.2)
238-
reline (0.5.9)
237+
reline (0.5.10)
239238
io-console (~> 0.5)
240239
responders (3.1.1)
241240
actionpack (>= 5.2)
242241
railties (>= 5.2)
243242
rexml (3.3.8)
244-
ruby2_keywords (0.0.5)
245243
rubyzip (2.3.2)
246244
securerandom (0.3.1)
247245
selenium-webdriver (4.25.0)
@@ -257,7 +255,7 @@ GEM
257255
simplecov-cobertura (2.1.0)
258256
rexml
259257
simplecov (~> 0.19)
260-
simplecov-html (0.12.3)
258+
simplecov-html (0.13.1)
261259
simplecov_json_formatter (0.1.4)
262260
sprockets (4.2.1)
263261
concurrent-ruby (~> 1.0)
@@ -266,12 +264,12 @@ GEM
266264
actionpack (>= 6.1)
267265
activesupport (>= 6.1)
268266
sprockets (>= 3.0.0)
269-
sqlite3 (2.0.4)
267+
sqlite3 (2.1.0)
270268
mini_portile2 (~> 2.8.0)
271-
sqlite3 (2.0.4-arm64-darwin)
272-
sqlite3 (2.0.4-x86_64-linux-gnu)
269+
sqlite3 (2.1.0-arm64-darwin)
270+
sqlite3 (2.1.0-x86_64-linux-gnu)
273271
stringio (3.1.1)
274-
thor (1.3.1)
272+
thor (1.3.2)
275273
timeout (0.4.1)
276274
tzinfo (2.0.6)
277275
concurrent-ruby (~> 1.0)
@@ -285,7 +283,7 @@ GEM
285283
websocket-extensions (0.1.5)
286284
xpath (3.2.0)
287285
nokogiri (~> 1.8)
288-
zeitwerk (2.6.17)
286+
zeitwerk (2.7.0)
289287

290288
PLATFORMS
291289
arm64-darwin-22

0 commit comments

Comments
 (0)