Skip to content
Merged
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
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (4.3.0.rc1)
tailwindcss-rails (4.3.0.rc2)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)

Expand Down Expand Up @@ -47,18 +47,18 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
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.0)
connection_pool (2.5.3)
crass (1.0.6)
date (3.4.1)
debug (1.11.0)
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
drb (2.2.3)
erb (5.0.1)
erubi (1.13.1)
globalid (1.2.1)
Expand All @@ -70,8 +70,8 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.6)
loofah (2.24.0)
logger (1.7.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -80,9 +80,9 @@ GEM
net-pop
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.8)
mini_portile2 (2.8.9)
minitest (5.25.5)
net-imap (0.5.6)
net-imap (0.5.9)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -91,18 +91,18 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nokogiri (1.18.4)
nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.4-aarch64-linux-gnu)
nokogiri (1.18.8-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.4-arm-linux-gnu)
nokogiri (1.18.8-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.4-arm64-darwin)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-darwin)
nokogiri (1.18.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-linux-gnu)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
pp (0.6.2)
prettyprint
Expand All @@ -111,15 +111,15 @@ GEM
date
stringio
racc (1.8.1)
rack (3.1.12)
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)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -134,26 +134,26 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.14.1)
rake (13.3.0)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
reline (0.6.1)
io-console (~> 0.5)
securerandom (0.4.1)
stringio (3.1.7)
tailwindcss-ruby (4.1.10)
tailwindcss-ruby (4.1.10-aarch64-linux-gnu)
tailwindcss-ruby (4.1.10-arm64-darwin)
tailwindcss-ruby (4.1.10-x86_64-darwin)
tailwindcss-ruby (4.1.10-x86_64-linux-gnu)
tailwindcss-ruby (4.1.11)
tailwindcss-ruby (4.1.11-aarch64-linux-gnu)
tailwindcss-ruby (4.1.11-arm64-darwin)
tailwindcss-ruby (4.1.11-x86_64-darwin)
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.3)
useragent (0.16.11)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
aarch64-linux
Expand All @@ -169,4 +169,4 @@ DEPENDENCIES
tailwindcss-rails!

BUNDLED WITH
2.5.23
2.6.7
Loading