diff --git a/Gemfile b/Gemfile index 234e737..7024809 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.22' 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..8ed8bbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,9 +112,10 @@ GEM combine_pdf (1.0.22) matrix ruby-rc4 (>= 0.1.5) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) connection_pool (2.2.5) crass (1.0.6) + date (3.3.3) devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -135,7 +136,7 @@ GEM activesupport (>= 5.0) request_store (>= 1.0) ruby2_keywords - erubi (1.10.0) + erubi (1.12.0) execjs (2.8.1) factory_bot (6.2.0) activesupport (>= 5.0.0) @@ -173,7 +174,7 @@ GEM font-awesome-sass (5.15.1) sassc (>= 1.11) geocoder (1.7.3) - globalid (1.0.0) + globalid (1.1.0) activesupport (>= 5.0) groupdate (6.0.1) activesupport (>= 5.2) @@ -186,7 +187,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,11 +223,14 @@ 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.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) + mail (2.8.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) @@ -235,10 +239,19 @@ GEM mime-types-data (3.2022.0105) mini_magick (4.11.0) mini_mime (1.0.3) - minitest (5.15.0) + minitest (5.17.0) msgpack (1.4.4) multipart-post (2.1.1) nested_form (0.3.2) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol netrc (0.11.0) nio4r (2.5.8) nokogiri (1.13.1-arm64-darwin) @@ -280,8 +293,8 @@ GEM nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) - racc (1.6.0) - rack (2.2.3) + racc (1.6.2) + rack (2.2.6.2) rack-canonical-host (1.1.0) addressable (> 0, < 3) rack (>= 1.0.0, < 3) @@ -292,8 +305,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,8 +325,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails_admin (2.2.1) activemodel-serializers-xml (>= 1.0) builder (~> 3.1) @@ -428,18 +441,21 @@ GEM railties (>= 4.0) simple_form (>= 5.0) spring (4.0.0) - sprockets (4.0.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) 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.22-arm64-darwin) + railties (>= 6.0.0) + tailwindcss-rails (2.0.22-x86_64-linux) + railties (>= 6.0.0) temple (0.8.2) thor (1.2.1) tilt (2.0.10) + timeout (0.3.1) ttfunk (1.7.0) turbolinks (5.2.1) turbolinks-source (~> 5.2) @@ -447,7 +463,7 @@ GEM twitter-text (3.1.0) idn-ruby unf (~> 0.1.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext @@ -477,7 +493,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 +553,7 @@ DEPENDENCIES simple_form simple_form-tailwind spring - tailwindcss-rails (~> 0.3.3) + tailwindcss-rails (~> 2.0.22) turbolinks (~> 5) twitter-text tzinfo-data