Skip to content

Commit b3a9ef7

Browse files
authored
Merge pull request #958 from CHSS-IT/rails_7.2.2.1
Rails 7.2.2.1
2 parents ddb5c57 + d1efe56 commit b3a9ef7

File tree

2 files changed

+75
-76
lines changed

2 files changed

+75
-76
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby "3.3.5"
1010
gem "rake"
1111

1212
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
13-
gem 'rails', '7.2.2'
13+
gem 'rails', '7.2.2.1'
1414
# Use postgresql as the database for Active Record
1515
gem 'pg', '~> 1.5'
1616
# Use Puma as the app server

Gemfile.lock

+74-75
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.2.2)
14-
actionpack (= 7.2.2)
15-
activesupport (= 7.2.2)
13+
actioncable (7.2.2.1)
14+
actionpack (= 7.2.2.1)
15+
activesupport (= 7.2.2.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.2.2)
20-
actionpack (= 7.2.2)
21-
activejob (= 7.2.2)
22-
activerecord (= 7.2.2)
23-
activestorage (= 7.2.2)
24-
activesupport (= 7.2.2)
19+
actionmailbox (7.2.2.1)
20+
actionpack (= 7.2.2.1)
21+
activejob (= 7.2.2.1)
22+
activerecord (= 7.2.2.1)
23+
activestorage (= 7.2.2.1)
24+
activesupport (= 7.2.2.1)
2525
mail (>= 2.8.0)
26-
actionmailer (7.2.2)
27-
actionpack (= 7.2.2)
28-
actionview (= 7.2.2)
29-
activejob (= 7.2.2)
30-
activesupport (= 7.2.2)
26+
actionmailer (7.2.2.1)
27+
actionpack (= 7.2.2.1)
28+
actionview (= 7.2.2.1)
29+
activejob (= 7.2.2.1)
30+
activesupport (= 7.2.2.1)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.2)
34-
actionview (= 7.2.2)
35-
activesupport (= 7.2.2)
33+
actionpack (7.2.2.1)
34+
actionview (= 7.2.2.1)
35+
activesupport (= 7.2.2.1)
3636
nokogiri (>= 1.8.5)
3737
racc
3838
rack (>= 2.2.4, < 3.2)
@@ -41,35 +41,35 @@ GEM
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (7.2.2)
45-
actionpack (= 7.2.2)
46-
activerecord (= 7.2.2)
47-
activestorage (= 7.2.2)
48-
activesupport (= 7.2.2)
44+
actiontext (7.2.2.1)
45+
actionpack (= 7.2.2.1)
46+
activerecord (= 7.2.2.1)
47+
activestorage (= 7.2.2.1)
48+
activesupport (= 7.2.2.1)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.2.2)
52-
activesupport (= 7.2.2)
51+
actionview (7.2.2.1)
52+
activesupport (= 7.2.2.1)
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (7.2.2)
58-
activesupport (= 7.2.2)
57+
activejob (7.2.2.1)
58+
activesupport (= 7.2.2.1)
5959
globalid (>= 0.3.6)
60-
activemodel (7.2.2)
61-
activesupport (= 7.2.2)
62-
activerecord (7.2.2)
63-
activemodel (= 7.2.2)
64-
activesupport (= 7.2.2)
60+
activemodel (7.2.2.1)
61+
activesupport (= 7.2.2.1)
62+
activerecord (7.2.2.1)
63+
activemodel (= 7.2.2.1)
64+
activesupport (= 7.2.2.1)
6565
timeout (>= 0.4.0)
66-
activestorage (7.2.2)
67-
actionpack (= 7.2.2)
68-
activejob (= 7.2.2)
69-
activerecord (= 7.2.2)
70-
activesupport (= 7.2.2)
66+
activestorage (7.2.2.1)
67+
actionpack (= 7.2.2.1)
68+
activejob (= 7.2.2.1)
69+
activerecord (= 7.2.2.1)
70+
activesupport (= 7.2.2.1)
7171
marcel (~> 1.0)
72-
activesupport (7.2.2)
72+
activesupport (7.2.2.1)
7373
base64
7474
benchmark (>= 0.3)
7575
bigdecimal
@@ -144,7 +144,7 @@ GEM
144144
dartsass-rails (0.5.1)
145145
railties (>= 6.0.0)
146146
sass-embedded (~> 1.63)
147-
date (3.4.0)
147+
date (3.4.1)
148148
debug (1.9.2)
149149
irb (~> 1.10)
150150
reline (>= 0.3.8)
@@ -188,8 +188,8 @@ GEM
188188
actionpack (>= 6.0.0)
189189
activesupport (>= 6.0.0)
190190
railties (>= 6.0.0)
191-
io-console (0.7.2)
192-
irb (1.14.1)
191+
io-console (0.8.0)
192+
irb (1.14.2)
193193
rdoc (>= 4.0.0)
194194
reline (>= 0.4.2)
195195
jbuilder (2.13.0)
@@ -221,9 +221,9 @@ GEM
221221
mime-types-data (3.2024.0702)
222222
mini_magick (4.12.0)
223223
mini_mime (1.1.5)
224-
minitest (5.25.1)
224+
minitest (5.25.4)
225225
multi_json (1.15.0)
226-
net-imap (0.5.1)
226+
net-imap (0.5.2)
227227
date
228228
net-protocol
229229
net-pop (0.1.2)
@@ -236,60 +236,60 @@ GEM
236236
net-protocol
237237
net-ssh (7.2.3)
238238
nio4r (2.7.4)
239-
nokogiri (1.16.8-arm64-darwin)
239+
nokogiri (1.17.2-arm64-darwin)
240240
racc (~> 1.4)
241-
nokogiri (1.16.8-x86_64-linux)
241+
nokogiri (1.17.2-x86_64-linux)
242242
racc (~> 1.4)
243243
parallel (1.26.3)
244244
parser (3.3.6.0)
245245
ast (~> 2.4.1)
246246
racc
247247
pg (1.5.9)
248248
popper_js (1.16.1)
249-
psych (5.2.0)
249+
psych (5.2.1)
250+
date
250251
stringio
251252
public_suffix (5.0.4)
252253
puma (6.5.0)
253254
nio4r (~> 2.0)
254255
racc (1.8.1)
255-
rack (2.2.10)
256+
rack (3.1.8)
256257
rack-cas (0.16.1)
257258
addressable (~> 2.3)
258259
nokogiri (~> 1.5)
259260
rack (>= 1.3)
260261
rack-mini-profiler (3.3.1)
261262
rack (>= 1.2.0)
262-
rack-session (1.0.2)
263-
rack (< 3)
263+
rack-session (2.0.0)
264+
rack (>= 3.0.0)
264265
rack-test (2.1.0)
265266
rack (>= 1.3)
266-
rackup (1.0.1)
267-
rack (< 3)
268-
webrick
269-
rails (7.2.2)
270-
actioncable (= 7.2.2)
271-
actionmailbox (= 7.2.2)
272-
actionmailer (= 7.2.2)
273-
actionpack (= 7.2.2)
274-
actiontext (= 7.2.2)
275-
actionview (= 7.2.2)
276-
activejob (= 7.2.2)
277-
activemodel (= 7.2.2)
278-
activerecord (= 7.2.2)
279-
activestorage (= 7.2.2)
280-
activesupport (= 7.2.2)
267+
rackup (2.2.1)
268+
rack (>= 3)
269+
rails (7.2.2.1)
270+
actioncable (= 7.2.2.1)
271+
actionmailbox (= 7.2.2.1)
272+
actionmailer (= 7.2.2.1)
273+
actionpack (= 7.2.2.1)
274+
actiontext (= 7.2.2.1)
275+
actionview (= 7.2.2.1)
276+
activejob (= 7.2.2.1)
277+
activemodel (= 7.2.2.1)
278+
activerecord (= 7.2.2.1)
279+
activestorage (= 7.2.2.1)
280+
activesupport (= 7.2.2.1)
281281
bundler (>= 1.15.0)
282-
railties (= 7.2.2)
282+
railties (= 7.2.2.1)
283283
rails-dom-testing (2.2.0)
284284
activesupport (>= 5.0.0)
285285
minitest
286286
nokogiri (>= 1.6)
287-
rails-html-sanitizer (1.6.1)
287+
rails-html-sanitizer (1.6.2)
288288
loofah (~> 2.21)
289289
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
290-
railties (7.2.2)
291-
actionpack (= 7.2.2)
292-
activesupport (= 7.2.2)
290+
railties (7.2.2.1)
291+
actionpack (= 7.2.2.1)
292+
activesupport (= 7.2.2.1)
293293
irb (~> 1.13)
294294
rackup (>= 1.0.0)
295295
rake (>= 12.2)
@@ -301,14 +301,14 @@ GEM
301301
rb-inotify (0.10.1)
302302
ffi (~> 1.0)
303303
rbtree3 (0.7.1)
304-
rdoc (6.7.0)
304+
rdoc (6.9.1)
305305
psych (>= 4.0.0)
306306
redis (5.3.0)
307307
redis-client (>= 0.22.0)
308308
redis-client (0.22.2)
309309
connection_pool
310310
regexp_parser (2.9.0)
311-
reline (0.5.11)
311+
reline (0.6.0)
312312
io-console (~> 0.5)
313313
report_action (0.6.0)
314314
rexml (3.4.0)
@@ -344,7 +344,7 @@ GEM
344344
google-protobuf (~> 4.27)
345345
scout_apm (5.4.0)
346346
parser
347-
securerandom (0.3.2)
347+
securerandom (0.4.1)
348348
selenium-webdriver (4.27.0)
349349
base64 (~> 0.2)
350350
logger (~> 1.4)
@@ -377,7 +377,7 @@ GEM
377377
terser (1.2.4)
378378
execjs (>= 0.3.0, < 3)
379379
thor (1.3.2)
380-
timeout (0.4.2)
380+
timeout (0.4.3)
381381
turbo-rails (1.5.0)
382382
actionpack (>= 6.0.0)
383383
activejob (>= 6.0.0)
@@ -386,13 +386,12 @@ GEM
386386
concurrent-ruby (~> 1.0)
387387
unicode-display_width (2.6.0)
388388
uniform_notifier (1.16.0)
389-
useragent (0.16.10)
389+
useragent (0.16.11)
390390
web-console (4.2.1)
391391
actionview (>= 6.0.0)
392392
activemodel (>= 6.0.0)
393393
bindex (>= 0.4.0)
394394
railties (>= 6.0.0)
395-
webrick (1.9.0)
396395
websocket (1.2.11)
397396
websocket-driver (0.7.6)
398397
websocket-extensions (>= 0.1.0)
@@ -428,7 +427,7 @@ DEPENDENCIES
428427
puma (~> 6.5)
429428
rack-cas (~> 0.16.1)
430429
rack-mini-profiler (~> 3.3)
431-
rails (= 7.2.2)
430+
rails (= 7.2.2.1)
432431
rake
433432
redis (~> 5.3)
434433
report_action (~> 0.6.0)

0 commit comments

Comments
 (0)