diff --git a/Gemfile b/Gemfile index 234e737..8ee15e8 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'sidekiq' gem 'sidekiq-failures', '~> 1.0' gem 'simple_form' gem 'simple_form-tailwind' -gem 'tailwindcss-rails', '~> 0.3.3' +gem 'tailwindcss-rails', '~> 2.0.21' gem 'turbolinks', '~> 5' gem 'twitter-text' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index abc2a25..ab857e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM combine_pdf (1.0.22) matrix ruby-rc4 (>= 0.1.5) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.5) crass (1.0.6) devise (4.8.1) @@ -135,7 +135,7 @@ GEM activesupport (>= 5.0) request_store (>= 1.0) ruby2_keywords - erubi (1.10.0) + erubi (1.11.0) execjs (2.8.1) factory_bot (6.2.0) activesupport (>= 5.0.0) @@ -186,7 +186,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.4) domain_name (~> 0.5) - i18n (1.9.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) idn-ruby (0.1.4) image_processing (1.12.1) @@ -222,7 +222,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -235,7 +235,7 @@ GEM mime-types-data (3.2022.0105) mini_magick (4.11.0) mini_mime (1.0.3) - minitest (5.15.0) + minitest (5.16.3) msgpack (1.4.4) multipart-post (2.1.1) nested_form (0.3.2) @@ -281,7 +281,7 @@ GEM pundit (2.1.1) activesupport (>= 3.0.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.4) rack-canonical-host (1.1.0) addressable (> 0, < 3) rack (>= 1.0.0, < 3) @@ -292,8 +292,8 @@ GEM rack (>= 1.1) rack-proxy (0.7.2) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rails (6.1.3.2) actioncable (= 6.1.3.2) actionmailbox (= 6.1.3.2) @@ -312,7 +312,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails_admin (2.2.1) activemodel-serializers-xml (>= 1.0) @@ -428,15 +428,17 @@ GEM railties (>= 4.0) simple_form (>= 5.0) spring (4.0.0) - sprockets (4.0.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (0.3.3) - rails (>= 6.0.0) + tailwindcss-rails (2.0.21-arm64-darwin) + railties (>= 6.0.0) + tailwindcss-rails (2.0.21-x86_64-linux) + railties (>= 6.0.0) temple (0.8.2) thor (1.2.1) tilt (2.0.10) @@ -447,7 +449,7 @@ GEM twitter-text (3.1.0) idn-ruby unf (~> 0.1.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext @@ -477,7 +479,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.5.4) + zeitwerk (2.6.6) PLATFORMS arm64-darwin-21 @@ -537,7 +539,7 @@ DEPENDENCIES simple_form simple_form-tailwind spring - tailwindcss-rails (~> 0.3.3) + tailwindcss-rails (~> 2.0.21) turbolinks (~> 5) twitter-text tzinfo-data