Compare commits

..

No commits in common. "dependabot/bundler/tailwindcss-rails-4.0.0" and "main" have entirely different histories.

2 changed files with 32 additions and 37 deletions

View File

@ -76,4 +76,4 @@ group :production do
gem "pg", "~> 1.5" gem "pg", "~> 1.5"
end end
gem "tailwindcss-rails", "~> 4.0" gem "tailwindcss-rails", "~> 3.2"

View File

@ -99,8 +99,8 @@ GEM
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2) xpath (~> 3.2)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.3.5) concurrent-ruby (1.3.4)
connection_pool (2.5.0) connection_pool (2.4.1)
crass (1.0.6) crass (1.0.6)
date (3.4.1) date (3.4.1)
debug (1.10.0) debug (1.10.0)
@ -139,15 +139,14 @@ GEM
pry (>= 0.13.0) pry (>= 0.13.0)
shellany (~> 0.0) shellany (~> 0.0)
thor (>= 0.18.1) thor (>= 0.18.1)
i18n (1.14.7) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (2.1.0) importmap-rails (2.1.0)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activesupport (>= 6.0.0) activesupport (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.8.0) io-console (0.8.0)
irb (1.15.1) irb (1.14.3)
pp (>= 0.6.0)
rdoc (>= 4.0.0) rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
jbuilder (2.13.0) jbuilder (2.13.0)
@ -183,8 +182,8 @@ GEM
listen (3.9.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5) logger (1.6.4)
loofah (2.24.0) loofah (2.23.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
lumberjack (1.2.10) lumberjack (1.2.10)
@ -220,21 +219,21 @@ GEM
net-protocol net-protocol
net-ssh (7.3.0) net-ssh (7.3.0)
nio4r (2.7.4) nio4r (2.7.4)
nokogiri (1.18.2-aarch64-linux-gnu) nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-aarch64-linux-musl) nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-arm-linux-gnu) nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-arm-linux-musl) nokogiri (1.18.1-arm-linux-musl)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-arm64-darwin) nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-x86_64-darwin) nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-gnu) nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-musl) nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
@ -245,9 +244,6 @@ GEM
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pg (1.5.9) pg (1.5.9)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
propshaft (1.1.0) propshaft (1.1.0)
actionpack (>= 7.0.0) actionpack (>= 7.0.0)
activesupport (>= 7.0.0) activesupport (>= 7.0.0)
@ -256,7 +252,7 @@ GEM
pry (0.15.2) pry (0.15.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
psych (5.2.3) psych (5.2.2)
date date
stringio stringio
public_suffix (6.0.1) public_suffix (6.0.1)
@ -264,14 +260,14 @@ GEM
nio4r (~> 2.0) nio4r (~> 2.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.1) racc (1.8.1)
rack (3.1.9) rack (2.2.10)
rack-session (2.1.0) rack-session (1.0.2)
base64 (>= 0.1.0) rack (< 3)
rack (>= 3.0.0)
rack-test (2.2.0) rack-test (2.2.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.2.1) rackup (1.0.1)
rack (>= 3) rack (< 3)
webrick
rails (8.0.1) rails (8.0.1)
actioncable (= 8.0.1) actioncable (= 8.0.1)
actionmailbox (= 8.0.1) actionmailbox (= 8.0.1)
@ -310,7 +306,7 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.11.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.11.0) rdoc (6.10.0)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.10.0) regexp_parser (2.10.0)
reline (0.6.0) reline (0.6.0)
@ -387,16 +383,14 @@ GEM
stimulus-rails (1.3.4) stimulus-rails (1.3.4)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.2) stringio (3.1.2)
tailwindcss-rails (4.0.0) tailwindcss-rails (3.2.0)
railties (>= 7.0.0) railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0) tailwindcss-ruby
tailwindcss-ruby (4.0.3) tailwindcss-ruby (3.4.17-aarch64-linux)
tailwindcss-ruby (4.0.3-aarch64-linux-gnu) tailwindcss-ruby (3.4.17-arm-linux)
tailwindcss-ruby (4.0.3-aarch64-linux-musl) tailwindcss-ruby (3.4.17-arm64-darwin)
tailwindcss-ruby (4.0.3-arm64-darwin) tailwindcss-ruby (3.4.17-x86_64-darwin)
tailwindcss-ruby (4.0.3-x86_64-darwin) tailwindcss-ruby (3.4.17-x86_64-linux)
tailwindcss-ruby (4.0.3-x86_64-linux-gnu)
tailwindcss-ruby (4.0.3-x86_64-linux-musl)
thor (1.3.2) thor (1.3.2)
thruster (0.1.10) thruster (0.1.10)
thruster (0.1.10-aarch64-linux) thruster (0.1.10-aarch64-linux)
@ -419,6 +413,7 @@ GEM
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 6.0.0) railties (>= 6.0.0)
webrick (1.9.1)
websocket (1.2.11) websocket (1.2.11)
websocket-driver (0.7.6) websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
@ -465,7 +460,7 @@ DEPENDENCIES
solid_queue solid_queue
sqlite3 (>= 2.1) sqlite3 (>= 2.1)
stimulus-rails stimulus-rails
tailwindcss-rails (~> 4.0) tailwindcss-rails (~> 3.2)
thruster thruster
turbo-rails turbo-rails
tzinfo-data tzinfo-data