Skip to content

Commit 6088189

Browse files
authored
examples/stacks/rails: update deps for dependabot (#1802)
1 parent 316219f commit 6088189

File tree

4 files changed

+191
-165
lines changed

4 files changed

+191
-165
lines changed

examples/stacks/rails/blog/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.1.4"
4+
ruby "3.3.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.0.4"
Lines changed: 118 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,112 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4.3)
5-
actionpack (= 7.0.4.3)
6-
activesupport (= 7.0.4.3)
4+
actioncable (7.0.8)
5+
actionpack (= 7.0.8)
6+
activesupport (= 7.0.8)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4.3)
10-
actionpack (= 7.0.4.3)
11-
activejob (= 7.0.4.3)
12-
activerecord (= 7.0.4.3)
13-
activestorage (= 7.0.4.3)
14-
activesupport (= 7.0.4.3)
9+
actionmailbox (7.0.8)
10+
actionpack (= 7.0.8)
11+
activejob (= 7.0.8)
12+
activerecord (= 7.0.8)
13+
activestorage (= 7.0.8)
14+
activesupport (= 7.0.8)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4.3)
20-
actionpack (= 7.0.4.3)
21-
actionview (= 7.0.4.3)
22-
activejob (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
19+
actionmailer (7.0.8)
20+
actionpack (= 7.0.8)
21+
actionview (= 7.0.8)
22+
activejob (= 7.0.8)
23+
activesupport (= 7.0.8)
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.4.3)
30-
actionview (= 7.0.4.3)
31-
activesupport (= 7.0.4.3)
32-
rack (~> 2.0, >= 2.2.0)
29+
actionpack (7.0.8)
30+
actionview (= 7.0.8)
31+
activesupport (= 7.0.8)
32+
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.4.3)
37-
actionpack (= 7.0.4.3)
38-
activerecord (= 7.0.4.3)
39-
activestorage (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
36+
actiontext (7.0.8)
37+
actionpack (= 7.0.8)
38+
activerecord (= 7.0.8)
39+
activestorage (= 7.0.8)
40+
activesupport (= 7.0.8)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4.3)
44-
activesupport (= 7.0.4.3)
43+
actionview (7.0.8)
44+
activesupport (= 7.0.8)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.4.3)
50-
activesupport (= 7.0.4.3)
49+
activejob (7.0.8)
50+
activesupport (= 7.0.8)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4.3)
53-
activesupport (= 7.0.4.3)
54-
activerecord (7.0.4.3)
55-
activemodel (= 7.0.4.3)
56-
activesupport (= 7.0.4.3)
57-
activestorage (7.0.4.3)
58-
actionpack (= 7.0.4.3)
59-
activejob (= 7.0.4.3)
60-
activerecord (= 7.0.4.3)
61-
activesupport (= 7.0.4.3)
52+
activemodel (7.0.8)
53+
activesupport (= 7.0.8)
54+
activerecord (7.0.8)
55+
activemodel (= 7.0.8)
56+
activesupport (= 7.0.8)
57+
activestorage (7.0.8)
58+
actionpack (= 7.0.8)
59+
activejob (= 7.0.8)
60+
activerecord (= 7.0.8)
61+
activesupport (= 7.0.8)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4.3)
64+
activesupport (7.0.8)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.3)
69+
addressable (2.8.6)
7070
public_suffix (>= 2.0.2, < 6.0)
71+
base64 (0.2.0)
7172
bindex (0.8.1)
72-
bootsnap (1.16.0)
73+
bootsnap (1.18.3)
7374
msgpack (~> 1.2)
7475
builder (3.2.4)
75-
capybara (3.39.0)
76+
capybara (3.40.0)
7677
addressable
7778
matrix
7879
mini_mime (>= 0.1.3)
79-
nokogiri (~> 1.8)
80+
nokogiri (~> 1.11)
8081
rack (>= 1.6.0)
8182
rack-test (>= 0.6.3)
8283
regexp_parser (>= 1.5, < 3.0)
8384
xpath (~> 3.2)
84-
concurrent-ruby (1.2.2)
85+
concurrent-ruby (1.2.3)
8586
crass (1.0.6)
86-
date (3.3.3)
87-
debug (1.7.2)
88-
irb (>= 1.5.0)
89-
reline (>= 0.3.1)
87+
date (3.3.4)
88+
debug (1.9.1)
89+
irb (~> 1.10)
90+
reline (>= 0.3.8)
9091
erubi (1.12.0)
91-
globalid (1.1.0)
92-
activesupport (>= 5.0)
93-
i18n (1.12.0)
92+
globalid (1.2.1)
93+
activesupport (>= 6.1)
94+
i18n (1.14.1)
9495
concurrent-ruby (~> 1.0)
95-
importmap-rails (1.1.5)
96+
importmap-rails (2.0.1)
9697
actionpack (>= 6.0.0)
98+
activesupport (>= 6.0.0)
9799
railties (>= 6.0.0)
98-
io-console (0.6.0)
99-
irb (1.6.3)
100-
reline (>= 0.3.0)
100+
io-console (0.7.2)
101+
irb (1.11.2)
102+
rdoc
103+
reline (>= 0.4.2)
101104
jbuilder (2.11.5)
102105
actionview (>= 5.0.0)
103106
activesupport (>= 5.0.0)
104-
loofah (2.20.0)
107+
loofah (2.22.0)
105108
crass (~> 1.0.2)
106-
nokogiri (>= 1.5.9)
109+
nokogiri (>= 1.12.0)
107110
mail (2.8.1)
108111
mini_mime (>= 0.1.1)
109112
net-imap
@@ -112,91 +115,99 @@ GEM
112115
marcel (1.0.2)
113116
matrix (0.4.2)
114117
method_source (1.0.0)
115-
mini_mime (1.1.2)
116-
minitest (5.18.0)
117-
msgpack (1.7.0)
118-
net-imap (0.3.4)
118+
mini_mime (1.1.5)
119+
minitest (5.22.2)
120+
msgpack (1.7.2)
121+
net-imap (0.4.10)
119122
date
120123
net-protocol
121124
net-pop (0.1.2)
122125
net-protocol
123-
net-protocol (0.2.1)
126+
net-protocol (0.2.2)
124127
timeout
125-
net-smtp (0.3.3)
128+
net-smtp (0.4.0.1)
126129
net-protocol
127130
nio4r (2.7.0)
128-
nokogiri (1.14.3-arm64-darwin)
131+
nokogiri (1.16.2-arm64-darwin)
129132
racc (~> 1.4)
130-
nokogiri (1.14.3-x86_64-darwin)
133+
nokogiri (1.16.2-x86_64-darwin)
131134
racc (~> 1.4)
132-
nokogiri (1.14.3-x86_64-linux)
135+
nokogiri (1.16.2-x86_64-linux)
133136
racc (~> 1.4)
134-
public_suffix (5.0.1)
137+
psych (5.1.2)
138+
stringio
139+
public_suffix (5.0.4)
135140
puma (5.6.8)
136141
nio4r (~> 2.0)
137-
racc (1.6.2)
138-
rack (2.2.6.4)
142+
racc (1.7.3)
143+
rack (2.2.8)
139144
rack-test (2.1.0)
140145
rack (>= 1.3)
141-
rails (7.0.4.3)
142-
actioncable (= 7.0.4.3)
143-
actionmailbox (= 7.0.4.3)
144-
actionmailer (= 7.0.4.3)
145-
actionpack (= 7.0.4.3)
146-
actiontext (= 7.0.4.3)
147-
actionview (= 7.0.4.3)
148-
activejob (= 7.0.4.3)
149-
activemodel (= 7.0.4.3)
150-
activerecord (= 7.0.4.3)
151-
activestorage (= 7.0.4.3)
152-
activesupport (= 7.0.4.3)
146+
rails (7.0.8)
147+
actioncable (= 7.0.8)
148+
actionmailbox (= 7.0.8)
149+
actionmailer (= 7.0.8)
150+
actionpack (= 7.0.8)
151+
actiontext (= 7.0.8)
152+
actionview (= 7.0.8)
153+
activejob (= 7.0.8)
154+
activemodel (= 7.0.8)
155+
activerecord (= 7.0.8)
156+
activestorage (= 7.0.8)
157+
activesupport (= 7.0.8)
153158
bundler (>= 1.15.0)
154-
railties (= 7.0.4.3)
155-
rails-dom-testing (2.0.3)
156-
activesupport (>= 4.2.0)
159+
railties (= 7.0.8)
160+
rails-dom-testing (2.2.0)
161+
activesupport (>= 5.0.0)
162+
minitest
157163
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.5.0)
159-
loofah (~> 2.19, >= 2.19.1)
160-
railties (7.0.4.3)
161-
actionpack (= 7.0.4.3)
162-
activesupport (= 7.0.4.3)
164+
rails-html-sanitizer (1.6.0)
165+
loofah (~> 2.21)
166+
nokogiri (~> 1.14)
167+
railties (7.0.8)
168+
actionpack (= 7.0.8)
169+
activesupport (= 7.0.8)
163170
method_source
164171
rake (>= 12.2)
165172
thor (~> 1.0)
166173
zeitwerk (~> 2.5)
167-
rake (13.0.6)
168-
regexp_parser (2.7.0)
169-
reline (0.3.3)
174+
rake (13.1.0)
175+
rdoc (6.6.2)
176+
psych (>= 4.0.0)
177+
regexp_parser (2.9.0)
178+
reline (0.4.2)
170179
io-console (~> 0.5)
171-
rexml (3.2.5)
180+
rexml (3.2.6)
172181
rubyzip (2.3.2)
173-
selenium-webdriver (4.8.6)
182+
selenium-webdriver (4.17.0)
183+
base64 (~> 0.2)
174184
rexml (~> 3.2, >= 3.2.5)
175185
rubyzip (>= 1.2.2, < 3.0)
176186
websocket (~> 1.0)
177-
sprockets (4.2.0)
187+
sprockets (4.2.1)
178188
concurrent-ruby (~> 1.0)
179189
rack (>= 2.2.4, < 4)
180190
sprockets-rails (3.4.2)
181191
actionpack (>= 5.2)
182192
activesupport (>= 5.2)
183193
sprockets (>= 3.0.0)
184-
sqlite3 (1.6.2-arm64-darwin)
185-
sqlite3 (1.6.2-x86_64-darwin)
186-
sqlite3 (1.6.2-x86_64-linux)
187-
stimulus-rails (1.2.1)
194+
sqlite3 (1.7.2-arm64-darwin)
195+
sqlite3 (1.7.2-x86_64-darwin)
196+
sqlite3 (1.7.2-x86_64-linux)
197+
stimulus-rails (1.3.3)
188198
railties (>= 6.0.0)
189-
thor (1.2.1)
190-
timeout (0.3.2)
191-
turbo-rails (1.4.0)
199+
stringio (3.1.0)
200+
thor (1.3.0)
201+
timeout (0.4.1)
202+
turbo-rails (2.0.2)
192203
actionpack (>= 6.0.0)
193204
activejob (>= 6.0.0)
194205
railties (>= 6.0.0)
195206
tzinfo (2.0.6)
196207
concurrent-ruby (~> 1.0)
197208
tzinfo-data (1.2014.5)
198209
tzinfo (>= 1.0.0)
199-
web-console (4.2.0)
210+
web-console (4.2.1)
200211
actionview (>= 6.0.0)
201212
activemodel (>= 6.0.0)
202213
bindex (>= 0.4.0)
@@ -205,13 +216,13 @@ GEM
205216
nokogiri (~> 1.6)
206217
rubyzip (>= 1.3.0)
207218
selenium-webdriver (~> 4.0)
208-
websocket (1.2.9)
209-
websocket-driver (0.7.5)
219+
websocket (1.2.10)
220+
websocket-driver (0.7.6)
210221
websocket-extensions (>= 0.1.0)
211222
websocket-extensions (0.1.5)
212223
xpath (3.2.0)
213224
nokogiri (~> 1.8)
214-
zeitwerk (2.6.7)
225+
zeitwerk (2.6.13)
215226

216227
PLATFORMS
217228
arm64-darwin-21
@@ -237,7 +248,7 @@ DEPENDENCIES
237248
webdrivers
238249

239250
RUBY VERSION
240-
ruby 3.1.4p223
251+
ruby 3.3.0p0
241252

242253
BUNDLED WITH
243-
2.3.11
254+
2.5.6

examples/stacks/rails/devbox.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"packages": [
3-
4-
"bundler@latest",
5-
"nodejs@19",
6-
7-
"curl@latest",
8-
"sqlite@latest"
2+
"packages": {
3+
"ruby": "3.3",
4+
"bundler": "2.5",
5+
"nodejs": "21",
6+
"yarn": "1.22",
7+
"curl": "latest",
8+
"sqlite": "latest"
9+
},
10+
"shell": {
11+
"init_hook": [
12+
"gem install rails",
13+
"./blog/bin/bundle install",
14+
"./blog/bin/rails -f ./blog/Rakefile db:prepare"
915
],
10-
"shell": {
11-
"init_hook": [
12-
"gem install rails",
13-
"./blog/bin/bundle install",
14-
"./blog/bin/rails -f ./blog/Rakefile db:prepare"
15-
],
16-
"scripts": {
17-
"run_test": ["./blog/bin/rails test"],
18-
"start_server": ["./blog/bin/rails server"]
19-
}
16+
"scripts": {
17+
"run_test": ["./blog/bin/rails test"],
18+
"start_server": ["./blog/bin/rails server"]
2019
}
20+
}
2121
}

0 commit comments

Comments
 (0)