diff --git a/Gemfile b/Gemfile index a405e31..8234b0f 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.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 74a9a71..9d1761f 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.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -167,14 +167,14 @@ GEM mini_mime (>= 0.1.1) marcel (1.0.2) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.5) - minitest (5.22.2) + minitest (5.22.3) msgpack (1.5.2) multipart-post (2.2.0) nested_form (0.3.2) nio4r (2.7.0) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) pg (1.3.5) @@ -185,7 +185,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-proxy (0.7.6) @@ -230,7 +230,7 @@ GEM method_source rake (>= 12.2) thor (~> 1.0) - rake (13.1.0) + rake (13.2.1) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -287,7 +287,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (2.0.8-x86_64-linux) + tailwindcss-rails (2.5.0-x86_64-linux) railties (>= 6.0.0) terser (1.1.14) execjs (>= 0.3.0, < 3) @@ -356,7 +356,7 @@ DEPENDENCIES selenium-webdriver simplecov (= 0.17.1) spring - tailwindcss-rails (~> 2.0.0) + tailwindcss-rails (~> 2.5.0) terser turbolinks (~> 5) tzinfo-data