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

Commit 49528b3

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 b86bda4 commit 49528b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ GEM
135135
drb (2.2.3)
136136
email_validator (2.2.4)
137137
activemodel
138-
erb (5.0.1)
138+
erb (5.0.2)
139139
erubi (1.13.1)
140140
erubis (2.7.0)
141141
et-orbi (1.2.11)
@@ -188,7 +188,7 @@ GEM
188188
actionpack (>= 6.0.0)
189189
activesupport (>= 6.0.0)
190190
railties (>= 6.0.0)
191-
io-console (0.8.0)
191+
io-console (0.8.1)
192192
irb (1.15.2)
193193
pp (>= 0.6.0)
194194
rdoc (>= 4.0.0)
@@ -334,7 +334,7 @@ GEM
334334
redis-client (0.25.1)
335335
connection_pool
336336
regexp_parser (2.10.0)
337-
reline (0.6.1)
337+
reline (0.6.2)
338338
io-console (~> 0.5)
339339
rexml (3.4.1)
340340
rolify (6.0.1)
@@ -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.4.0)
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)