Skip to content

Commit fd6f6ba

Browse files
Bump the all-demo group across 1 directory with 4 updates
Bumps the all-demo group with 4 updates in the /demo directory: [rake](https://github.com/ruby/rake), [view_component](https://github.com/viewcomponent/view_component), [lookbook](https://github.com/lookbook-hq/lookbook) and [turbo-rails](https://github.com/hotwired/turbo-rails). Updates `rake` from 13.3.0 to 13.3.1 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.0...v13.3.1) Updates `view_component` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](ViewComponent/view_component@v4.1.0...v4.1.1) Updates `lookbook` from 2.3.13 to 2.3.14 - [Release notes](https://github.com/lookbook-hq/lookbook/releases) - [Commits](lookbook-hq/lookbook@v2.3.13...v2.3.14) Updates `turbo-rails` from 2.0.17 to 2.0.20 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.17...v2.0.20) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-demo - dependency-name: view_component dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-demo - dependency-name: lookbook dependency-version: 2.3.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-demo - dependency-name: turbo-rails dependency-version: 2.0.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-demo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47d051d commit fd6f6ba

2 files changed

Lines changed: 34 additions & 31 deletions

File tree

demo/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ gem "puma", "~> 6.6.1"
3737
gem "bootsnap", ">= 1.4.2", require: false
3838

3939
gem "primer_view_components", path: "../"
40-
gem "view_component", "4.1.0"
41-
gem "lookbook", "~> 2.3.13" unless rails_version.to_f < 7
40+
gem "view_component", "4.1.1"
41+
gem "lookbook", "~> 2.3.14" unless rails_version.to_f < 7
4242

4343
gem "vite_rails", "~> 3.0"
4444
gem "cssbundling-rails", "~> 1.4"

demo/Gemfile.lock

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@ GEM
4747
minitest (>= 5.1)
4848
securerandom (>= 0.3)
4949
tzinfo (~> 2.0, >= 2.0.5)
50-
addressable (2.8.7)
51-
public_suffix (>= 2.0.2, < 7.0)
50+
addressable (2.8.8)
51+
public_suffix (>= 2.0.2, < 8.0)
5252
azure_mgmt_container_service (0.22.0)
5353
ms_rest_azure (~> 0.12.0)
5454
base64 (0.3.0)
5555
benchmark (0.5.0)
56-
bigdecimal (3.3.1)
56+
bigdecimal (4.0.1)
5757
bootsnap (1.19.0)
5858
msgpack (~> 1.2)
5959
builder (3.3.0)
6060
byebug (12.0.0)
6161
coderay (1.1.3)
6262
colorize (0.8.1)
63-
concurrent-ruby (1.3.5)
64-
connection_pool (2.5.4)
63+
concurrent-ruby (1.3.6)
64+
connection_pool (3.0.2)
6565
crass (1.0.6)
6666
css_parser (1.21.1)
6767
addressable
6868
cssbundling-rails (1.4.3)
6969
railties (>= 6.0.0)
70-
date (3.4.1)
70+
date (3.5.1)
7171
docker-remote (0.8.0)
7272
domain_name (0.6.20240107)
7373
drb (2.2.3)
7474
dry-cli (1.2.0)
7575
dry-inflector (0.3.0)
7676
ejson (1.5.3)
77-
erb (5.0.2)
77+
erb (6.0.1)
7878
erubi (1.13.1)
7979
faraday (1.10.4)
8080
faraday-em_http (~> 1.0)
@@ -140,10 +140,10 @@ GEM
140140
http-cookie (1.0.8)
141141
domain_name (~> 0.5)
142142
http-form_data (2.3.0)
143-
i18n (1.14.7)
143+
i18n (1.14.8)
144144
concurrent-ruby (~> 1.0)
145-
io-console (0.8.1)
146-
irb (1.15.2)
145+
io-console (0.8.2)
146+
irb (1.16.0)
147147
pp (>= 0.6.0)
148148
rdoc (>= 4.0.0)
149149
reline (>= 0.4.2)
@@ -203,10 +203,10 @@ GEM
203203
ffi-compiler (~> 1.0)
204204
rake (~> 13.0)
205205
logger (1.7.0)
206-
loofah (2.24.1)
206+
loofah (2.25.0)
207207
crass (~> 1.0.2)
208208
nokogiri (>= 1.12.0)
209-
lookbook (2.3.13)
209+
lookbook (2.3.14)
210210
activemodel
211211
css_parser
212212
htmlbeautifier (~> 1.3)
@@ -218,13 +218,14 @@ GEM
218218
view_component (>= 2.0)
219219
yard (~> 0.9)
220220
zeitwerk (~> 2.5)
221-
marcel (1.0.4)
221+
marcel (1.1.0)
222222
method_source (1.1.0)
223223
mime-types (3.6.0)
224224
logger
225225
mime-types-data (~> 3.2015)
226226
mime-types-data (3.2025.0304)
227-
minitest (5.26.0)
227+
minitest (6.0.1)
228+
prism (~> 1.5)
228229
ms_rest (0.7.6)
229230
concurrent-ruby (~> 1.0)
230231
faraday (>= 0.9, < 2.0.0)
@@ -239,7 +240,7 @@ GEM
239240
multipart-post (2.4.1)
240241
netrc (0.11.0)
241242
nio4r (2.7.4)
242-
nokogiri (1.18.10-x86_64-linux-gnu)
243+
nokogiri (1.19.0-x86_64-linux-gnu)
243244
racc (~> 1.4)
244245
octicons (19.19.0)
245246
oj (3.16.10)
@@ -250,20 +251,21 @@ GEM
250251
pp (0.6.3)
251252
prettyprint
252253
prettyprint (0.2.0)
254+
prism (1.7.0)
253255
pry (0.15.2)
254256
coderay (~> 1.1)
255257
method_source (~> 1.0)
256258
pry-byebug (3.11.0)
257259
byebug (~> 12.0)
258260
pry (>= 0.13, < 0.16)
259-
psych (5.2.6)
261+
psych (5.3.1)
260262
date
261263
stringio
262-
public_suffix (6.0.2)
264+
public_suffix (7.0.0)
263265
puma (6.6.1)
264266
nio4r (~> 2.0)
265267
racc (1.8.1)
266-
rack (3.1.18)
268+
rack (3.1.19)
267269
rack-cors (3.0.0)
268270
logger
269271
rack (>= 3.0.14)
@@ -274,7 +276,7 @@ GEM
274276
rack (>= 3.0.0)
275277
rack-test (2.2.0)
276278
rack (>= 1.3)
277-
rackup (2.2.1)
279+
rackup (2.3.1)
278280
rack (>= 3)
279281
rails-dom-testing (2.3.0)
280282
activesupport (>= 5.0.0)
@@ -291,18 +293,18 @@ GEM
291293
rake (>= 12.2)
292294
thor (~> 1.0, >= 1.2.2)
293295
zeitwerk (~> 2.6)
294-
rake (13.3.0)
296+
rake (13.3.1)
295297
rb-fsevent (0.11.2)
296298
rb-inotify (0.11.1)
297299
ffi (~> 1.0)
298-
rdoc (6.15.0)
300+
rdoc (7.0.3)
299301
erb
300302
psych (>= 4.0.0)
301303
tsort
302304
recursive-open-struct (1.3.1)
303305
ostruct
304306
redcarpet (3.6.1)
305-
reline (0.6.2)
307+
reline (0.6.3)
306308
io-console (~> 0.5)
307309
rest-client (2.1.0)
308310
http-accept (>= 1.7.0, < 2.0)
@@ -332,17 +334,18 @@ GEM
332334
statsd-instrument (3.9.9)
333335
stimulus-rails (1.3.4)
334336
railties (>= 6.0.0)
335-
stringio (3.1.7)
337+
stringio (3.2.0)
336338
thor (1.4.0)
337339
timeliness (0.3.10)
338340
tsort (0.2.0)
339-
turbo-rails (2.0.17)
341+
turbo-rails (2.0.20)
340342
actionpack (>= 7.1.0)
341343
railties (>= 7.1.0)
342344
tzinfo (2.0.6)
343345
concurrent-ruby (~> 1.0)
344346
useragent (0.16.11)
345-
view_component (4.1.0)
347+
view_component (4.1.1)
348+
actionview (>= 7.1.0, < 8.2)
346349
activesupport (>= 7.1.0, < 8.2)
347350
concurrent-ruby (~> 1)
348351
vite_rails (3.0.19)
@@ -357,8 +360,8 @@ GEM
357360
base64
358361
websocket-extensions (>= 0.1.0)
359362
websocket-extensions (0.1.5)
360-
yard (0.9.37)
361-
zeitwerk (2.7.3)
363+
yard (0.9.38)
364+
zeitwerk (2.7.4)
362365

363366
PLATFORMS
364367
x86_64-linux
@@ -377,7 +380,7 @@ DEPENDENCIES
377380
kuby-core (~> 0.20)
378381
kuby-kind (~> 0.2)
379382
listen
380-
lookbook (~> 2.3.13)
383+
lookbook (~> 2.3.14)
381384
primer_view_components!
382385
pry-byebug
383386
puma (~> 6.6.1)
@@ -390,7 +393,7 @@ DEPENDENCIES
390393
sprockets-rails
391394
stimulus-rails
392395
turbo-rails
393-
view_component (= 4.1.0)
396+
view_component (= 4.1.1)
394397
vite_rails (~> 3.0)
395398

396399
BUNDLED WITH

0 commit comments

Comments
 (0)