Skip to content

Commit

Permalink
Upgrade Lookbook for perf improvements (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed May 25, 2024
1 parent 61bc81d commit f4e7bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0" unless rails_version.to_f < 7
gem "lookbook", "~> 2.3.1" unless rails_version.to_f < 7

group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Expand Down
12 changes: 6 additions & 6 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.0)
lookbook (2.3.1)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand All @@ -223,7 +223,7 @@ GEM
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
minitest (5.22.3)
minitest (5.23.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.36)
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
arm64-darwin-21
Expand All @@ -365,7 +365,7 @@ DEPENDENCIES
kuby-core (~> 0.20)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.3.0)
lookbook (~> 2.3.1)
primer_view_components!
pry-byebug
puma (~> 6.4.2)
Expand Down

0 comments on commit f4e7bb0

Please sign in to comment.