Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ gem "puma", "~> 6.6.1"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "lookbook", "~> 2.3.12"
gem "lookbook", "~> 2.3.13"
if ENV["VIEW_COMPONENT_PATH"]
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"]
else
gem "view_component", "4.0.1"
gem "view_component", "4.0.2"
end

gem "kramdown", "~> 2.5"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bootsnap (1.18.6)
msgpack (~> 1.2)
builder (3.3.0)
Expand All @@ -70,7 +70,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.12)
lookbook (2.3.13)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
puma (6.6.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
unicode-emoji (4.0.4)
uri (1.0.3)
useragent (0.16.11)
view_component (4.0.1)
view_component (4.0.2)
activesupport (>= 7.1.0, < 8.1)
concurrent-ruby (~> 1)
vite_rails (3.0.19)
Expand Down Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
erblint-github (~> 1.0.1)
kramdown (~> 2.5)
listen (~> 3.9)
lookbook (~> 2.3.12)
lookbook (~> 2.3.13)
matrix (~> 0.4.3)
mocha
primer_view_components!
Expand All @@ -351,7 +351,7 @@ DEPENDENCIES
sprockets-rails
thor
timecop
view_component (= 4.0.1)
view_component (= 4.0.2)
vite_rails (~> 3.0)
webmock
yard (~> 0.9.37)
Expand Down