diff --git a/Gemfile b/Gemfile index e6e3be5..3eba5c1 100644 --- a/Gemfile +++ b/Gemfile @@ -70,4 +70,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] -gem "tailwindcss-rails", "~> 2.0.0" +gem "tailwindcss-rails", "~> 2.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index f921d24..25ec8dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM thor (>= 0.14.0, < 2) globalid (1.0.1) activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -160,21 +160,21 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.20.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.18.0) + minitest (5.20.0) msgpack (1.5.2) multipart-post (2.2.0) nested_form (0.3.2) nio4r (2.5.9) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) pg (1.3.5) @@ -184,8 +184,8 @@ GEM public_suffix (4.0.7) puma (6.3.1) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.6.4) + racc (1.7.3) + rack (2.2.8) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-proxy (0.7.6) @@ -211,11 +211,13 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails_admin (3.0.0) activemodel-serializers-xml (>= 1.0) kaminari (>= 0.14, < 2.0) @@ -228,7 +230,7 @@ GEM method_source rake (>= 12.2) thor (~> 1.0) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -285,11 +287,11 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (2.0.8-x86_64-linux) + tailwindcss-rails (2.1.0-x86_64-linux) railties (>= 6.0.0) terser (1.1.14) execjs (>= 0.3.0, < 3) - thor (1.2.1) + thor (1.3.0) tilt (2.0.10) turbo-rails (1.1.1) actionpack (>= 6.0.0) @@ -322,7 +324,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.7) + zeitwerk (2.6.12) PLATFORMS x86_64-linux @@ -354,7 +356,7 @@ DEPENDENCIES selenium-webdriver simplecov (= 0.17.1) spring - tailwindcss-rails (~> 2.0.0) + tailwindcss-rails (~> 2.1.0) terser turbolinks (~> 5) tzinfo-data