From 79a0e68372ad79fdbfe2e680a0a73019e28c941c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:40:22 +0000 Subject: [PATCH] Update dependency tailwindcss-rails to "~> 2.7.0" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a405e31..8682191 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.7.0"