Skip to content

Commit a313fd7

Browse files
Bump the all-demo group in /demo with 2 updates (#3453)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d6f135 commit a313fd7

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "bootsnap", ">= 1.4.2", require: false
3838

3939
gem "primer_view_components", path: "../"
4040
gem "view_component", '>= 3.11.0'
41-
gem "lookbook", "~> 2.3.8" unless rails_version.to_f < 7
41+
gem "lookbook", "~> 2.3.9" unless rails_version.to_f < 7
4242

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

demo/Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
coderay (1.1.3)
5858
colorize (0.8.1)
5959
concurrent-ruby (1.3.4)
60-
connection_pool (2.5.0)
60+
connection_pool (2.5.3)
6161
crass (1.0.6)
6262
css_parser (1.21.1)
6363
addressable
@@ -141,7 +141,7 @@ GEM
141141
i18n (1.14.7)
142142
concurrent-ruby (~> 1.0)
143143
io-console (0.8.0)
144-
irb (1.15.1)
144+
irb (1.15.2)
145145
pp (>= 0.6.0)
146146
rdoc (>= 4.0.0)
147147
reline (>= 0.4.2)
@@ -208,7 +208,7 @@ GEM
208208
loofah (2.24.0)
209209
crass (~> 1.0.2)
210210
nokogiri (>= 1.12.0)
211-
lookbook (2.3.8)
211+
lookbook (2.3.9)
212212
activemodel
213213
css_parser
214214
htmlbeautifier (~> 1.3)
@@ -263,10 +263,10 @@ GEM
263263
pry-byebug (3.11.0)
264264
byebug (~> 12.0)
265265
pry (>= 0.13, < 0.16)
266-
psych (5.2.3)
266+
psych (5.2.4)
267267
date
268268
stringio
269-
public_suffix (6.0.1)
269+
public_suffix (6.0.2)
270270
puma (6.6.0)
271271
nio4r (~> 2.0)
272272
racc (1.8.1)
@@ -306,7 +306,7 @@ GEM
306306
recursive-open-struct (1.3.1)
307307
ostruct
308308
redcarpet (3.6.1)
309-
reline (0.6.0)
309+
reline (0.6.1)
310310
io-console (~> 0.5)
311311
rest-client (2.1.0)
312312
http-accept (>= 1.7.0, < 2.0)
@@ -324,8 +324,9 @@ GEM
324324
spring-watcher-listen (2.1.0)
325325
listen (>= 2.7, < 4.0)
326326
spring (>= 4)
327-
sprockets (4.2.1)
327+
sprockets (4.2.2)
328328
concurrent-ruby (~> 1.0)
329+
logger
329330
rack (>= 2.2.4, < 4)
330331
sprockets-rails (3.5.2)
331332
actionpack (>= 6.1)
@@ -334,7 +335,7 @@ GEM
334335
statsd-instrument (3.9.9)
335336
stimulus-rails (1.3.4)
336337
railties (>= 6.0.0)
337-
stringio (3.1.6)
338+
stringio (3.1.7)
338339
thor (1.3.2)
339340
timeliness (0.3.10)
340341
turbo-rails (2.0.13)
@@ -384,7 +385,7 @@ DEPENDENCIES
384385
kuby-core (~> 0.20)
385386
kuby-kind (~> 0.2)
386387
listen
387-
lookbook (~> 2.3.8)
388+
lookbook (~> 2.3.9)
388389
primer_view_components!
389390
pry-byebug
390391
puma (~> 6.6.0)

0 commit comments

Comments
 (0)