Skip to content

Commit a1f4f40

Browse files
authored
examples/stacks/rails/blog: update dependencies (#2127)
1 parent f54bb09 commit a1f4f40

File tree

2 files changed

+80
-78
lines changed

2 files changed

+80
-78
lines changed

examples/stacks/rails/blog/Gemfile.lock

Lines changed: 79 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.1)
5-
actionpack (= 7.0.8.1)
6-
activesupport (= 7.0.8.1)
4+
actioncable (7.0.8.4)
5+
actionpack (= 7.0.8.4)
6+
activesupport (= 7.0.8.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.1)
10-
actionpack (= 7.0.8.1)
11-
activejob (= 7.0.8.1)
12-
activerecord (= 7.0.8.1)
13-
activestorage (= 7.0.8.1)
14-
activesupport (= 7.0.8.1)
9+
actionmailbox (7.0.8.4)
10+
actionpack (= 7.0.8.4)
11+
activejob (= 7.0.8.4)
12+
activerecord (= 7.0.8.4)
13+
activestorage (= 7.0.8.4)
14+
activesupport (= 7.0.8.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.8.1)
20-
actionpack (= 7.0.8.1)
21-
actionview (= 7.0.8.1)
22-
activejob (= 7.0.8.1)
23-
activesupport (= 7.0.8.1)
19+
actionmailer (7.0.8.4)
20+
actionpack (= 7.0.8.4)
21+
actionview (= 7.0.8.4)
22+
activejob (= 7.0.8.4)
23+
activesupport (= 7.0.8.4)
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.8.1)
30-
actionview (= 7.0.8.1)
31-
activesupport (= 7.0.8.1)
29+
actionpack (7.0.8.4)
30+
actionview (= 7.0.8.4)
31+
activesupport (= 7.0.8.4)
3232
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.8.1)
37-
actionpack (= 7.0.8.1)
38-
activerecord (= 7.0.8.1)
39-
activestorage (= 7.0.8.1)
40-
activesupport (= 7.0.8.1)
36+
actiontext (7.0.8.4)
37+
actionpack (= 7.0.8.4)
38+
activerecord (= 7.0.8.4)
39+
activestorage (= 7.0.8.4)
40+
activesupport (= 7.0.8.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.1)
44-
activesupport (= 7.0.8.1)
43+
actionview (7.0.8.4)
44+
activesupport (= 7.0.8.4)
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.8.1)
50-
activesupport (= 7.0.8.1)
49+
activejob (7.0.8.4)
50+
activesupport (= 7.0.8.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.8.1)
53-
activesupport (= 7.0.8.1)
54-
activerecord (7.0.8.1)
55-
activemodel (= 7.0.8.1)
56-
activesupport (= 7.0.8.1)
57-
activestorage (7.0.8.1)
58-
actionpack (= 7.0.8.1)
59-
activejob (= 7.0.8.1)
60-
activerecord (= 7.0.8.1)
61-
activesupport (= 7.0.8.1)
52+
activemodel (7.0.8.4)
53+
activesupport (= 7.0.8.4)
54+
activerecord (7.0.8.4)
55+
activemodel (= 7.0.8.4)
56+
activesupport (= 7.0.8.4)
57+
activestorage (7.0.8.4)
58+
actionpack (= 7.0.8.4)
59+
activejob (= 7.0.8.4)
60+
activerecord (= 7.0.8.4)
61+
activesupport (= 7.0.8.4)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.1)
64+
activesupport (7.0.8.4)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -82,26 +82,26 @@ GEM
8282
rack-test (>= 0.6.3)
8383
regexp_parser (>= 1.5, < 3.0)
8484
xpath (~> 3.2)
85-
concurrent-ruby (1.2.3)
85+
concurrent-ruby (1.3.1)
8686
crass (1.0.6)
8787
date (3.3.4)
88-
debug (1.9.1)
88+
debug (1.9.2)
8989
irb (~> 1.10)
9090
reline (>= 0.3.8)
9191
erubi (1.12.0)
9292
globalid (1.2.1)
9393
activesupport (>= 6.1)
94-
i18n (1.14.1)
94+
i18n (1.14.5)
9595
concurrent-ruby (~> 1.0)
9696
importmap-rails (2.0.1)
9797
actionpack (>= 6.0.0)
9898
activesupport (>= 6.0.0)
9999
railties (>= 6.0.0)
100100
io-console (0.7.2)
101-
irb (1.11.2)
102-
rdoc
101+
irb (1.13.1)
102+
rdoc (>= 4.0.0)
103103
reline (>= 0.4.2)
104-
jbuilder (2.11.5)
104+
jbuilder (2.12.0)
105105
actionview (>= 5.0.0)
106106
activesupport (>= 5.0.0)
107107
loofah (2.22.0)
@@ -112,22 +112,22 @@ GEM
112112
net-imap
113113
net-pop
114114
net-smtp
115-
marcel (1.0.2)
115+
marcel (1.0.4)
116116
matrix (0.4.2)
117-
method_source (1.0.0)
117+
method_source (1.1.0)
118118
mini_mime (1.1.5)
119-
minitest (5.22.2)
119+
minitest (5.23.1)
120120
msgpack (1.7.2)
121-
net-imap (0.4.10)
121+
net-imap (0.4.12)
122122
date
123123
net-protocol
124124
net-pop (0.1.2)
125125
net-protocol
126126
net-protocol (0.2.2)
127127
timeout
128-
net-smtp (0.4.0.1)
128+
net-smtp (0.5.0)
129129
net-protocol
130-
nio4r (2.7.0)
130+
nio4r (2.7.3)
131131
nokogiri (1.16.5-arm64-darwin)
132132
racc (~> 1.4)
133133
nokogiri (1.16.5-x86_64-darwin)
@@ -136,51 +136,51 @@ GEM
136136
racc (~> 1.4)
137137
psych (5.1.2)
138138
stringio
139-
public_suffix (5.0.4)
139+
public_suffix (5.0.5)
140140
puma (5.6.8)
141141
nio4r (~> 2.0)
142-
racc (1.7.3)
143-
rack (2.2.8.1)
142+
racc (1.8.0)
143+
rack (2.2.9)
144144
rack-test (2.1.0)
145145
rack (>= 1.3)
146-
rails (7.0.8.1)
147-
actioncable (= 7.0.8.1)
148-
actionmailbox (= 7.0.8.1)
149-
actionmailer (= 7.0.8.1)
150-
actionpack (= 7.0.8.1)
151-
actiontext (= 7.0.8.1)
152-
actionview (= 7.0.8.1)
153-
activejob (= 7.0.8.1)
154-
activemodel (= 7.0.8.1)
155-
activerecord (= 7.0.8.1)
156-
activestorage (= 7.0.8.1)
157-
activesupport (= 7.0.8.1)
146+
rails (7.0.8.4)
147+
actioncable (= 7.0.8.4)
148+
actionmailbox (= 7.0.8.4)
149+
actionmailer (= 7.0.8.4)
150+
actionpack (= 7.0.8.4)
151+
actiontext (= 7.0.8.4)
152+
actionview (= 7.0.8.4)
153+
activejob (= 7.0.8.4)
154+
activemodel (= 7.0.8.4)
155+
activerecord (= 7.0.8.4)
156+
activestorage (= 7.0.8.4)
157+
activesupport (= 7.0.8.4)
158158
bundler (>= 1.15.0)
159-
railties (= 7.0.8.1)
159+
railties (= 7.0.8.4)
160160
rails-dom-testing (2.2.0)
161161
activesupport (>= 5.0.0)
162162
minitest
163163
nokogiri (>= 1.6)
164164
rails-html-sanitizer (1.6.0)
165165
loofah (~> 2.21)
166166
nokogiri (~> 1.14)
167-
railties (7.0.8.1)
168-
actionpack (= 7.0.8.1)
169-
activesupport (= 7.0.8.1)
167+
railties (7.0.8.4)
168+
actionpack (= 7.0.8.4)
169+
activesupport (= 7.0.8.4)
170170
method_source
171171
rake (>= 12.2)
172172
thor (~> 1.0)
173173
zeitwerk (~> 2.5)
174-
rake (13.1.0)
175-
rdoc (6.6.3.1)
174+
rake (13.2.1)
175+
rdoc (6.7.0)
176176
psych (>= 4.0.0)
177-
regexp_parser (2.9.0)
178-
reline (0.4.2)
177+
regexp_parser (2.9.2)
178+
reline (0.5.8)
179179
io-console (~> 0.5)
180180
rexml (3.2.8)
181181
strscan (>= 3.0.9)
182182
rubyzip (2.3.2)
183-
selenium-webdriver (4.17.0)
183+
selenium-webdriver (4.21.1)
184184
base64 (~> 0.2)
185185
rexml (~> 3.2, >= 3.2.5)
186186
rubyzip (>= 1.2.2, < 3.0)
@@ -192,16 +192,16 @@ GEM
192192
actionpack (>= 5.2)
193193
activesupport (>= 5.2)
194194
sprockets (>= 3.0.0)
195-
sqlite3 (1.7.2-arm64-darwin)
196-
sqlite3 (1.7.2-x86_64-darwin)
197-
sqlite3 (1.7.2-x86_64-linux)
195+
sqlite3 (1.7.3-arm64-darwin)
196+
sqlite3 (1.7.3-x86_64-darwin)
197+
sqlite3 (1.7.3-x86_64-linux)
198198
stimulus-rails (1.3.3)
199199
railties (>= 6.0.0)
200200
stringio (3.1.0)
201201
strscan (3.1.0)
202202
thor (1.3.1)
203203
timeout (0.4.1)
204-
turbo-rails (2.0.2)
204+
turbo-rails (2.0.5)
205205
actionpack (>= 6.0.0)
206206
activejob (>= 6.0.0)
207207
railties (>= 6.0.0)
@@ -224,11 +224,12 @@ GEM
224224
websocket-extensions (0.1.5)
225225
xpath (3.2.0)
226226
nokogiri (~> 1.8)
227-
zeitwerk (2.6.13)
227+
zeitwerk (2.6.15)
228228

229229
PLATFORMS
230230
arm64-darwin-21
231231
arm64-darwin-22
232+
arm64-darwin-23
232233
x86_64-darwin-22
233234
x86_64-linux
234235

examples/stacks/rails/devbox.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
},
176176
"nodejs@21": {
177177
"last_modified": "2024-02-15T12:53:33Z",
178+
"plugin_version": "0.0.2",
178179
"resolved": "github:NixOS/nixpkgs/085589047343aad800c4d305cf7b98e8a3d51ae2#nodejs_21",
179180
"source": "devbox-search",
180181
"version": "21.6.2",

0 commit comments

Comments
 (0)