Skip to content
Open
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
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
ink_components (1.0.0)
inline_svg
lookbook (= 2.3.2)
lookbook (= 2.3.4)
rails (>= 6.1.7.4)
tailwind_merge (~> 0.13.0)
view_component (= 3.14.0)
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
css_parser (1.19.0)
css_parser (1.19.1)
addressable
cssbundling-rails (1.1.2)
railties (>= 6.0.0)
Expand All @@ -103,24 +103,24 @@ GEM
activesupport (>= 6.1)
htmlbeautifier (1.4.3)
htmlentities (4.3.4)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inline_svg (1.10.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jsbundling-rails (1.1.1)
railties (>= 6.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.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 All @@ -141,7 +141,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.0)
minitest (5.25.1)
net-imap (0.4.14)
date
net-protocol
Expand Down Expand Up @@ -174,14 +174,13 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.2.0)
actioncable (= 7.2.0)
actionmailbox (= 7.2.0)
Expand Down Expand Up @@ -217,11 +216,11 @@ GEM
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rouge (4.3.0)
rouge (4.4.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
Expand Down Expand Up @@ -292,7 +291,7 @@ GEM
strscan (3.1.0)
tailwind_merge (0.13.1)
lru_redux (~> 1.1)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -305,12 +304,11 @@ GEM
view_component-contrib (0.2.3)
ruby-next-core (>= 0.15.0)
view_component
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.37)
zeitwerk (2.6.17)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
Expand Down
2 changes: 1 addition & 1 deletion ink_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "view_component", "3.14.0"
spec.add_dependency "view_component-contrib", "0.2.3"
spec.add_dependency "tailwind_merge", "~> 0.13.0"
spec.add_dependency "lookbook", "2.3.2"
spec.add_dependency "lookbook", "2.3.4"
spec.add_dependency "inline_svg"

spec.add_development_dependency "rspec-rails", "6.1.4"
Expand Down