Skip to content

Commit 3da723b

Browse files
authored
docs,examples: update dependencies (#2307)
Fixes dependabot issues.
1 parent 6a72354 commit 3da723b

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

examples/stacks/jekyll/myblog/Gemfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.3.4)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.5)
12+
ffi (1.17.0-arm64-darwin)
13+
ffi (1.17.0-x86_64-darwin)
14+
ffi (1.17.0-x86_64-linux-gnu)
1315
forwardable-extended (2.6.0)
1416
http_parser.rb (0.8.0)
15-
i18n (1.13.0)
17+
i18n (1.14.6)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (3.9.3)
19+
jekyll (3.9.5)
1820
addressable (~> 2.4)
1921
colorator (~> 1.0)
2022
em-websocket (~> 0.5)
@@ -40,41 +42,40 @@ GEM
4042
kramdown-parser-gfm (1.1.0)
4143
kramdown (~> 2.0)
4244
liquid (4.0.4)
43-
listen (3.8.0)
45+
listen (3.9.0)
4446
rb-fsevent (~> 0.10, >= 0.10.3)
4547
rb-inotify (~> 0.9, >= 0.9.10)
4648
mercenary (0.3.6)
47-
minima (2.5.1)
49+
minima (2.5.2)
4850
jekyll (>= 3.5, < 5.0)
4951
jekyll-feed (~> 0.9)
5052
jekyll-seo-tag (~> 2.1)
5153
pathutil (0.16.2)
5254
forwardable-extended (~> 2.6)
53-
public_suffix (5.0.1)
55+
public_suffix (6.0.1)
5456
rb-fsevent (0.11.2)
55-
rb-inotify (0.10.1)
57+
rb-inotify (0.11.1)
5658
ffi (~> 1.0)
57-
rexml (3.2.8)
58-
strscan (>= 3.0.9)
59+
rexml (3.3.7)
5960
rouge (3.30.0)
6061
safe_yaml (1.0.5)
6162
sass (3.7.4)
6263
sass-listen (~> 4.0.0)
6364
sass-listen (4.0.0)
6465
rb-fsevent (~> 0.9, >= 0.9.4)
6566
rb-inotify (~> 0.9, >= 0.9.7)
66-
strscan (3.1.0)
6767
thread_safe (0.3.6)
6868
tzinfo (1.2.11)
6969
thread_safe (~> 0.1)
70-
tzinfo-data (1.2023.3)
70+
tzinfo-data (1.2024.2)
7171
tzinfo (>= 1.0.0)
7272
wdm (0.1.1)
73-
webrick (1.8.1)
73+
webrick (1.8.2)
7474

7575
PLATFORMS
7676
arm64-darwin-21
7777
arm64-darwin-22
78+
arm64-darwin-23
7879
x86_64-darwin-21
7980
x86_64-darwin-22
8081
x86_64-linux
@@ -91,4 +92,4 @@ DEPENDENCIES
9192
webrick (~> 1.8)
9293

9394
BUNDLED WITH
94-
2.4.12
95+
2.5.5

examples/stacks/rails/blog/Gemfile.lock

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ GEM
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.6)
70-
public_suffix (>= 2.0.2, < 6.0)
69+
addressable (2.8.7)
70+
public_suffix (>= 2.0.2, < 7.0)
7171
base64 (0.2.0)
7272
bindex (0.8.1)
73-
bootsnap (1.18.3)
73+
bootsnap (1.18.4)
7474
msgpack (~> 1.2)
75-
builder (3.2.4)
75+
builder (3.3.0)
7676
capybara (3.40.0)
7777
addressable
7878
matrix
@@ -82,28 +82,29 @@ GEM
8282
rack-test (>= 0.6.3)
8383
regexp_parser (>= 1.5, < 3.0)
8484
xpath (~> 3.2)
85-
concurrent-ruby (1.3.1)
85+
concurrent-ruby (1.3.4)
8686
crass (1.0.6)
8787
date (3.3.4)
8888
debug (1.9.2)
8989
irb (~> 1.10)
9090
reline (>= 0.3.8)
91-
erubi (1.12.0)
91+
erubi (1.13.0)
9292
globalid (1.2.1)
9393
activesupport (>= 6.1)
94-
i18n (1.14.5)
94+
i18n (1.14.6)
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.13.1)
101+
irb (1.14.1)
102102
rdoc (>= 4.0.0)
103103
reline (>= 0.4.2)
104-
jbuilder (2.12.0)
104+
jbuilder (2.13.0)
105105
actionview (>= 5.0.0)
106106
activesupport (>= 5.0.0)
107+
logger (1.6.1)
107108
loofah (2.22.0)
108109
crass (~> 1.0.2)
109110
nokogiri (>= 1.12.0)
@@ -116,9 +117,9 @@ GEM
116117
matrix (0.4.2)
117118
method_source (1.1.0)
118119
mini_mime (1.1.5)
119-
minitest (5.23.1)
120+
minitest (5.25.1)
120121
msgpack (1.7.2)
121-
net-imap (0.4.12)
122+
net-imap (0.4.16)
122123
date
123124
net-protocol
124125
net-pop (0.1.2)
@@ -128,18 +129,18 @@ GEM
128129
net-smtp (0.5.0)
129130
net-protocol
130131
nio4r (2.7.3)
131-
nokogiri (1.16.5-arm64-darwin)
132+
nokogiri (1.16.7-arm64-darwin)
132133
racc (~> 1.4)
133-
nokogiri (1.16.5-x86_64-darwin)
134+
nokogiri (1.16.7-x86_64-darwin)
134135
racc (~> 1.4)
135-
nokogiri (1.16.5-x86_64-linux)
136+
nokogiri (1.16.7-x86_64-linux)
136137
racc (~> 1.4)
137138
psych (5.1.2)
138139
stringio
139-
public_suffix (5.0.5)
140-
puma (5.6.8)
140+
public_suffix (6.0.1)
141+
puma (5.6.9)
141142
nio4r (~> 2.0)
142-
racc (1.8.0)
143+
racc (1.8.1)
143144
rack (2.2.9)
144145
rack-test (2.1.0)
145146
rack (>= 1.3)
@@ -175,35 +176,33 @@ GEM
175176
rdoc (6.7.0)
176177
psych (>= 4.0.0)
177178
regexp_parser (2.9.2)
178-
reline (0.5.8)
179+
reline (0.5.10)
179180
io-console (~> 0.5)
180-
rexml (3.2.8)
181-
strscan (>= 3.0.9)
181+
rexml (3.3.7)
182182
rubyzip (2.3.2)
183-
selenium-webdriver (4.21.1)
183+
selenium-webdriver (4.25.0)
184184
base64 (~> 0.2)
185+
logger (~> 1.4)
185186
rexml (~> 3.2, >= 3.2.5)
186187
rubyzip (>= 1.2.2, < 3.0)
187188
websocket (~> 1.0)
188189
sprockets (4.2.1)
189190
concurrent-ruby (~> 1.0)
190191
rack (>= 2.2.4, < 4)
191-
sprockets-rails (3.4.2)
192-
actionpack (>= 5.2)
193-
activesupport (>= 5.2)
192+
sprockets-rails (3.5.2)
193+
actionpack (>= 6.1)
194+
activesupport (>= 6.1)
194195
sprockets (>= 3.0.0)
195196
sqlite3 (1.7.3-arm64-darwin)
196197
sqlite3 (1.7.3-x86_64-darwin)
197198
sqlite3 (1.7.3-x86_64-linux)
198-
stimulus-rails (1.3.3)
199+
stimulus-rails (1.3.4)
199200
railties (>= 6.0.0)
200-
stringio (3.1.0)
201-
strscan (3.1.0)
202-
thor (1.3.1)
201+
stringio (3.1.1)
202+
thor (1.3.2)
203203
timeout (0.4.1)
204-
turbo-rails (2.0.5)
204+
turbo-rails (2.0.10)
205205
actionpack (>= 6.0.0)
206-
activejob (>= 6.0.0)
207206
railties (>= 6.0.0)
208207
tzinfo (2.0.6)
209208
concurrent-ruby (~> 1.0)
@@ -218,13 +217,13 @@ GEM
218217
nokogiri (~> 1.6)
219218
rubyzip (>= 1.3.0)
220219
selenium-webdriver (~> 4.0)
221-
websocket (1.2.10)
220+
websocket (1.2.11)
222221
websocket-driver (0.7.6)
223222
websocket-extensions (>= 0.1.0)
224223
websocket-extensions (0.1.5)
225224
xpath (3.2.0)
226225
nokogiri (~> 1.8)
227-
zeitwerk (2.6.15)
226+
zeitwerk (2.6.18)
228227

229228
PLATFORMS
230229
arm64-darwin-21

0 commit comments

Comments
 (0)