Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "propshaft" # Modern asset pipeline
gem "importmap-rails" # JavaScript with ESM import maps
gem "turbo-rails" # Hotwire's SPA-like page accelerator
gem "stimulus-rails" # Hotwire's modest JavaScript framework
gem "tailwindcss-rails", "~> 4.2" # CSS framework
gem "tailwindcss-rails", "~> 4.4" # CSS framework
gem "tailwindcss-ruby", "~> 4.1", platforms: :ruby
gem "jbuilder" # Build JSON APIs
gem "jsbundling-rails", "~> 1.0"
Expand Down
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.2)
benchmark (0.5.0)
bigdecimal (3.3.1)
bindata (2.5.1)
bindex (0.8.1)
blazer (3.3.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
cmdstan (0.5.0)
csv
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
console1984 (0.2.2)
irb (~> 1.13)
parser
Expand Down Expand Up @@ -193,7 +193,7 @@ GEM
drb (2.2.3)
ed25519 (1.4.0)
email_reply_parser (0.5.11)
erb (5.0.1)
erb (5.1.3)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
iniparse (1.5.0)
invisible_captcha (2.3.0)
rails (>= 5.2)
io-console (0.8.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
benchmark
logger
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
mission_control-jobs (1.0.2)
actioncable (>= 7.1)
actionpack (>= 7.1)
Expand Down Expand Up @@ -350,19 +350,19 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.8-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-aarch64-linux-musl)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-musl)
nokogiri (1.18.10-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-musl)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
numo-narray (0.9.2.1)
observer (0.1.2)
Expand Down Expand Up @@ -391,7 +391,7 @@ GEM
postmark-rails (0.22.1)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
pp (0.6.2)
pp (0.6.3)
prettyprint
premailer (1.27.0)
addressable
Expand Down Expand Up @@ -424,7 +424,7 @@ GEM
railties (>= 4.2)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.3)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
Expand Down Expand Up @@ -479,16 +479,17 @@ GEM
ffi (~> 1.0)
rbs (3.9.4)
logger
rdoc (6.14.1)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.24.0)
connection_pool
regexp_parser (2.10.0)
relaxed-rubocop (2.5)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -650,7 +651,7 @@ GEM
stringio (3.1.7)
strong_migrations (2.4.0)
activerecord (>= 7.1)
tailwindcss-rails (4.2.3)
tailwindcss-rails (4.4.0)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.1.11)
Expand All @@ -670,6 +671,7 @@ GEM
bindata (~> 2.4)
openssl (> 2.0)
openssl-signature_algorithm (~> 1.0)
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand All @@ -679,7 +681,7 @@ GEM
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uniform_notifier (1.17.0)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
validates_email_format_of (1.8.2)
i18n (>= 0.8.0)
Expand Down Expand Up @@ -806,7 +808,7 @@ DEPENDENCIES
statsd-instrument (~> 3.9)
stimulus-rails
strong_migrations (~> 2.4)
tailwindcss-rails (~> 4.2)
tailwindcss-rails (~> 4.4)
tailwindcss-ruby (~> 4.1)
thruster
turbo-rails
Expand Down
Loading