diff --git a/Gemfile b/Gemfile index 50aa478a..bc3da9ae 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem "sentry-rails", "~> 5.19" gem "sentry-ruby", "~> 5.16" gem "sprockets-rails", "~> 3.5" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "stimulus-rails", "~> 1.3" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] -gem "tailwindcss-rails", "~> 2.7" # Use Tailwind CSS [https://github.com/rails/tailwindcss-rails] +gem "tailwindcss-rails", "~> 3.2" # Use Tailwind CSS [https://github.com/rails/tailwindcss-rails] gem "turbo-rails", "~> 2.0" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] # gem "bcrypt", "~> 3.1.7" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "image_processing", "~> 1.2" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] diff --git a/Gemfile.lock b/Gemfile.lock index b5d3cdf4..123a0c63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.0) countries (7.0.0) unaccent (~> 0.3) crass (1.0.6) @@ -196,8 +196,8 @@ GEM kaminari-core (1.2.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - logger (1.6.4) - loofah (2.23.1) + logger (1.6.5) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -227,7 +227,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.4) - nokogiri (1.18.0-x86_64-linux-gnu) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) paper_trail (15.2.0) @@ -254,7 +254,8 @@ GEM activesupport (>= 3.0.0) racc (1.8.1) rack (3.1.8) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) @@ -402,8 +403,10 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) - tailwindcss-rails (2.7.9-x86_64-linux) + tailwindcss-rails (3.2.0) railties (>= 7.0.0) + tailwindcss-ruby + tailwindcss-ruby (3.4.17-x86_64-linux) thor (1.3.2) tilt (2.5.0) timeout (0.4.3) @@ -475,7 +478,7 @@ DEPENDENCIES sprockets-rails (~> 3.5) standard (~> 1.40) stimulus-rails (~> 1.3) - tailwindcss-rails (~> 2.7) + tailwindcss-rails (~> 3.2) turbo-rails (~> 2.0) tzinfo-data (~> 1.2022) web-console (~> 4.2)