Skip to content

Commit bd6541f

Browse files
Bump Rails regarding security reason (#216)
1 parent 76a7963 commit bd6541f

2 files changed

Lines changed: 60 additions & 60 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '~> 3.2.1'
44

55
# core
66
gem 'puma'
7-
gem 'rails', '~> 7.0.4.2'
7+
gem 'rails', '~> 7.0.4.3'
88

99
# assets
1010
gem 'bootstrap-sass', '>= 3.4.1'

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,47 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.4.2)
13-
actionpack (= 7.0.4.2)
14-
activesupport (= 7.0.4.2)
12+
actioncable (7.0.4.3)
13+
actionpack (= 7.0.4.3)
14+
activesupport (= 7.0.4.3)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.4.2)
18-
actionpack (= 7.0.4.2)
19-
activejob (= 7.0.4.2)
20-
activerecord (= 7.0.4.2)
21-
activestorage (= 7.0.4.2)
22-
activesupport (= 7.0.4.2)
17+
actionmailbox (7.0.4.3)
18+
actionpack (= 7.0.4.3)
19+
activejob (= 7.0.4.3)
20+
activerecord (= 7.0.4.3)
21+
activestorage (= 7.0.4.3)
22+
activesupport (= 7.0.4.3)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.4.2)
28-
actionpack (= 7.0.4.2)
29-
actionview (= 7.0.4.2)
30-
activejob (= 7.0.4.2)
31-
activesupport (= 7.0.4.2)
27+
actionmailer (7.0.4.3)
28+
actionpack (= 7.0.4.3)
29+
actionview (= 7.0.4.3)
30+
activejob (= 7.0.4.3)
31+
activesupport (= 7.0.4.3)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.4.2)
38-
actionview (= 7.0.4.2)
39-
activesupport (= 7.0.4.2)
37+
actionpack (7.0.4.3)
38+
actionview (= 7.0.4.3)
39+
activesupport (= 7.0.4.3)
4040
rack (~> 2.0, >= 2.2.0)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.4.2)
45-
actionpack (= 7.0.4.2)
46-
activerecord (= 7.0.4.2)
47-
activestorage (= 7.0.4.2)
48-
activesupport (= 7.0.4.2)
44+
actiontext (7.0.4.3)
45+
actionpack (= 7.0.4.3)
46+
activerecord (= 7.0.4.3)
47+
activestorage (= 7.0.4.3)
48+
activesupport (= 7.0.4.3)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.4.2)
52-
activesupport (= 7.0.4.2)
51+
actionview (7.0.4.3)
52+
activesupport (= 7.0.4.3)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
@@ -63,22 +63,22 @@ GEM
6363
kaminari (~> 1.0, >= 1.2.1)
6464
railties (>= 6.1, < 7.1)
6565
ransack (>= 2.1.1, < 4)
66-
activejob (7.0.4.2)
67-
activesupport (= 7.0.4.2)
66+
activejob (7.0.4.3)
67+
activesupport (= 7.0.4.3)
6868
globalid (>= 0.3.6)
69-
activemodel (7.0.4.2)
70-
activesupport (= 7.0.4.2)
71-
activerecord (7.0.4.2)
72-
activemodel (= 7.0.4.2)
73-
activesupport (= 7.0.4.2)
74-
activestorage (7.0.4.2)
75-
actionpack (= 7.0.4.2)
76-
activejob (= 7.0.4.2)
77-
activerecord (= 7.0.4.2)
78-
activesupport (= 7.0.4.2)
69+
activemodel (7.0.4.3)
70+
activesupport (= 7.0.4.3)
71+
activerecord (7.0.4.3)
72+
activemodel (= 7.0.4.3)
73+
activesupport (= 7.0.4.3)
74+
activestorage (7.0.4.3)
75+
actionpack (= 7.0.4.3)
76+
activejob (= 7.0.4.3)
77+
activerecord (= 7.0.4.3)
78+
activesupport (= 7.0.4.3)
7979
marcel (~> 1.0)
8080
mini_mime (>= 1.1.0)
81-
activesupport (7.0.4.2)
81+
activesupport (7.0.4.3)
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
8383
i18n (>= 1.6, < 2)
8484
minitest (>= 5.1)
@@ -215,7 +215,7 @@ GEM
215215
listen (3.7.1)
216216
rb-fsevent (~> 0.10, >= 0.10.3)
217217
rb-inotify (~> 0.9, >= 0.9.10)
218-
loofah (2.19.1)
218+
loofah (2.20.0)
219219
crass (~> 1.0.2)
220220
nokogiri (>= 1.5.9)
221221
lumberjack (1.2.8)
@@ -228,7 +228,7 @@ GEM
228228
method_source (1.0.0)
229229
mini_mime (1.1.2)
230230
mini_portile2 (2.8.1)
231-
minitest (5.17.0)
231+
minitest (5.18.0)
232232
multi_json (1.15.0)
233233
multi_xml (0.6.0)
234234
nenv (0.3.0)
@@ -241,7 +241,7 @@ GEM
241241
timeout
242242
net-smtp (0.3.3)
243243
net-protocol
244-
nio4r (2.5.8)
244+
nio4r (2.5.9)
245245
nokogiri (1.14.3)
246246
mini_portile2 (~> 2.8.0)
247247
racc (~> 1.4)
@@ -279,25 +279,25 @@ GEM
279279
puma (5.6.4)
280280
nio4r (~> 2.0)
281281
racc (1.6.2)
282-
rack (2.2.6.4)
282+
rack (2.2.7)
283283
rack-protection (2.2.0)
284284
rack
285-
rack-test (2.0.2)
285+
rack-test (2.1.0)
286286
rack (>= 1.3)
287-
rails (7.0.4.2)
288-
actioncable (= 7.0.4.2)
289-
actionmailbox (= 7.0.4.2)
290-
actionmailer (= 7.0.4.2)
291-
actionpack (= 7.0.4.2)
292-
actiontext (= 7.0.4.2)
293-
actionview (= 7.0.4.2)
294-
activejob (= 7.0.4.2)
295-
activemodel (= 7.0.4.2)
296-
activerecord (= 7.0.4.2)
297-
activestorage (= 7.0.4.2)
298-
activesupport (= 7.0.4.2)
287+
rails (7.0.4.3)
288+
actioncable (= 7.0.4.3)
289+
actionmailbox (= 7.0.4.3)
290+
actionmailer (= 7.0.4.3)
291+
actionpack (= 7.0.4.3)
292+
actiontext (= 7.0.4.3)
293+
actionview (= 7.0.4.3)
294+
activejob (= 7.0.4.3)
295+
activemodel (= 7.0.4.3)
296+
activerecord (= 7.0.4.3)
297+
activestorage (= 7.0.4.3)
298+
activesupport (= 7.0.4.3)
299299
bundler (>= 1.15.0)
300-
railties (= 7.0.4.2)
300+
railties (= 7.0.4.3)
301301
rails-controller-testing (1.0.5)
302302
actionpack (>= 5.0.1.rc1)
303303
actionview (>= 5.0.1.rc1)
@@ -312,9 +312,9 @@ GEM
312312
rails_stdout_logging
313313
rails_serve_static_assets (0.0.5)
314314
rails_stdout_logging (0.0.5)
315-
railties (7.0.4.2)
316-
actionpack (= 7.0.4.2)
317-
activesupport (= 7.0.4.2)
315+
railties (7.0.4.3)
316+
actionpack (= 7.0.4.3)
317+
activesupport (= 7.0.4.3)
318318
method_source
319319
rake (>= 12.2)
320320
thor (~> 1.0)
@@ -456,7 +456,7 @@ DEPENDENCIES
456456
omniauth-rails_csrf_protection
457457
pg
458458
puma
459-
rails (~> 7.0.4.2)
459+
rails (~> 7.0.4.3)
460460
rails-controller-testing
461461
rails_12factor (~> 0.0.2)
462462
rspec-rails

0 commit comments

Comments
 (0)