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

Commit 85a2101

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 325b973 commit 85a2101

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,12 @@ GEM
421421
stimulus-rails (1.3.4)
422422
railties (>= 6.0.0)
423423
stringio (3.1.7)
424-
tailwindcss-rails (3.2.0)
424+
tailwindcss-rails (4.2.3)
425425
railties (>= 7.0.0)
426-
tailwindcss-ruby
427-
tailwindcss-ruby (3.4.17)
428-
tailwindcss-ruby (3.4.17-arm64-darwin)
429-
tailwindcss-ruby (3.4.17-x86_64-linux)
426+
tailwindcss-ruby (~> 4.0)
427+
tailwindcss-ruby (4.1.7)
428+
tailwindcss-ruby (4.1.7-arm64-darwin)
429+
tailwindcss-ruby (4.1.7-x86_64-linux-gnu)
430430
thor (1.3.2)
431431
timeout (0.4.3)
432432
turbo-rails (2.0.13)
@@ -504,7 +504,7 @@ DEPENDENCIES
504504
sidekiq-cron
505505
sprockets-rails
506506
stimulus-rails
507-
tailwindcss-rails (~> 3.0)
507+
tailwindcss-rails (~> 4.2)
508508
turbo-rails
509509
tzinfo-data
510510
web-console

0 commit comments

Comments
 (0)