Skip to content

Commit 3aea760

Browse files
Bump rails from 6.1.7.2 to 7.2.2
Bumps [rails](https://github.com/rails/rails) from 6.1.7.2 to 7.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.2...v7.2.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 497bbdb commit 3aea760

File tree

2 files changed

+123
-89
lines changed

2 files changed

+123
-89
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
ruby File.read(".ruby-version").strip
77

88
gem 'puma'
9-
gem 'rails', '~> 6.1.6'
9+
gem 'rails', '~> 7.2.2'
1010
gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
1111
gem 'mime-types-data'
1212
gem 'mime-types'

Gemfile.lock

Lines changed: 122 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -13,76 +13,88 @@ GEM
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (6.1.7.2)
17-
actionpack (= 6.1.7.2)
18-
activesupport (= 6.1.7.2)
16+
actioncable (7.2.2)
17+
actionpack (= 7.2.2)
18+
activesupport (= 7.2.2)
1919
nio4r (~> 2.0)
2020
websocket-driver (>= 0.6.1)
21-
actionmailbox (6.1.7.2)
22-
actionpack (= 6.1.7.2)
23-
activejob (= 6.1.7.2)
24-
activerecord (= 6.1.7.2)
25-
activestorage (= 6.1.7.2)
26-
activesupport (= 6.1.7.2)
27-
mail (>= 2.7.1)
28-
actionmailer (6.1.7.2)
29-
actionpack (= 6.1.7.2)
30-
actionview (= 6.1.7.2)
31-
activejob (= 6.1.7.2)
32-
activesupport (= 6.1.7.2)
33-
mail (~> 2.5, >= 2.5.4)
34-
rails-dom-testing (~> 2.0)
35-
actionpack (6.1.7.2)
36-
actionview (= 6.1.7.2)
37-
activesupport (= 6.1.7.2)
38-
rack (~> 2.0, >= 2.0.9)
21+
zeitwerk (~> 2.6)
22+
actionmailbox (7.2.2)
23+
actionpack (= 7.2.2)
24+
activejob (= 7.2.2)
25+
activerecord (= 7.2.2)
26+
activestorage (= 7.2.2)
27+
activesupport (= 7.2.2)
28+
mail (>= 2.8.0)
29+
actionmailer (7.2.2)
30+
actionpack (= 7.2.2)
31+
actionview (= 7.2.2)
32+
activejob (= 7.2.2)
33+
activesupport (= 7.2.2)
34+
mail (>= 2.8.0)
35+
rails-dom-testing (~> 2.2)
36+
actionpack (7.2.2)
37+
actionview (= 7.2.2)
38+
activesupport (= 7.2.2)
39+
nokogiri (>= 1.8.5)
40+
racc
41+
rack (>= 2.2.4, < 3.2)
42+
rack-session (>= 1.0.1)
3943
rack-test (>= 0.6.3)
40-
rails-dom-testing (~> 2.0)
41-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
42-
actiontext (6.1.7.2)
43-
actionpack (= 6.1.7.2)
44-
activerecord (= 6.1.7.2)
45-
activestorage (= 6.1.7.2)
46-
activesupport (= 6.1.7.2)
44+
rails-dom-testing (~> 2.2)
45+
rails-html-sanitizer (~> 1.6)
46+
useragent (~> 0.16)
47+
actiontext (7.2.2)
48+
actionpack (= 7.2.2)
49+
activerecord (= 7.2.2)
50+
activestorage (= 7.2.2)
51+
activesupport (= 7.2.2)
52+
globalid (>= 0.6.0)
4753
nokogiri (>= 1.8.5)
48-
actionview (6.1.7.2)
49-
activesupport (= 6.1.7.2)
54+
actionview (7.2.2)
55+
activesupport (= 7.2.2)
5056
builder (~> 3.1)
51-
erubi (~> 1.4)
52-
rails-dom-testing (~> 2.0)
53-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57+
erubi (~> 1.11)
58+
rails-dom-testing (~> 2.2)
59+
rails-html-sanitizer (~> 1.6)
5460
actionview-encoded_mail_to (1.0.9)
5561
rails
56-
active_model_serializers (0.10.13)
57-
actionpack (>= 4.1, < 7.1)
58-
activemodel (>= 4.1, < 7.1)
62+
active_model_serializers (0.10.14)
63+
actionpack (>= 4.1)
64+
activemodel (>= 4.1)
5965
case_transform (>= 0.2)
6066
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
61-
activejob (6.1.7.2)
62-
activesupport (= 6.1.7.2)
67+
activejob (7.2.2)
68+
activesupport (= 7.2.2)
6369
globalid (>= 0.3.6)
64-
activemodel (6.1.7.2)
65-
activesupport (= 6.1.7.2)
70+
activemodel (7.2.2)
71+
activesupport (= 7.2.2)
6672
activemodel-serializers-xml (1.0.2)
6773
activemodel (> 5.x)
6874
activesupport (> 5.x)
6975
builder (~> 3.1)
70-
activerecord (6.1.7.2)
71-
activemodel (= 6.1.7.2)
72-
activesupport (= 6.1.7.2)
73-
activestorage (6.1.7.2)
74-
actionpack (= 6.1.7.2)
75-
activejob (= 6.1.7.2)
76-
activerecord (= 6.1.7.2)
77-
activesupport (= 6.1.7.2)
76+
activerecord (7.2.2)
77+
activemodel (= 7.2.2)
78+
activesupport (= 7.2.2)
79+
timeout (>= 0.4.0)
80+
activestorage (7.2.2)
81+
actionpack (= 7.2.2)
82+
activejob (= 7.2.2)
83+
activerecord (= 7.2.2)
84+
activesupport (= 7.2.2)
7885
marcel (~> 1.0)
79-
mini_mime (>= 1.1.0)
80-
activesupport (6.1.7.2)
81-
concurrent-ruby (~> 1.0, >= 1.0.2)
86+
activesupport (7.2.2)
87+
base64
88+
benchmark (>= 0.3)
89+
bigdecimal
90+
concurrent-ruby (~> 1.0, >= 1.3.1)
91+
connection_pool (>= 2.2.5)
92+
drb
8293
i18n (>= 1.6, < 2)
94+
logger (>= 1.4.2)
8395
minitest (>= 5.1)
84-
tzinfo (~> 2.0)
85-
zeitwerk (~> 2.3)
96+
securerandom (>= 0.3)
97+
tzinfo (~> 2.0, >= 2.0.5)
8698
addressable (2.8.1)
8799
public_suffix (>= 2.0.2, < 6.0)
88100
amazing_print (1.4.0)
@@ -111,11 +123,14 @@ GEM
111123
babel-transpiler (0.7.0)
112124
babel-source (>= 4.0, < 6)
113125
execjs (~> 2.0)
126+
base64 (0.2.0)
114127
bcrypt (3.1.18)
128+
benchmark (0.4.0)
115129
better_errors (2.9.1)
116130
coderay (>= 1.0.0)
117131
erubi (>= 1.0.0)
118132
rack (>= 0.9.0)
133+
bigdecimal (3.1.8)
119134
bindex (0.8.1)
120135
binding_of_caller (1.0.0)
121136
debug_inspector (>= 0.0.1)
@@ -153,7 +168,7 @@ GEM
153168
activerecord (>= 5.a)
154169
database_cleaner-core (~> 2.0.0)
155170
database_cleaner-core (2.0.1)
156-
date (3.3.3)
171+
date (3.4.0)
157172
debug_inspector (1.1.0)
158173
devise (4.8.1)
159174
bcrypt (~> 3.0)
@@ -174,6 +189,7 @@ GEM
174189
activesupport (>= 5.0)
175190
request_store (>= 1.0)
176191
ruby2_keywords
192+
drb (2.2.1)
177193
em-websocket (0.5.3)
178194
eventmachine (>= 0.12.9)
179195
http_parser.rb (~> 0)
@@ -199,8 +215,8 @@ GEM
199215
ffi (1.15.5)
200216
foreman (0.87.2)
201217
formatador (1.1.0)
202-
globalid (1.1.0)
203-
activesupport (>= 5.0)
218+
globalid (1.2.1)
219+
activesupport (>= 6.1)
204220
groupdate (6.2.0)
205221
activesupport (>= 5.2)
206222
growl (1.0.3)
@@ -246,6 +262,10 @@ GEM
246262
mini_magick (>= 4.9.5, < 5)
247263
ruby-vips (>= 2.0.17, < 3)
248264
interception (0.5)
265+
io-console (0.7.2)
266+
irb (1.14.1)
267+
rdoc (>= 4.0.0)
268+
reline (>= 0.4.2)
249269
jbuilder (2.11.5)
250270
actionview (>= 5.0.0)
251271
activesupport (>= 5.0.0)
@@ -278,15 +298,15 @@ GEM
278298
net-imap
279299
net-pop
280300
net-smtp
281-
marcel (1.0.2)
301+
marcel (1.0.4)
282302
matrix (0.4.2)
283303
method_source (1.1.0)
284304
mime-types (3.4.1)
285305
mime-types-data (~> 3.2015)
286306
mime-types-data (3.2022.0105)
287307
mini_magick (4.12.0)
288-
mini_mime (1.1.2)
289-
mini_portile2 (2.8.7)
308+
mini_mime (1.1.5)
309+
mini_portile2 (2.8.8)
290310
minitest (5.25.1)
291311
msgpack (1.6.0)
292312
multi_json (1.15.0)
@@ -297,11 +317,11 @@ GEM
297317
net-protocol
298318
net-pop (0.1.2)
299319
net-protocol
300-
net-protocol (0.2.1)
320+
net-protocol (0.2.2)
301321
timeout
302322
net-smtp (0.3.3)
303323
net-protocol
304-
nio4r (2.5.8)
324+
nio4r (2.7.4)
305325
nokogiri (1.14.1)
306326
mini_portile2 (~> 2.8.0)
307327
racc (~> 1.4)
@@ -356,37 +376,42 @@ GEM
356376
pry-rescue (1.5.2)
357377
interception (>= 0.5)
358378
pry (>= 0.12.0)
379+
psych (5.2.0)
380+
stringio
359381
public_suffix (5.0.1)
360382
puma (6.0.2)
361383
nio4r (~> 2.0)
362384
pundit (2.3.0)
363385
activesupport (>= 3.0.0)
364386
racc (1.8.1)
365-
rack (2.2.10)
387+
rack (3.1.8)
366388
rack-mini-profiler (3.0.0)
367389
rack (>= 1.2.0)
368390
rack-protection (3.0.5)
369391
rack
370392
rack-proxy (0.7.6)
371393
rack
394+
rack-session (2.0.0)
395+
rack (>= 3.0.0)
372396
rack-test (2.1.0)
373397
rack (>= 1.3)
374398
rack-timeout (0.6.3)
375-
rails (6.1.7.2)
376-
actioncable (= 6.1.7.2)
377-
actionmailbox (= 6.1.7.2)
378-
actionmailer (= 6.1.7.2)
379-
actionpack (= 6.1.7.2)
380-
actiontext (= 6.1.7.2)
381-
actionview (= 6.1.7.2)
382-
activejob (= 6.1.7.2)
383-
activemodel (= 6.1.7.2)
384-
activerecord (= 6.1.7.2)
385-
activestorage (= 6.1.7.2)
386-
activesupport (= 6.1.7.2)
399+
rackup (2.2.1)
400+
rack (>= 3)
401+
rails (7.2.2)
402+
actioncable (= 7.2.2)
403+
actionmailbox (= 7.2.2)
404+
actionmailer (= 7.2.2)
405+
actionpack (= 7.2.2)
406+
actiontext (= 7.2.2)
407+
actionview (= 7.2.2)
408+
activejob (= 7.2.2)
409+
activemodel (= 7.2.2)
410+
activerecord (= 7.2.2)
411+
activestorage (= 7.2.2)
412+
activesupport (= 7.2.2)
387413
bundler (>= 1.15.0)
388-
railties (= 6.1.7.2)
389-
sprockets-rails (>= 2.0.0)
414+
railties (= 7.2.2)
390415
rails-controller-testing (1.0.5)
391416
actionpack (>= 5.0.1.rc1)
392417
actionview (>= 5.0.1.rc1)
@@ -398,16 +423,20 @@ GEM
398423
rails-html-sanitizer (1.6.0)
399424
loofah (~> 2.21)
400425
nokogiri (~> 1.14)
401-
railties (6.1.7.2)
402-
actionpack (= 6.1.7.2)
403-
activesupport (= 6.1.7.2)
404-
method_source
426+
railties (7.2.2)
427+
actionpack (= 7.2.2)
428+
activesupport (= 7.2.2)
429+
irb (~> 1.13)
430+
rackup (>= 1.0.0)
405431
rake (>= 12.2)
406-
thor (~> 1.0)
432+
thor (~> 1.0, >= 1.2.2)
433+
zeitwerk (~> 2.6)
407434
rake (13.2.1)
408435
rb-fsevent (0.11.2)
409436
rb-inotify (0.10.1)
410437
ffi (~> 1.0)
438+
rdoc (6.7.0)
439+
psych (>= 4.0.0)
411440
react-rails (2.6.2)
412441
babel-transpiler (>= 0.7.0)
413442
connection_pool
@@ -418,6 +447,8 @@ GEM
418447
redis-client (0.12.1)
419448
connection_pool
420449
regexp_parser (2.7.0)
450+
reline (0.5.11)
451+
io-console (~> 0.5)
421452
request_store (1.5.1)
422453
rack (>= 1.4)
423454
responders (3.1.0)
@@ -462,6 +493,7 @@ GEM
462493
sprockets (> 3.0)
463494
sprockets-rails
464495
tilt
496+
securerandom (0.3.2)
465497
selectize-rails (0.12.6)
466498
selenium-webdriver (4.8.0)
467499
rexml (~> 3.2, >= 3.2.5)
@@ -487,18 +519,19 @@ GEM
487519
spring (4.1.1)
488520
spring-commands-rspec (1.0.4)
489521
spring (>= 0.9.1)
490-
sprockets (4.2.0)
522+
sprockets (4.2.1)
491523
concurrent-ruby (~> 1.0)
492524
rack (>= 2.2.4, < 4)
493-
sprockets-rails (3.4.2)
494-
actionpack (>= 5.2)
495-
activesupport (>= 5.2)
525+
sprockets-rails (3.5.2)
526+
actionpack (>= 6.1)
527+
activesupport (>= 6.1)
496528
sprockets (>= 3.0.0)
529+
stringio (3.1.2)
497530
temple (0.10.0)
498531
thor (1.3.2)
499532
tilt (2.0.11)
500533
timecop (0.9.6)
501-
timeout (0.3.1)
534+
timeout (0.4.2)
502535
tinymce-rails (6.3.1)
503536
railties (>= 3.1.1)
504537
typhoeus (1.4.0)
@@ -509,6 +542,7 @@ GEM
509542
execjs (>= 0.3.0, < 3)
510543
unaccent (0.4.0)
511544
underscore-rails (1.8.3)
545+
useragent (0.16.10)
512546
version_gem (1.1.1)
513547
warden (1.2.9)
514548
rack (>= 2.0.9)
@@ -523,7 +557,7 @@ GEM
523557
railties (>= 5.2)
524558
semantic_range (>= 2.3.0)
525559
websocket (1.2.9)
526-
websocket-driver (0.7.5)
560+
websocket-driver (0.7.6)
527561
websocket-extensions (>= 0.1.0)
528562
websocket-extensions (0.1.5)
529563
xpath (3.2.0)
@@ -592,7 +626,7 @@ DEPENDENCIES
592626
pundit
593627
rack-mini-profiler
594628
rack-timeout (~> 0.6)
595-
rails (~> 6.1.6)
629+
rails (~> 7.2.2)
596630
rails-assets-momentjs!
597631
rails-controller-testing
598632
react-rails

0 commit comments

Comments
 (0)