Skip to content

Commit

Permalink
Tailwind 4
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Jan 23, 2025
1 parent e37c98e commit fabfae7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "sqlite3"
gem "stimulus-rails"
gem "stripe"
gem "tailwindcss-rails"
gem "tailwindcss-ruby", "~> 4.0.0.beta.8"
gem "tailwindcss-ruby"
gem "thruster"
gem "tickly", github: "miharekar/tickly"
gem "turbo-rails"
Expand Down
24 changes: 14 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ GEM
rack
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1040.0)
aws-sdk-core (3.216.0)
aws-partitions (1.1042.0)
aws-sdk-core (3.216.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -186,7 +186,8 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
Expand Down Expand Up @@ -254,7 +255,7 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
Expand Down Expand Up @@ -305,6 +306,9 @@ GEM
postmark-rails (0.22.1)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.3.0)
propshaft (1.1.0)
actionpack (>= 7.0.0)
Expand Down Expand Up @@ -388,7 +392,7 @@ GEM
tty-option (~> 0.1)
tty-prompt (~> 0.1)
rexml (3.4.0)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -453,7 +457,7 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sorbet-runtime (0.5.11766)
sorbet-runtime (0.5.11778)
sqlite3 (2.5.0-aarch64-linux-gnu)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
Expand All @@ -472,9 +476,9 @@ GEM
tailwindcss-rails (3.3.0)
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (4.0.0.beta.9-aarch64-linux-gnu)
tailwindcss-ruby (4.0.0.beta.9-arm64-darwin)
tailwindcss-ruby (4.0.0.beta.9-x86_64-linux-gnu)
tailwindcss-ruby (4.0.0-aarch64-linux-gnu)
tailwindcss-ruby (4.0.0-arm64-darwin)
tailwindcss-ruby (4.0.0-x86_64-linux-gnu)
temple (0.10.3)
thor (1.3.2)
thruster (0.1.10-aarch64-linux)
Expand Down Expand Up @@ -578,7 +582,7 @@ DEPENDENCIES
stimulus-rails
stripe
tailwindcss-rails
tailwindcss-ruby (~> 4.0.0.beta.8)
tailwindcss-ruby
thruster
tickly!
turbo-rails
Expand Down

0 comments on commit fabfae7

Please sign in to comment.