From a5fe8234ba917469ce475a1902e2aa8c79bb8ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:01:02 +0000 Subject: [PATCH] Bump tailwindcss-rails from 4.2.0 to 4.2.2 Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/tailwindcss-rails/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 0e9db0f..cd7f222 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ gem 'dotenv', '~> 3.1' gem 'bcrypt', '~> 3.1' gem 'js-routes', '~> 2.3' -gem 'tailwindcss-rails', '~> 4.0' +gem 'tailwindcss-rails', '~> 4.2' gem 'factory_bot_rails', '~> 6.4', groups: [ :development, :test ] gem 'faker', '~> 3.5', groups: [ :development, :test ] diff --git a/Gemfile.lock b/Gemfile.lock index df1a3e0..935765a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM inertia_rails (3.6.1) railties (>= 6) io-console (0.8.0) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -154,7 +154,7 @@ GEM zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -184,19 +184,19 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) - nokogiri (1.18.3-aarch64-linux-gnu) + nokogiri (1.18.7-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-aarch64-linux-musl) + nokogiri (1.18.7-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-gnu) + nokogiri (1.18.7-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-musl) + nokogiri (1.18.7-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.18.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.7-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-musl) + nokogiri (1.18.7-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.1) parallel (1.26.3) @@ -260,10 +260,10 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) rexml (3.4.1) rubocop (1.74.0) @@ -333,16 +333,16 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - stringio (3.1.5) - tailwindcss-rails (4.2.0) + stringio (3.1.6) + tailwindcss-rails (4.2.2) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) - tailwindcss-ruby (4.0.14) - tailwindcss-ruby (4.0.14-aarch64-linux-gnu) - tailwindcss-ruby (4.0.14-aarch64-linux-musl) - tailwindcss-ruby (4.0.14-arm64-darwin) - tailwindcss-ruby (4.0.14-x86_64-linux-gnu) - tailwindcss-ruby (4.0.14-x86_64-linux-musl) + tailwindcss-ruby (4.1.3) + tailwindcss-ruby (4.1.3-aarch64-linux-gnu) + tailwindcss-ruby (4.1.3-aarch64-linux-musl) + tailwindcss-ruby (4.1.3-arm64-darwin) + tailwindcss-ruby (4.1.3-x86_64-linux-gnu) + tailwindcss-ruby (4.1.3-x86_64-linux-musl) thor (1.3.2) thruster (0.1.12) thruster (0.1.12-aarch64-linux) @@ -413,7 +413,7 @@ DEPENDENCIES solid_cache solid_queue sqlite3 (>= 2.1) - tailwindcss-rails (~> 4.0) + tailwindcss-rails (~> 4.2) thruster tzinfo-data vite_rails (~> 3.0)