Skip to content

Commit 868f671

Browse files
Bump rails from 7.2.1 to 7.2.1.1
Bumps [rails](https://github.com/rails/rails) from 7.2.1 to 7.2.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.1...v7.2.1.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d511514 commit 868f671

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

Gemfile.lock

+62-62
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,35 +32,35 @@ 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)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.1)
49-
activesupport (= 7.2.1)
48+
activejob (7.2.1.1)
49+
activesupport (= 7.2.1.1)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.1)
52-
activesupport (= 7.2.1)
53-
activerecord (7.2.1)
54-
activemodel (= 7.2.1)
55-
activesupport (= 7.2.1)
51+
activemodel (7.2.1.1)
52+
activesupport (= 7.2.1.1)
53+
activerecord (7.2.1.1)
54+
activemodel (= 7.2.1.1)
55+
activesupport (= 7.2.1.1)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.1)
58-
actionpack (= 7.2.1)
59-
activejob (= 7.2.1)
60-
activerecord (= 7.2.1)
61-
activesupport (= 7.2.1)
57+
activestorage (7.2.1.1)
58+
actionpack (= 7.2.1.1)
59+
activejob (= 7.2.1.1)
60+
activerecord (= 7.2.1.1)
61+
activesupport (= 7.2.1.1)
6262
marcel (~> 1.0)
63-
activesupport (7.2.1)
63+
activesupport (7.2.1.1)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -115,22 +115,22 @@ GEM
115115
net-http
116116
globalid (1.2.1)
117117
activesupport (>= 6.1)
118-
i18n (1.14.5)
118+
i18n (1.14.6)
119119
concurrent-ruby (~> 1.0)
120120
importmap-rails (2.0.1)
121121
actionpack (>= 6.0.0)
122122
activesupport (>= 6.0.0)
123123
railties (>= 6.0.0)
124124
io-console (0.7.2)
125-
irb (1.14.0)
125+
irb (1.14.1)
126126
rdoc (>= 4.0.0)
127127
reline (>= 0.4.2)
128128
jbuilder (2.12.0)
129129
actionview (>= 5.0.0)
130130
activesupport (>= 5.0.0)
131131
json (2.7.2)
132132
language_server-protocol (3.17.0.3)
133-
logger (1.6.0)
133+
logger (1.6.1)
134134
loofah (2.22.0)
135135
crass (~> 1.0.2)
136136
nokogiri (>= 1.12.0)
@@ -147,7 +147,7 @@ GEM
147147
multipart-post (2.4.1)
148148
net-http (0.4.1)
149149
uri
150-
net-imap (0.4.14)
150+
net-imap (0.4.17)
151151
date
152152
net-protocol
153153
net-pop (0.1.2)
@@ -180,38 +180,38 @@ GEM
180180
puma (6.4.2)
181181
nio4r (~> 2.0)
182182
racc (1.8.1)
183-
rack (3.1.7)
183+
rack (3.1.8)
184184
rack-session (2.0.0)
185185
rack (>= 3.0.0)
186186
rack-test (2.1.0)
187187
rack (>= 1.3)
188188
rackup (2.1.0)
189189
rack (>= 3)
190190
webrick (~> 1.8)
191-
rails (7.2.1)
192-
actioncable (= 7.2.1)
193-
actionmailbox (= 7.2.1)
194-
actionmailer (= 7.2.1)
195-
actionpack (= 7.2.1)
196-
actiontext (= 7.2.1)
197-
actionview (= 7.2.1)
198-
activejob (= 7.2.1)
199-
activemodel (= 7.2.1)
200-
activerecord (= 7.2.1)
201-
activestorage (= 7.2.1)
202-
activesupport (= 7.2.1)
191+
rails (7.2.1.1)
192+
actioncable (= 7.2.1.1)
193+
actionmailbox (= 7.2.1.1)
194+
actionmailer (= 7.2.1.1)
195+
actionpack (= 7.2.1.1)
196+
actiontext (= 7.2.1.1)
197+
actionview (= 7.2.1.1)
198+
activejob (= 7.2.1.1)
199+
activemodel (= 7.2.1.1)
200+
activerecord (= 7.2.1.1)
201+
activestorage (= 7.2.1.1)
202+
activesupport (= 7.2.1.1)
203203
bundler (>= 1.15.0)
204-
railties (= 7.2.1)
204+
railties (= 7.2.1.1)
205205
rails-dom-testing (2.2.0)
206206
activesupport (>= 5.0.0)
207207
minitest
208208
nokogiri (>= 1.6)
209209
rails-html-sanitizer (1.6.0)
210210
loofah (~> 2.21)
211211
nokogiri (~> 1.14)
212-
railties (7.2.1)
213-
actionpack (= 7.2.1)
214-
activesupport (= 7.2.1)
212+
railties (7.2.1.1)
213+
actionpack (= 7.2.1.1)
214+
activesupport (= 7.2.1.1)
215215
irb (~> 1.13)
216216
rackup (>= 1.0.0)
217217
rake (>= 12.2)
@@ -226,7 +226,7 @@ GEM
226226
redis-client (0.22.2)
227227
connection_pool
228228
regexp_parser (2.9.2)
229-
reline (0.5.9)
229+
reline (0.5.10)
230230
io-console (~> 0.5)
231231
rexml (3.3.6)
232232
strscan
@@ -295,7 +295,7 @@ GEM
295295
railties (>= 7.0.0)
296296
tailwindcss-rails (2.7.3-x86_64-linux)
297297
railties (>= 7.0.0)
298-
thor (1.3.1)
298+
thor (1.3.2)
299299
timeout (0.4.1)
300300
turbo-rails (2.0.6)
301301
actionpack (>= 6.0.0)
@@ -311,14 +311,14 @@ GEM
311311
activemodel (>= 6.0.0)
312312
bindex (>= 0.4.0)
313313
railties (>= 6.0.0)
314-
webrick (1.8.1)
314+
webrick (1.8.2)
315315
websocket (1.2.11)
316316
websocket-driver (0.7.6)
317317
websocket-extensions (>= 0.1.0)
318318
websocket-extensions (0.1.5)
319319
xpath (3.2.0)
320320
nokogiri (~> 1.8)
321-
zeitwerk (2.6.17)
321+
zeitwerk (2.7.0)
322322

323323
PLATFORMS
324324
aarch64-linux

0 commit comments

Comments
 (0)