From 1fbb2b9600a2c632680373ae8e637d1912ea69e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:10:14 +0000 Subject: [PATCH] Update dependency tailwindcss-rails to "~> 2.3.0" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a405e31..69e90c7 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.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 74a9a71..eb1b5c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.3.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.3.0) terser turbolinks (~> 5) tzinfo-data