Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 7961d8e

Browse files
Bump tailwindcss-rails from 3.2.0 to 4.2.3
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 3.2.0 to 4.2.3. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md) - [Commits](rails/tailwindcss-rails@v3.2.0...v4.2.3) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7de4e0c commit 7961d8e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gem 'sidekiq-cron'
5757
gem 'platform-api'
5858

5959
# Tailwind CSS for Rails
60-
gem 'tailwindcss-rails', '~> 3.0'
60+
gem 'tailwindcss-rails', '~> 4.2'
6161

6262
# ActiveHash is a simple base class that allows you to use a ruby hash as a readonly datasource
6363
gem 'active_hash'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
email_validator (~> 2.0)
113113
railties (>= 5.0)
114114
concurrent-ruby (1.3.5)
115-
connection_pool (2.5.0)
115+
connection_pool (2.5.3)
116116
crack (1.0.0)
117117
bigdecimal
118118
rexml
@@ -200,7 +200,7 @@ GEM
200200
language_server-protocol (3.17.0.4)
201201
lint_roller (1.1.0)
202202
logger (1.7.0)
203-
loofah (2.24.0)
203+
loofah (2.24.1)
204204
crass (~> 1.0.2)
205205
nokogiri (>= 1.12.0)
206206
mail (2.8.1)
@@ -272,7 +272,7 @@ GEM
272272
prettyprint
273273
prettyprint (0.2.0)
274274
prism (1.4.0)
275-
psych (5.2.3)
275+
psych (5.2.5)
276276
date
277277
stringio
278278
public_suffix (6.0.1)
@@ -419,13 +419,13 @@ GEM
419419
sprockets (>= 3.0.0)
420420
stimulus-rails (1.3.4)
421421
railties (>= 6.0.0)
422-
stringio (3.1.6)
423-
tailwindcss-rails (3.2.0)
422+
stringio (3.1.7)
423+
tailwindcss-rails (4.2.3)
424424
railties (>= 7.0.0)
425-
tailwindcss-ruby
426-
tailwindcss-ruby (3.4.17)
427-
tailwindcss-ruby (3.4.17-arm64-darwin)
428-
tailwindcss-ruby (3.4.17-x86_64-linux)
425+
tailwindcss-ruby (~> 4.0)
426+
tailwindcss-ruby (4.1.6)
427+
tailwindcss-ruby (4.1.6-arm64-darwin)
428+
tailwindcss-ruby (4.1.6-x86_64-linux-gnu)
429429
thor (1.3.2)
430430
timeout (0.4.3)
431431
turbo-rails (2.0.13)
@@ -503,7 +503,7 @@ DEPENDENCIES
503503
sidekiq-cron
504504
sprockets-rails
505505
stimulus-rails
506-
tailwindcss-rails (~> 3.0)
506+
tailwindcss-rails (~> 4.2)
507507
turbo-rails
508508
tzinfo-data
509509
web-console

0 commit comments

Comments
 (0)