diff --git a/Gemfile b/Gemfile index 8a5d19d..0183d61 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'kaminari', '~> 1.2' -gem 'tailwindcss-rails', '~> 2.6' +gem 'tailwindcss-rails', '~> 3.0' gem 'rubyzip', '~> 2.3' gem 'heroicon', '~> 1.0.0' gem 'rails-i18n', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index f969014..8c303a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,8 +277,10 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) - tailwindcss-rails (2.6.3-x86_64-linux) + tailwindcss-rails (3.0.0) railties (>= 7.0.0) + tailwindcss-ruby + tailwindcss-ruby (3.4.15-x86_64-linux) test-prof (1.4.2) thor (1.3.2) timeout (0.4.2) @@ -334,7 +336,7 @@ DEPENDENCIES sidekiq (~> 7.3) sprockets-rails (~> 3.5) stimulus-rails (~> 1.3) - tailwindcss-rails (~> 2.6) + tailwindcss-rails (~> 3.0) test-prof (~> 1.4) turbo-rails (~> 2.0) tzinfo-data