Skip to content

Commit 8a4a356

Browse files
chore(deps): update dependency rails to "~> 7.2.0"
1 parent 514ed98 commit 8a4a356

File tree

2 files changed

+105
-84
lines changed

2 files changed

+105
-84
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby ">3.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0.0"
7+
gem "rails", "~> 7.2.0"
88

99
# Use sqlite3 as the database for Active Record
1010
gem "sqlite3", "~> 1.4"

Gemfile.lock

+104-83
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,93 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.6)
5-
actionpack (= 7.0.8.6)
6-
activesupport (= 7.0.8.6)
4+
actioncable (7.2.2)
5+
actionpack (= 7.2.2)
6+
activesupport (= 7.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.6)
10-
actionpack (= 7.0.8.6)
11-
activejob (= 7.0.8.6)
12-
activerecord (= 7.0.8.6)
13-
activestorage (= 7.0.8.6)
14-
activesupport (= 7.0.8.6)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.6)
20-
actionpack (= 7.0.8.6)
21-
actionview (= 7.0.8.6)
22-
activejob (= 7.0.8.6)
23-
activesupport (= 7.0.8.6)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.6)
30-
actionview (= 7.0.8.6)
31-
activesupport (= 7.0.8.6)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.2.2)
11+
actionpack (= 7.2.2)
12+
activejob (= 7.2.2)
13+
activerecord (= 7.2.2)
14+
activestorage (= 7.2.2)
15+
activesupport (= 7.2.2)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.2)
18+
actionpack (= 7.2.2)
19+
actionview (= 7.2.2)
20+
activejob (= 7.2.2)
21+
activesupport (= 7.2.2)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (7.2.2)
25+
actionview (= 7.2.2)
26+
activesupport (= 7.2.2)
27+
nokogiri (>= 1.8.5)
28+
racc
29+
rack (>= 2.2.4, < 3.2)
30+
rack-session (>= 1.0.1)
3331
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.6)
37-
actionpack (= 7.0.8.6)
38-
activerecord (= 7.0.8.6)
39-
activestorage (= 7.0.8.6)
40-
activesupport (= 7.0.8.6)
32+
rails-dom-testing (~> 2.2)
33+
rails-html-sanitizer (~> 1.6)
34+
useragent (~> 0.16)
35+
actiontext (7.2.2)
36+
actionpack (= 7.2.2)
37+
activerecord (= 7.2.2)
38+
activestorage (= 7.2.2)
39+
activesupport (= 7.2.2)
4140
globalid (>= 0.6.0)
4241
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.6)
44-
activesupport (= 7.0.8.6)
42+
actionview (7.2.2)
43+
activesupport (= 7.2.2)
4544
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.6)
50-
activesupport (= 7.0.8.6)
45+
erubi (~> 1.11)
46+
rails-dom-testing (~> 2.2)
47+
rails-html-sanitizer (~> 1.6)
48+
activejob (7.2.2)
49+
activesupport (= 7.2.2)
5150
globalid (>= 0.3.6)
52-
activemodel (7.0.8.6)
53-
activesupport (= 7.0.8.6)
54-
activerecord (7.0.8.6)
55-
activemodel (= 7.0.8.6)
56-
activesupport (= 7.0.8.6)
57-
activestorage (7.0.8.6)
58-
actionpack (= 7.0.8.6)
59-
activejob (= 7.0.8.6)
60-
activerecord (= 7.0.8.6)
61-
activesupport (= 7.0.8.6)
51+
activemodel (7.2.2)
52+
activesupport (= 7.2.2)
53+
activerecord (7.2.2)
54+
activemodel (= 7.2.2)
55+
activesupport (= 7.2.2)
56+
timeout (>= 0.4.0)
57+
activestorage (7.2.2)
58+
actionpack (= 7.2.2)
59+
activejob (= 7.2.2)
60+
activerecord (= 7.2.2)
61+
activesupport (= 7.2.2)
6262
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.6)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
63+
activesupport (7.2.2)
64+
base64
65+
benchmark (>= 0.3)
66+
bigdecimal
67+
concurrent-ruby (~> 1.0, >= 1.3.1)
68+
connection_pool (>= 2.2.5)
69+
drb
6670
i18n (>= 1.6, < 2)
71+
logger (>= 1.4.2)
6772
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
73+
securerandom (>= 0.3)
74+
tzinfo (~> 2.0, >= 2.0.5)
75+
base64 (0.2.0)
76+
benchmark (0.3.0)
77+
bigdecimal (1.4.4)
6978
bootsnap (1.18.3)
7079
msgpack (~> 1.2)
7180
builder (3.3.0)
7281
coderay (1.1.3)
7382
concurrent-ruby (1.3.4)
83+
connection_pool (2.4.1)
7484
crass (1.0.6)
7585
csv (0.1.0)
76-
date (3.3.4)
86+
date (3.4.0)
7787
debug (1.9.1)
7888
irb (~> 1.10)
7989
reline (>= 0.3.8)
90+
drb (2.2.1)
8091
erubi (1.13.0)
8192
globalid (1.2.1)
8293
activesupport (>= 6.1)
@@ -87,10 +98,11 @@ GEM
8798
i18n (1.14.6)
8899
concurrent-ruby (~> 1.0)
89100
io-console (0.7.2)
90-
irb (1.11.2)
91-
rdoc
101+
irb (1.14.1)
102+
rdoc (>= 4.0.0)
92103
reline (>= 0.4.2)
93-
loofah (2.22.0)
104+
logger (1.6.1)
105+
loofah (2.23.1)
94106
crass (~> 1.0.2)
95107
nokogiri (>= 1.12.0)
96108
mail (2.8.1)
@@ -99,12 +111,12 @@ GEM
99111
net-pop
100112
net-smtp
101113
marcel (1.0.4)
102-
method_source (1.0.0)
114+
method_source (1.1.0)
103115
mini_mime (1.1.5)
104-
minitest (5.23.1)
116+
minitest (5.25.1)
105117
msgpack (1.7.2)
106118
multi_xml (0.6.0)
107-
net-imap (0.4.17)
119+
net-imap (0.5.0)
108120
date
109121
net-protocol
110122
net-pop (0.1.2)
@@ -129,43 +141,50 @@ GEM
129141
nio4r (~> 2.0)
130142
racc (1.8.1)
131143
rack (2.2.10)
144+
rack-session (1.0.2)
145+
rack (< 3)
132146
rack-test (2.1.0)
133147
rack (>= 1.3)
134-
rails (7.0.8.6)
135-
actioncable (= 7.0.8.6)
136-
actionmailbox (= 7.0.8.6)
137-
actionmailer (= 7.0.8.6)
138-
actionpack (= 7.0.8.6)
139-
actiontext (= 7.0.8.6)
140-
actionview (= 7.0.8.6)
141-
activejob (= 7.0.8.6)
142-
activemodel (= 7.0.8.6)
143-
activerecord (= 7.0.8.6)
144-
activestorage (= 7.0.8.6)
145-
activesupport (= 7.0.8.6)
148+
rackup (1.0.1)
149+
rack (< 3)
150+
webrick
151+
rails (7.2.2)
152+
actioncable (= 7.2.2)
153+
actionmailbox (= 7.2.2)
154+
actionmailer (= 7.2.2)
155+
actionpack (= 7.2.2)
156+
actiontext (= 7.2.2)
157+
actionview (= 7.2.2)
158+
activejob (= 7.2.2)
159+
activemodel (= 7.2.2)
160+
activerecord (= 7.2.2)
161+
activestorage (= 7.2.2)
162+
activesupport (= 7.2.2)
146163
bundler (>= 1.15.0)
147-
railties (= 7.0.8.6)
164+
railties (= 7.2.2)
148165
rails-dom-testing (2.2.0)
149166
activesupport (>= 5.0.0)
150167
minitest
151168
nokogiri (>= 1.6)
152169
rails-html-sanitizer (1.6.0)
153170
loofah (~> 2.21)
154171
nokogiri (~> 1.14)
155-
railties (7.0.8.6)
156-
actionpack (= 7.0.8.6)
157-
activesupport (= 7.0.8.6)
158-
method_source
172+
railties (7.2.2)
173+
actionpack (= 7.2.2)
174+
activesupport (= 7.2.2)
175+
irb (~> 1.13)
176+
rackup (>= 1.0.0)
159177
rake (>= 12.2)
160-
thor (~> 1.0)
161-
zeitwerk (~> 2.5)
178+
thor (~> 1.0, >= 1.2.2)
179+
zeitwerk (~> 2.6)
162180
rake (13.2.1)
163181
rdoc (6.6.2)
164182
psych (>= 4.0.0)
165183
reline (0.4.2)
166184
io-console (~> 0.5)
167185
resend (0.13.0)
168186
httparty (>= 0.21.0)
187+
securerandom (0.3.1)
169188
sqlite3 (1.7.3-arm64-darwin)
170189
sqlite3 (1.7.3-x86_64-darwin)
171190
sqlite3 (1.7.3-x86_64-linux)
@@ -174,10 +193,12 @@ GEM
174193
timeout (0.4.1)
175194
tzinfo (2.0.6)
176195
concurrent-ruby (~> 1.0)
196+
useragent (0.16.10)
197+
webrick (1.9.0)
177198
websocket-driver (0.7.6)
178199
websocket-extensions (>= 0.1.0)
179200
websocket-extensions (0.1.5)
180-
zeitwerk (2.6.18)
201+
zeitwerk (2.7.1)
181202

182203
PLATFORMS
183204
arm64-darwin-22
@@ -189,7 +210,7 @@ DEPENDENCIES
189210
debug
190211
pry
191212
puma (~> 5.6)
192-
rails (~> 7.0.0)
213+
rails (~> 7.2.0)
193214
resend
194215
sqlite3 (~> 1.4)
195216
tzinfo-data

0 commit comments

Comments
 (0)