Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in codebook.gemspec.
gemspec

gem "tailwindcss-rails", "~> 2.0"
gem "tailwindcss-rails", "~> 4.3"
gem "stimulus-rails"
gem "turbo-rails"
gem "jsbundling-rails"
Expand Down
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,16 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
crass (1.0.6)
date (3.4.1)
drb (2.2.1)
drb (2.2.3)
erb (5.0.1)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -104,7 +105,7 @@ GEM
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -154,14 +155,14 @@ GEM
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.2.4)
psych (5.2.6)
date
stringio
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.13)
rack-session (2.1.0)
rack (3.1.16)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
Expand All @@ -182,7 +183,7 @@ GEM
activesupport (= 8.0.2)
bundler (>= 1.15.0)
railties (= 8.0.2)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -198,8 +199,9 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.13.1)
rake (13.3.0)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.1)
Expand Down Expand Up @@ -245,16 +247,16 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.7)
tailwindcss-rails (2.7.9-aarch64-linux)
railties (>= 7.0.0)
tailwindcss-rails (2.7.9-arm-linux)
railties (>= 7.0.0)
tailwindcss-rails (2.7.9-arm64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.7.9-x86_64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.7.9-x86_64-linux)
tailwindcss-rails (4.3.0)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.1.11)
tailwindcss-ruby (4.1.11-aarch64-linux-gnu)
tailwindcss-ruby (4.1.11-aarch64-linux-musl)
tailwindcss-ruby (4.1.11-arm64-darwin)
tailwindcss-ruby (4.1.11-x86_64-darwin)
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
tailwindcss-ruby (4.1.11-x86_64-linux-musl)
thor (1.3.2)
timeout (0.4.3)
turbo-rails (2.0.13)
Expand All @@ -271,7 +273,7 @@ GEM
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
aarch64-linux-gnu
Expand All @@ -291,7 +293,7 @@ DEPENDENCIES
rubocop-rails-omakase
sqlite3
stimulus-rails
tailwindcss-rails (~> 2.0)
tailwindcss-rails (~> 4.3)
turbo-rails

BUNDLED WITH
Expand Down
Loading