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

Commit cb30ed1

Browse files
Bump tailwindcss-rails from 3.2.0 to 4.3.0
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 3.2.0 to 4.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b20a8a commit cb30ed1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.3'
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ GEM
326326
rainbow (3.1.1)
327327
rake (13.3.0)
328328
rate_throttle_client (0.1.2)
329-
rdoc (6.14.1)
329+
rdoc (6.14.2)
330330
erb
331331
psych (>= 4.0.0)
332332
redis (5.4.0)
@@ -423,12 +423,12 @@ GEM
423423
stimulus-rails (1.3.4)
424424
railties (>= 6.0.0)
425425
stringio (3.1.7)
426-
tailwindcss-rails (3.2.0)
426+
tailwindcss-rails (4.3.0)
427427
railties (>= 7.0.0)
428-
tailwindcss-ruby
429-
tailwindcss-ruby (3.4.17)
430-
tailwindcss-ruby (3.4.17-arm64-darwin)
431-
tailwindcss-ruby (3.4.17-x86_64-linux)
428+
tailwindcss-ruby (~> 4.0)
429+
tailwindcss-ruby (4.1.11)
430+
tailwindcss-ruby (4.1.11-arm64-darwin)
431+
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
432432
thor (1.3.2)
433433
timeout (0.4.3)
434434
turbo-rails (2.0.16)
@@ -506,7 +506,7 @@ DEPENDENCIES
506506
sidekiq-cron
507507
sprockets-rails
508508
stimulus-rails
509-
tailwindcss-rails (~> 3.0)
509+
tailwindcss-rails (~> 4.3)
510510
turbo-rails
511511
tzinfo-data
512512
web-console

0 commit comments

Comments
 (0)