Skip to content

Commit

Permalink
Revert "Bump lookbook from 2.2.2 to 2.3.0 in /demo" (primer#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Apr 23, 2024
1 parent 6853427 commit 19e3c14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.2.2" 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
16 changes: 8 additions & 8 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
css_parser (1.17.1)
css_parser (1.16.0)
addressable
docker-remote (0.8.0)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -201,7 +201,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.0)
lookbook (2.2.2)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -234,11 +234,11 @@ GEM
mutex_m (0.2.0)
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.4-arm64-darwin)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
octicons (19.9.0)
oj (3.16.1)
Expand All @@ -251,7 +251,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -288,7 +288,7 @@ GEM
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
reline (0.5.2)
reline (0.5.0)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -362,7 +362,7 @@ DEPENDENCIES
kuby-core (~> 0.20)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.3.0)
lookbook (~> 2.2.2)
primer_view_components!
pry-byebug
puma (~> 6.4.2)
Expand Down

0 comments on commit 19e3c14

Please sign in to comment.