Skip to content

Commit 714385a

Browse files
authored
Merge pull request #842 from ipfs-shipyard/dependabot/bundler/rails-7.2.1.2
Bump rails from 7.2.1.1 to 7.2.1.2
2 parents 47e6742 + 6948cae commit 714385a

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby '3.3.5'
44

5-
gem 'rails', '7.2.1.1'
5+
gem 'rails', '7.2.1.2'
66
gem 'pg'
77
gem 'puma'
88
gem 'sassc-rails'

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ GIT
2929
GEM
3030
remote: https://rubygems.org/
3131
specs:
32-
actioncable (7.2.1.1)
33-
actionpack (= 7.2.1.1)
34-
activesupport (= 7.2.1.1)
32+
actioncable (7.2.1.2)
33+
actionpack (= 7.2.1.2)
34+
activesupport (= 7.2.1.2)
3535
nio4r (~> 2.0)
3636
websocket-driver (>= 0.6.1)
3737
zeitwerk (~> 2.6)
38-
actionmailbox (7.2.1.1)
39-
actionpack (= 7.2.1.1)
40-
activejob (= 7.2.1.1)
41-
activerecord (= 7.2.1.1)
42-
activestorage (= 7.2.1.1)
43-
activesupport (= 7.2.1.1)
38+
actionmailbox (7.2.1.2)
39+
actionpack (= 7.2.1.2)
40+
activejob (= 7.2.1.2)
41+
activerecord (= 7.2.1.2)
42+
activestorage (= 7.2.1.2)
43+
activesupport (= 7.2.1.2)
4444
mail (>= 2.8.0)
45-
actionmailer (7.2.1.1)
46-
actionpack (= 7.2.1.1)
47-
actionview (= 7.2.1.1)
48-
activejob (= 7.2.1.1)
49-
activesupport (= 7.2.1.1)
45+
actionmailer (7.2.1.2)
46+
actionpack (= 7.2.1.2)
47+
actionview (= 7.2.1.2)
48+
activejob (= 7.2.1.2)
49+
activesupport (= 7.2.1.2)
5050
mail (>= 2.8.0)
5151
rails-dom-testing (~> 2.2)
52-
actionpack (7.2.1.1)
53-
actionview (= 7.2.1.1)
54-
activesupport (= 7.2.1.1)
52+
actionpack (7.2.1.2)
53+
actionview (= 7.2.1.2)
54+
activesupport (= 7.2.1.2)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4, < 3.2)
@@ -60,35 +60,35 @@ GEM
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actiontext (7.2.1.1)
64-
actionpack (= 7.2.1.1)
65-
activerecord (= 7.2.1.1)
66-
activestorage (= 7.2.1.1)
67-
activesupport (= 7.2.1.1)
63+
actiontext (7.2.1.2)
64+
actionpack (= 7.2.1.2)
65+
activerecord (= 7.2.1.2)
66+
activestorage (= 7.2.1.2)
67+
activesupport (= 7.2.1.2)
6868
globalid (>= 0.6.0)
6969
nokogiri (>= 1.8.5)
70-
actionview (7.2.1.1)
71-
activesupport (= 7.2.1.1)
70+
actionview (7.2.1.2)
71+
activesupport (= 7.2.1.2)
7272
builder (~> 3.1)
7373
erubi (~> 1.11)
7474
rails-dom-testing (~> 2.2)
7575
rails-html-sanitizer (~> 1.6)
76-
activejob (7.2.1.1)
77-
activesupport (= 7.2.1.1)
76+
activejob (7.2.1.2)
77+
activesupport (= 7.2.1.2)
7878
globalid (>= 0.3.6)
79-
activemodel (7.2.1.1)
80-
activesupport (= 7.2.1.1)
81-
activerecord (7.2.1.1)
82-
activemodel (= 7.2.1.1)
83-
activesupport (= 7.2.1.1)
79+
activemodel (7.2.1.2)
80+
activesupport (= 7.2.1.2)
81+
activerecord (7.2.1.2)
82+
activemodel (= 7.2.1.2)
83+
activesupport (= 7.2.1.2)
8484
timeout (>= 0.4.0)
85-
activestorage (7.2.1.1)
86-
actionpack (= 7.2.1.1)
87-
activejob (= 7.2.1.1)
88-
activerecord (= 7.2.1.1)
89-
activesupport (= 7.2.1.1)
85+
activestorage (7.2.1.2)
86+
actionpack (= 7.2.1.2)
87+
activejob (= 7.2.1.2)
88+
activerecord (= 7.2.1.2)
89+
activesupport (= 7.2.1.2)
9090
marcel (~> 1.0)
91-
activesupport (7.2.1.1)
91+
activesupport (7.2.1.2)
9292
base64
9393
bigdecimal
9494
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -305,30 +305,30 @@ GEM
305305
rackup (1.0.1)
306306
rack (< 3)
307307
webrick
308-
rails (7.2.1.1)
309-
actioncable (= 7.2.1.1)
310-
actionmailbox (= 7.2.1.1)
311-
actionmailer (= 7.2.1.1)
312-
actionpack (= 7.2.1.1)
313-
actiontext (= 7.2.1.1)
314-
actionview (= 7.2.1.1)
315-
activejob (= 7.2.1.1)
316-
activemodel (= 7.2.1.1)
317-
activerecord (= 7.2.1.1)
318-
activestorage (= 7.2.1.1)
319-
activesupport (= 7.2.1.1)
308+
rails (7.2.1.2)
309+
actioncable (= 7.2.1.2)
310+
actionmailbox (= 7.2.1.2)
311+
actionmailer (= 7.2.1.2)
312+
actionpack (= 7.2.1.2)
313+
actiontext (= 7.2.1.2)
314+
actionview (= 7.2.1.2)
315+
activejob (= 7.2.1.2)
316+
activemodel (= 7.2.1.2)
317+
activerecord (= 7.2.1.2)
318+
activestorage (= 7.2.1.2)
319+
activesupport (= 7.2.1.2)
320320
bundler (>= 1.15.0)
321-
railties (= 7.2.1.1)
321+
railties (= 7.2.1.2)
322322
rails-dom-testing (2.2.0)
323323
activesupport (>= 5.0.0)
324324
minitest
325325
nokogiri (>= 1.6)
326326
rails-html-sanitizer (1.6.0)
327327
loofah (~> 2.21)
328328
nokogiri (~> 1.14)
329-
railties (7.2.1.1)
330-
actionpack (= 7.2.1.1)
331-
activesupport (= 7.2.1.1)
329+
railties (7.2.1.2)
330+
actionpack (= 7.2.1.2)
331+
activesupport (= 7.2.1.2)
332332
irb (~> 1.13)
333333
rackup (>= 1.0.0)
334334
rake (>= 12.2)
@@ -462,7 +462,7 @@ DEPENDENCIES
462462
puma
463463
puma_worker_killer
464464
rack-cors
465-
rails (= 7.2.1.1)
465+
rails (= 7.2.1.2)
466466
sassc-rails
467467
semantic!
468468
semantic_range (= 2.3.1)

0 commit comments

Comments
 (0)