diff --git a/Gemfile b/Gemfile index 55c65c9..dfa0d63 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "whenever", require: false gem "madmin", "~> 2.3" gem "valid_email2" gem "importmap-rails" -gem "tailwindcss-rails", "~> 4.0" +gem "tailwindcss-rails", "~> 4.6" gem "rack-attack" gem "resend" diff --git a/Gemfile.lock b/Gemfile.lock index 643d5f5..f0dc667 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM bindex (0.8.1) bootsnap (1.24.6) msgpack (~> 1.2) - brakeman (8.0.4) + brakeman (8.0.5) racc builder (3.3.0) bundler-audit (0.9.3) @@ -123,7 +123,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) chronic (0.10.2) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct @@ -197,7 +197,7 @@ GEM multi_xml (>= 0.5.2) httpx (1.7.8) http-2 (>= 1.1.3) - i18n (1.14.8) + i18n (1.15.1) concurrent-ruby (~> 1.0) image_processing (2.0.2) importmap-rails (2.2.3) @@ -211,7 +211,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.8) + json (2.19.9) jsonapi-serializer (2.2.0) activesupport (>= 4.2) jwt (3.2.0) @@ -273,29 +273,29 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.3) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm64-darwin) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) noticed (3.0.0) rails (>= 6.1.0) orm_adapter (0.5.0) os (1.1.4) ostruct (0.6.3) - overcommit (0.70.0) + overcommit (0.71.0) childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) - pagy (43.5.5) + pagy (43.5.6) json uri yaml @@ -375,7 +375,7 @@ GEM regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - resend (1.3.0) + resend (1.5.0) base64 httparty (>= 0.22.0) responders (3.2.0) @@ -414,12 +414,12 @@ GEM ruby-vips (2.3.0) ffi (~> 1.12) logger - rubyzip (3.3.0) + rubyzip (3.4.0) securerandom (0.4.1) seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) - selenium-webdriver (4.44.0) + selenium-webdriver (4.45.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -450,14 +450,14 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.2.0) - tailwindcss-rails (4.4.0) + tailwindcss-rails (4.6.0) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) - tailwindcss-ruby (4.3.0) - tailwindcss-ruby (4.3.0-aarch64-linux-gnu) - tailwindcss-ruby (4.3.0-arm64-darwin) - tailwindcss-ruby (4.3.0-x86_64-darwin) - tailwindcss-ruby (4.3.0-x86_64-linux-gnu) + tailwindcss-ruby (4.3.1) + tailwindcss-ruby (4.3.1-aarch64-linux-gnu) + tailwindcss-ruby (4.3.1-arm64-darwin) + tailwindcss-ruby (4.3.1-x86_64-darwin) + tailwindcss-ruby (4.3.1-x86_64-linux-gnu) thor (1.5.0) timeout (0.6.1) tsort (0.2.0) @@ -544,7 +544,7 @@ DEPENDENCIES solid_cache solid_queue stimulus-rails (~> 1.0, >= 1.0.2) - tailwindcss-rails (~> 4.0) + tailwindcss-rails (~> 4.6) turbo-rails (~> 2.0.3) tzinfo-data valid_email2