Skip to content

Commit db43f84

Browse files
chore(deps): update dependency rails to "~> 7.0.0" [security] (#834)
* chore(deps): update dependency rails to "~> 7.0.0" [security] * Rebundle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 63d55ed commit db43f84

File tree

2 files changed

+136
-97
lines changed

2 files changed

+136
-97
lines changed

internal/test/integration/components/rubytestserver/testapi/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.4.7"
55

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

99
# Use sqlite3 as the database for Active Record
1010
gem "sqlite3", "~> 1.4"
Lines changed: 135 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,160 +1,199 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.5)
5-
actionpack (= 7.0.5)
6-
activesupport (= 7.0.5)
4+
actioncable (7.0.10)
5+
actionpack (= 7.0.10)
6+
activesupport (= 7.0.10)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.5)
10-
actionpack (= 7.0.5)
11-
activejob (= 7.0.5)
12-
activerecord (= 7.0.5)
13-
activestorage (= 7.0.5)
14-
activesupport (= 7.0.5)
9+
actionmailbox (7.0.10)
10+
actionpack (= 7.0.10)
11+
activejob (= 7.0.10)
12+
activerecord (= 7.0.10)
13+
activestorage (= 7.0.10)
14+
activesupport (= 7.0.10)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.5)
20-
actionpack (= 7.0.5)
21-
actionview (= 7.0.5)
22-
activejob (= 7.0.5)
23-
activesupport (= 7.0.5)
19+
actionmailer (7.0.10)
20+
actionpack (= 7.0.10)
21+
actionview (= 7.0.10)
22+
activejob (= 7.0.10)
23+
activesupport (= 7.0.10)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.5)
30-
actionview (= 7.0.5)
31-
activesupport (= 7.0.5)
29+
actionpack (7.0.10)
30+
actionview (= 7.0.10)
31+
activesupport (= 7.0.10)
32+
racc
3233
rack (~> 2.0, >= 2.2.4)
3334
rack-test (>= 0.6.3)
3435
rails-dom-testing (~> 2.0)
3536
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.5)
37-
actionpack (= 7.0.5)
38-
activerecord (= 7.0.5)
39-
activestorage (= 7.0.5)
40-
activesupport (= 7.0.5)
37+
actiontext (7.0.10)
38+
actionpack (= 7.0.10)
39+
activerecord (= 7.0.10)
40+
activestorage (= 7.0.10)
41+
activesupport (= 7.0.10)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.0.5)
44-
activesupport (= 7.0.5)
44+
actionview (7.0.10)
45+
activesupport (= 7.0.10)
4546
builder (~> 3.1)
4647
erubi (~> 1.4)
4748
rails-dom-testing (~> 2.0)
4849
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.5)
50-
activesupport (= 7.0.5)
50+
activejob (7.0.10)
51+
activesupport (= 7.0.10)
5152
globalid (>= 0.3.6)
52-
activemodel (7.0.5)
53-
activesupport (= 7.0.5)
54-
activerecord (7.0.5)
55-
activemodel (= 7.0.5)
56-
activesupport (= 7.0.5)
57-
activestorage (7.0.5)
58-
actionpack (= 7.0.5)
59-
activejob (= 7.0.5)
60-
activerecord (= 7.0.5)
61-
activesupport (= 7.0.5)
53+
activemodel (7.0.10)
54+
activesupport (= 7.0.10)
55+
activerecord (7.0.10)
56+
activemodel (= 7.0.10)
57+
activesupport (= 7.0.10)
58+
activestorage (7.0.10)
59+
actionpack (= 7.0.10)
60+
activejob (= 7.0.10)
61+
activerecord (= 7.0.10)
62+
activesupport (= 7.0.10)
6263
marcel (~> 1.0)
6364
mini_mime (>= 1.1.0)
64-
activesupport (7.0.5)
65+
activesupport (7.0.10)
66+
base64
67+
benchmark (>= 0.3)
68+
bigdecimal
6569
concurrent-ruby (~> 1.0, >= 1.0.2)
70+
drb
6671
i18n (>= 1.6, < 2)
72+
logger (>= 1.4.2)
6773
minitest (>= 5.1)
74+
mutex_m
75+
securerandom (>= 0.3)
6876
tzinfo (~> 2.0)
69-
bootsnap (1.16.0)
77+
base64 (0.3.0)
78+
benchmark (0.5.0)
79+
bigdecimal (3.3.1)
80+
bootsnap (1.18.6)
7081
msgpack (~> 1.2)
71-
builder (3.2.4)
72-
concurrent-ruby (1.2.2)
82+
builder (3.3.0)
83+
concurrent-ruby (1.3.5)
7384
crass (1.0.6)
74-
date (3.3.3)
75-
debug (1.8.0)
76-
irb (>= 1.5.0)
77-
reline (>= 0.3.1)
78-
erubi (1.12.0)
79-
globalid (1.1.0)
80-
activesupport (>= 5.0)
81-
i18n (1.14.1)
85+
date (3.5.0)
86+
debug (1.11.0)
87+
irb (~> 1.10)
88+
reline (>= 0.3.8)
89+
drb (2.2.3)
90+
erb (5.1.3)
91+
erubi (1.13.1)
92+
globalid (1.3.0)
93+
activesupport (>= 6.1)
94+
i18n (1.14.7)
8295
concurrent-ruby (~> 1.0)
83-
io-console (0.6.0)
84-
irb (1.7.0)
85-
reline (>= 0.3.0)
86-
loofah (2.21.3)
96+
io-console (0.8.1)
97+
irb (1.15.2)
98+
pp (>= 0.6.0)
99+
rdoc (>= 4.0.0)
100+
reline (>= 0.4.2)
101+
logger (1.7.0)
102+
loofah (2.24.1)
87103
crass (~> 1.0.2)
88104
nokogiri (>= 1.12.0)
89-
mail (2.8.1)
105+
mail (2.9.0)
106+
logger
90107
mini_mime (>= 0.1.1)
91108
net-imap
92109
net-pop
93110
net-smtp
94-
marcel (1.0.2)
95-
method_source (1.0.0)
96-
mini_mime (1.1.2)
97-
minitest (5.18.1)
98-
msgpack (1.7.1)
99-
net-imap (0.3.6)
111+
marcel (1.1.0)
112+
method_source (1.1.0)
113+
mini_mime (1.1.5)
114+
mini_portile2 (2.8.9)
115+
minitest (5.26.0)
116+
msgpack (1.8.0)
117+
mutex_m (0.3.0)
118+
net-imap (0.5.12)
100119
date
101120
net-protocol
102121
net-pop (0.1.2)
103122
net-protocol
104-
net-protocol (0.2.1)
123+
net-protocol (0.2.2)
105124
timeout
106-
net-smtp (0.3.3)
125+
net-smtp (0.5.1)
107126
net-protocol
108-
nio4r (2.5.9)
109-
nokogiri (1.15.2-x86_64-linux)
127+
nio4r (2.7.4)
128+
nokogiri (1.18.10)
129+
mini_portile2 (~> 2.8.2)
110130
racc (~> 1.4)
111-
puma (5.6.6)
131+
nokogiri (1.18.10-x86_64-linux-gnu)
132+
racc (~> 1.4)
133+
pp (0.6.3)
134+
prettyprint
135+
prettyprint (0.2.0)
136+
psych (5.2.6)
137+
date
138+
stringio
139+
puma (5.6.9)
112140
nio4r (~> 2.0)
113-
racc (1.7.1)
114-
rack (2.2.7)
115-
rack-test (2.1.0)
141+
racc (1.8.1)
142+
rack (2.2.20)
143+
rack-test (2.2.0)
116144
rack (>= 1.3)
117-
rails (7.0.5)
118-
actioncable (= 7.0.5)
119-
actionmailbox (= 7.0.5)
120-
actionmailer (= 7.0.5)
121-
actionpack (= 7.0.5)
122-
actiontext (= 7.0.5)
123-
actionview (= 7.0.5)
124-
activejob (= 7.0.5)
125-
activemodel (= 7.0.5)
126-
activerecord (= 7.0.5)
127-
activestorage (= 7.0.5)
128-
activesupport (= 7.0.5)
145+
rails (7.0.10)
146+
actioncable (= 7.0.10)
147+
actionmailbox (= 7.0.10)
148+
actionmailer (= 7.0.10)
149+
actionpack (= 7.0.10)
150+
actiontext (= 7.0.10)
151+
actionview (= 7.0.10)
152+
activejob (= 7.0.10)
153+
activemodel (= 7.0.10)
154+
activerecord (= 7.0.10)
155+
activestorage (= 7.0.10)
156+
activesupport (= 7.0.10)
129157
bundler (>= 1.15.0)
130-
railties (= 7.0.5)
131-
rails-dom-testing (2.0.3)
132-
activesupport (>= 4.2.0)
158+
railties (= 7.0.10)
159+
rails-dom-testing (2.3.0)
160+
activesupport (>= 5.0.0)
161+
minitest
133162
nokogiri (>= 1.6)
134-
rails-html-sanitizer (1.6.0)
163+
rails-html-sanitizer (1.6.2)
135164
loofah (~> 2.21)
136-
nokogiri (~> 1.14)
137-
railties (7.0.5)
138-
actionpack (= 7.0.5)
139-
activesupport (= 7.0.5)
165+
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)
166+
railties (7.0.10)
167+
actionpack (= 7.0.10)
168+
activesupport (= 7.0.10)
140169
method_source
141170
rake (>= 12.2)
142171
thor (~> 1.0)
143172
zeitwerk (~> 2.5)
144-
rake (13.0.6)
145-
reline (0.3.5)
173+
rake (13.3.1)
174+
rdoc (6.15.0)
175+
erb
176+
psych (>= 4.0.0)
177+
tsort
178+
reline (0.6.2)
146179
io-console (~> 0.5)
147-
sqlite3 (1.6.3-x86_64-linux)
148-
thor (1.2.2)
149-
timeout (0.4.0)
180+
securerandom (0.4.1)
181+
sqlite3 (1.7.3)
182+
mini_portile2 (~> 2.8.0)
183+
stringio (3.1.7)
184+
thor (1.4.0)
185+
timeout (0.4.4)
186+
tsort (0.2.0)
150187
tzinfo (2.0.6)
151188
concurrent-ruby (~> 1.0)
152-
websocket-driver (0.7.5)
189+
websocket-driver (0.8.0)
190+
base64
153191
websocket-extensions (>= 0.1.0)
154192
websocket-extensions (0.1.5)
155-
zeitwerk (2.6.8)
193+
zeitwerk (2.7.3)
156194

157195
PLATFORMS
196+
ruby
158197
x86_64-linux
159198

160199
DEPENDENCIES
@@ -166,7 +205,7 @@ DEPENDENCIES
166205
tzinfo-data
167206

168207
RUBY VERSION
169-
ruby 3.0.2p107
208+
ruby 3.4.7p58
170209

171210
BUNDLED WITH
172-
2.2.22
211+
2.7.2

0 commit comments

Comments
 (0)