Skip to content

Commit

Permalink
Revert "Bump lookbook from 2.2.2 to 2.3.0" (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Apr 23, 2024
1 parent 19e3c14 commit e478884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem "webpacker", "~> 5.0"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "lookbook", "~> 2.3.0" unless rails_version.to_f < 7
gem "lookbook", "~> 2.2.2" unless rails_version.to_f < 7
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"] if ENV["VIEW_COMPONENT_PATH"]

gem "kramdown", "~> 2.4"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
css_parser (1.17.1)
css_parser (1.16.0)
addressable
cuprite (0.15)
capybara (~> 3.0)
Expand Down Expand Up @@ -116,7 +116,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 All @@ -132,17 +132,17 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_portile2 (2.8.5)
minitest (5.22.3)
mocha (2.2.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
mutex_m (0.2.0)
nio4r (2.7.0)
nokogiri (1.15.6)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
octicons (19.9.0)
parallel (1.24.0)
Expand All @@ -154,7 +154,7 @@ GEM
method_source (~> 1.0)
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 @@ -194,10 +194,10 @@ GEM
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.0)
reline (0.5.3)
reline (0.5.0)
io-console (~> 0.5)
rexml (3.2.6)
rouge (4.2.1)
rouge (4.2.0)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -303,7 +303,7 @@ DEPENDENCIES
erblint-github (~> 0.5.1)
kramdown (~> 2.4)
listen (~> 3.9)
lookbook (~> 2.3.0)
lookbook (~> 2.2.2)
matrix (~> 0.4.2)
mocha
primer_view_components!
Expand Down

0 comments on commit e478884

Please sign in to comment.