Skip to content

Commit

Permalink
Bump the all-demo group across 1 directory with 2 updates (#3191)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent edc7163 commit b6c5f3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "bootsnap", ">= 1.4.2", require: false

gem "primer_view_components", path: "../"
gem "view_component", '>= 3.11.0'
gem "lookbook", "~> 2.3.2" unless rails_version.to_f < 7
gem "lookbook", "~> 2.3.4" unless rails_version.to_f < 7

gem "vite_rails", "~> 3.0"
gem "cssbundling-rails", "~> 1.4"
Expand Down
32 changes: 16 additions & 16 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
css_parser (1.17.1)
css_parser (1.19.1)
addressable
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
docker-remote (0.8.0)
domain_name (0.6.20240107)
drb (2.2.1)
dry-cli (1.1.0)
dry-cli (1.2.0)
dry-inflector (0.3.0)
ejson (1.4.1)
erubi (1.13.0)
Expand Down Expand Up @@ -199,10 +199,11 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.22.0)
logger (1.6.1)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.2)
lookbook (2.3.4)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -251,9 +252,9 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.2)
psych (5.2.0)
stringio
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
Expand All @@ -266,9 +267,8 @@ GEM
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -292,7 +292,7 @@ GEM
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -320,7 +320,7 @@ GEM
statsd-instrument (3.7.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
timeliness (0.3.10)
turbo-rails (2.0.11)
Expand All @@ -332,18 +332,18 @@ GEM
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
vite_rails (3.0.17)
railties (>= 5.1, < 8)
vite_rails (3.0.19)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.8.2)
vite_ruby (3.9.0)
dry-cli (>= 0.7, < 2)
logger (~> 1.6)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.36)
yard (0.9.37)
zeitwerk (2.7.1)

PLATFORMS
Expand All @@ -369,7 +369,7 @@ DEPENDENCIES
kuby-core (~> 0.20)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.3.2)
lookbook (~> 2.3.4)
primer_view_components!
pry-byebug
puma (~> 6.4.3)
Expand Down

0 comments on commit b6c5f3b

Please sign in to comment.