Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
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 @@ -57,7 +57,7 @@ gem 'sidekiq-cron'
gem 'platform-api'

# Tailwind CSS for Rails
gem 'tailwindcss-rails', '~> 3.0'
gem 'tailwindcss-rails', '~> 4.2'

# ActiveHash is a simple base class that allows you to use a ruby hash as a readonly datasource
gem 'active_hash'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,12 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.7)
tailwindcss-rails (3.2.0)
tailwindcss-rails (4.2.3)
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (3.4.17)
tailwindcss-ruby (3.4.17-arm64-darwin)
tailwindcss-ruby (3.4.17-x86_64-linux)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.1.7)
tailwindcss-ruby (4.1.7-arm64-darwin)
tailwindcss-ruby (4.1.7-x86_64-linux-gnu)
thor (1.3.2)
timeout (0.4.3)
turbo-rails (2.0.13)
Expand Down Expand Up @@ -504,7 +504,7 @@ DEPENDENCIES
sidekiq-cron
sprockets-rails
stimulus-rails
tailwindcss-rails (~> 3.0)
tailwindcss-rails (~> 4.2)
turbo-rails
tzinfo-data
web-console
Expand Down
Loading