Skip to content

Commit d8063a7

Browse files
Bump rails from 7.0.4.3 to 7.0.8.1
Bumps [rails](https://github.com/rails/rails) from 7.0.4.3 to 7.0.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.4.3...v7.0.8.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b92935e commit d8063a7

File tree

1 file changed

+86
-81
lines changed

1 file changed

+86
-81
lines changed

Gemfile.lock

+86-81
Original file line numberDiff line numberDiff line change
@@ -10,158 +10,163 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.4.3)
14-
actionpack (= 7.0.4.3)
15-
activesupport (= 7.0.4.3)
13+
actioncable (7.0.8.1)
14+
actionpack (= 7.0.8.1)
15+
activesupport (= 7.0.8.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.4.3)
19-
actionpack (= 7.0.4.3)
20-
activejob (= 7.0.4.3)
21-
activerecord (= 7.0.4.3)
22-
activestorage (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
18+
actionmailbox (7.0.8.1)
19+
actionpack (= 7.0.8.1)
20+
activejob (= 7.0.8.1)
21+
activerecord (= 7.0.8.1)
22+
activestorage (= 7.0.8.1)
23+
activesupport (= 7.0.8.1)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.4.3)
29-
actionpack (= 7.0.4.3)
30-
actionview (= 7.0.4.3)
31-
activejob (= 7.0.4.3)
32-
activesupport (= 7.0.4.3)
28+
actionmailer (7.0.8.1)
29+
actionpack (= 7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activejob (= 7.0.8.1)
32+
activesupport (= 7.0.8.1)
3333
mail (~> 2.5, >= 2.5.4)
3434
net-imap
3535
net-pop
3636
net-smtp
3737
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.4.3)
39-
actionview (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
41-
rack (~> 2.0, >= 2.2.0)
38+
actionpack (7.0.8.1)
39+
actionview (= 7.0.8.1)
40+
activesupport (= 7.0.8.1)
41+
rack (~> 2.0, >= 2.2.4)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.0)
4444
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.4.3)
46-
actionpack (= 7.0.4.3)
47-
activerecord (= 7.0.4.3)
48-
activestorage (= 7.0.4.3)
49-
activesupport (= 7.0.4.3)
45+
actiontext (7.0.8.1)
46+
actionpack (= 7.0.8.1)
47+
activerecord (= 7.0.8.1)
48+
activestorage (= 7.0.8.1)
49+
activesupport (= 7.0.8.1)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.4.3)
53-
activesupport (= 7.0.4.3)
52+
actionview (7.0.8.1)
53+
activesupport (= 7.0.8.1)
5454
builder (~> 3.1)
5555
erubi (~> 1.4)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.4.3)
59-
activesupport (= 7.0.4.3)
58+
activejob (7.0.8.1)
59+
activesupport (= 7.0.8.1)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.4.3)
62-
activesupport (= 7.0.4.3)
63-
activerecord (7.0.4.3)
64-
activemodel (= 7.0.4.3)
65-
activesupport (= 7.0.4.3)
66-
activestorage (7.0.4.3)
67-
actionpack (= 7.0.4.3)
68-
activejob (= 7.0.4.3)
69-
activerecord (= 7.0.4.3)
70-
activesupport (= 7.0.4.3)
61+
activemodel (7.0.8.1)
62+
activesupport (= 7.0.8.1)
63+
activerecord (7.0.8.1)
64+
activemodel (= 7.0.8.1)
65+
activesupport (= 7.0.8.1)
66+
activestorage (7.0.8.1)
67+
actionpack (= 7.0.8.1)
68+
activejob (= 7.0.8.1)
69+
activerecord (= 7.0.8.1)
70+
activesupport (= 7.0.8.1)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.4.3)
73+
activesupport (7.0.8.1)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
7777
tzinfo (~> 2.0)
78-
builder (3.2.4)
78+
builder (3.3.0)
7979
coderay (1.1.3)
80-
concurrent-ruby (1.2.2)
80+
concurrent-ruby (1.3.3)
8181
crass (1.0.6)
82-
date (3.3.3)
82+
date (3.3.4)
8383
erubi (1.12.0)
8484
ffi (1.15.5)
85-
globalid (1.1.0)
86-
activesupport (>= 5.0)
87-
i18n (1.12.0)
85+
globalid (1.2.1)
86+
activesupport (>= 6.1)
87+
i18n (1.14.5)
8888
concurrent-ruby (~> 1.0)
89-
loofah (2.20.0)
89+
loofah (2.22.0)
9090
crass (~> 1.0.2)
91-
nokogiri (>= 1.5.9)
91+
nokogiri (>= 1.12.0)
9292
mail (2.8.1)
9393
mini_mime (>= 0.1.1)
9494
net-imap
9595
net-pop
9696
net-smtp
97-
marcel (1.0.2)
98-
method_source (1.0.0)
99-
mini_mime (1.1.2)
97+
marcel (1.0.4)
98+
method_source (1.1.0)
99+
mini_mime (1.1.5)
100100
minitest (5.18.0)
101101
minitest-focus (1.3.1)
102102
minitest (>= 4, < 6)
103-
net-imap (0.3.4)
103+
net-imap (0.4.12)
104104
date
105105
net-protocol
106106
net-pop (0.1.2)
107107
net-protocol
108-
net-protocol (0.2.1)
108+
net-protocol (0.2.2)
109109
timeout
110-
net-smtp (0.3.3)
110+
net-smtp (0.5.0)
111111
net-protocol
112-
nio4r (2.5.9)
113-
nokogiri (1.14.3-aarch64-linux)
112+
nio4r (2.7.3)
113+
nokogiri (1.16.5-aarch64-linux)
114114
racc (~> 1.4)
115-
nokogiri (1.14.3-arm64-darwin)
115+
nokogiri (1.16.5-arm64-darwin)
116+
racc (~> 1.4)
117+
nokogiri (1.16.5-x86_64-linux)
116118
racc (~> 1.4)
117119
pry (0.14.2)
118120
coderay (~> 1.1)
119121
method_source (~> 1.0)
120-
racc (1.6.2)
121-
rack (2.2.6.4)
122+
racc (1.8.0)
123+
rack (2.2.9)
122124
rack-test (2.1.0)
123125
rack (>= 1.3)
124-
rails (7.0.4.3)
125-
actioncable (= 7.0.4.3)
126-
actionmailbox (= 7.0.4.3)
127-
actionmailer (= 7.0.4.3)
128-
actionpack (= 7.0.4.3)
129-
actiontext (= 7.0.4.3)
130-
actionview (= 7.0.4.3)
131-
activejob (= 7.0.4.3)
132-
activemodel (= 7.0.4.3)
133-
activerecord (= 7.0.4.3)
134-
activestorage (= 7.0.4.3)
135-
activesupport (= 7.0.4.3)
126+
rails (7.0.8.1)
127+
actioncable (= 7.0.8.1)
128+
actionmailbox (= 7.0.8.1)
129+
actionmailer (= 7.0.8.1)
130+
actionpack (= 7.0.8.1)
131+
actiontext (= 7.0.8.1)
132+
actionview (= 7.0.8.1)
133+
activejob (= 7.0.8.1)
134+
activemodel (= 7.0.8.1)
135+
activerecord (= 7.0.8.1)
136+
activestorage (= 7.0.8.1)
137+
activesupport (= 7.0.8.1)
136138
bundler (>= 1.15.0)
137-
railties (= 7.0.4.3)
138-
rails-dom-testing (2.0.3)
139-
activesupport (>= 4.2.0)
139+
railties (= 7.0.8.1)
140+
rails-dom-testing (2.2.0)
141+
activesupport (>= 5.0.0)
142+
minitest
140143
nokogiri (>= 1.6)
141-
rails-html-sanitizer (1.5.0)
142-
loofah (~> 2.19, >= 2.19.1)
143-
railties (7.0.4.3)
144-
actionpack (= 7.0.4.3)
145-
activesupport (= 7.0.4.3)
144+
rails-html-sanitizer (1.6.0)
145+
loofah (~> 2.21)
146+
nokogiri (~> 1.14)
147+
railties (7.0.8.1)
148+
actionpack (= 7.0.8.1)
149+
activesupport (= 7.0.8.1)
146150
method_source
147151
rake (>= 12.2)
148152
thor (~> 1.0)
149153
zeitwerk (~> 2.5)
150154
rake (13.0.6)
151155
rb-inotify (0.10.1)
152156
ffi (~> 1.0)
153-
thor (1.2.1)
154-
timeout (0.3.2)
157+
thor (1.3.1)
158+
timeout (0.4.1)
155159
tzinfo (2.0.6)
156160
concurrent-ruby (~> 1.0)
157-
websocket-driver (0.7.5)
161+
websocket-driver (0.7.6)
158162
websocket-extensions (>= 0.1.0)
159163
websocket-extensions (0.1.5)
160-
zeitwerk (2.6.7)
164+
zeitwerk (2.6.15)
161165

162166
PLATFORMS
163167
aarch64-linux
164168
arm64-darwin-22
169+
x86_64-linux
165170

166171
DEPENDENCIES
167172
lambda_punch!

0 commit comments

Comments
 (0)