Skip to content

Commit 528d3c8

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] <support@github.com>
1 parent 53bd3cf commit 528d3c8

2 files changed

Lines changed: 42 additions & 39 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gem "active_model_serializers", "~> 0.10.15"
5959
gem "faraday", "~> 2.12"
6060
gem "solid_queue", "~> 1.1"
6161

62-
gem "tailwindcss-rails", "~> 3.2"
62+
gem "tailwindcss-rails", "~> 4.3"
6363
gem "importmap-rails", "~> 2.1"
6464
gem "propshaft", "~> 1.1"
6565

Gemfile.lock

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ GEM
8080
addressable (2.8.7)
8181
public_suffix (>= 2.0.2, < 7.0)
8282
ast (2.4.2)
83-
base64 (0.2.0)
84-
benchmark (0.4.0)
85-
bigdecimal (3.1.9)
83+
base64 (0.3.0)
84+
benchmark (0.4.1)
85+
bigdecimal (3.2.3)
8686
bindex (0.8.1)
8787
bootsnap (1.18.4)
8888
msgpack (~> 1.2)
@@ -92,7 +92,7 @@ GEM
9292
case_transform (0.2)
9393
activesupport
9494
concurrent-ruby (1.3.5)
95-
connection_pool (2.5.0)
95+
connection_pool (2.5.4)
9696
crack (1.0.0)
9797
bigdecimal
9898
rexml
@@ -101,7 +101,8 @@ GEM
101101
debug (1.10.0)
102102
irb (~> 1.10)
103103
reline (>= 0.3.8)
104-
drb (2.2.1)
104+
drb (2.2.3)
105+
erb (5.0.2)
105106
erubi (1.13.1)
106107
et-orbi (1.2.11)
107108
tzinfo
@@ -128,17 +129,17 @@ GEM
128129
actionpack (>= 6.0.0)
129130
activesupport (>= 6.0.0)
130131
railties (>= 6.0.0)
131-
io-console (0.8.0)
132-
irb (1.15.1)
132+
io-console (0.8.1)
133+
irb (1.15.2)
133134
pp (>= 0.6.0)
134135
rdoc (>= 4.0.0)
135136
reline (>= 0.4.2)
136137
json (2.10.1)
137138
jsonapi-renderer (0.2.2)
138139
language_server-protocol (3.17.0.4)
139140
lint_roller (1.1.0)
140-
logger (1.6.6)
141-
loofah (2.24.0)
141+
logger (1.7.0)
142+
loofah (2.24.1)
142143
crass (~> 1.0.2)
143144
nokogiri (>= 1.12.0)
144145
mail (2.8.1)
@@ -148,8 +149,8 @@ GEM
148149
net-smtp
149150
marcel (1.0.4)
150151
mini_mime (1.1.5)
151-
mini_portile2 (2.8.8)
152-
minitest (5.25.4)
152+
mini_portile2 (2.8.9)
153+
minitest (5.25.5)
153154
msgpack (1.7.3)
154155
net-http (0.6.0)
155156
uri
@@ -163,24 +164,24 @@ GEM
163164
net-smtp (0.5.0)
164165
net-protocol
165166
nio4r (2.7.4)
166-
nokogiri (1.18.2)
167+
nokogiri (1.18.9)
167168
mini_portile2 (~> 2.8.2)
168169
racc (~> 1.4)
169-
nokogiri (1.18.2-aarch64-linux-gnu)
170+
nokogiri (1.18.9-aarch64-linux-gnu)
170171
racc (~> 1.4)
171-
nokogiri (1.18.2-aarch64-linux-musl)
172+
nokogiri (1.18.9-aarch64-linux-musl)
172173
racc (~> 1.4)
173-
nokogiri (1.18.2-arm-linux-gnu)
174+
nokogiri (1.18.9-arm-linux-gnu)
174175
racc (~> 1.4)
175-
nokogiri (1.18.2-arm-linux-musl)
176+
nokogiri (1.18.9-arm-linux-musl)
176177
racc (~> 1.4)
177-
nokogiri (1.18.2-arm64-darwin)
178+
nokogiri (1.18.9-arm64-darwin)
178179
racc (~> 1.4)
179-
nokogiri (1.18.2-x86_64-darwin)
180+
nokogiri (1.18.9-x86_64-darwin)
180181
racc (~> 1.4)
181-
nokogiri (1.18.2-x86_64-linux-gnu)
182+
nokogiri (1.18.9-x86_64-linux-gnu)
182183
racc (~> 1.4)
183-
nokogiri (1.18.2-x86_64-linux-musl)
184+
nokogiri (1.18.9-x86_64-linux-musl)
184185
racc (~> 1.4)
185186
parallel (1.26.3)
186187
parser (3.3.7.1)
@@ -194,16 +195,16 @@ GEM
194195
activesupport (>= 7.0.0)
195196
rack
196197
railties (>= 7.0.0)
197-
psych (5.2.3)
198+
psych (5.2.6)
198199
date
199200
stringio
200201
public_suffix (6.0.1)
201202
puma (6.6.0)
202203
nio4r (~> 2.0)
203204
raabro (1.4.0)
204205
racc (1.8.1)
205-
rack (3.1.10)
206-
rack-session (2.1.0)
206+
rack (3.2.1)
207+
rack-session (2.1.1)
207208
base64 (>= 0.1.0)
208209
rack (>= 3.0.0)
209210
rack-test (2.2.0)
@@ -224,7 +225,7 @@ GEM
224225
activesupport (= 8.0.1)
225226
bundler (>= 1.15.0)
226227
railties (= 8.0.1)
227-
rails-dom-testing (2.2.0)
228+
rails-dom-testing (2.3.0)
228229
activesupport (>= 5.0.0)
229230
minitest
230231
nokogiri (>= 1.6)
@@ -240,11 +241,12 @@ GEM
240241
thor (~> 1.0, >= 1.2.2)
241242
zeitwerk (~> 2.6)
242243
rainbow (3.1.1)
243-
rake (13.2.1)
244-
rdoc (6.11.0)
244+
rake (13.3.0)
245+
rdoc (6.14.2)
246+
erb
245247
psych (>= 4.0.0)
246248
regexp_parser (2.10.0)
247-
reline (0.6.0)
249+
reline (0.6.2)
248250
io-console (~> 0.5)
249251
rexml (3.4.0)
250252
rubocop (1.73.0)
@@ -295,16 +297,17 @@ GEM
295297
sqlite3 (2.6.0-x86_64-linux-musl)
296298
stimulus-rails (1.3.4)
297299
railties (>= 6.0.0)
298-
stringio (3.1.2)
299-
tailwindcss-rails (3.2.0)
300+
stringio (3.1.7)
301+
tailwindcss-rails (4.3.0)
300302
railties (>= 7.0.0)
301-
tailwindcss-ruby
302-
tailwindcss-ruby (3.4.17)
303-
tailwindcss-ruby (3.4.17-aarch64-linux)
304-
tailwindcss-ruby (3.4.17-arm-linux)
305-
tailwindcss-ruby (3.4.17-arm64-darwin)
306-
tailwindcss-ruby (3.4.17-x86_64-darwin)
307-
tailwindcss-ruby (3.4.17-x86_64-linux)
303+
tailwindcss-ruby (~> 4.0)
304+
tailwindcss-ruby (4.1.12)
305+
tailwindcss-ruby (4.1.12-aarch64-linux-gnu)
306+
tailwindcss-ruby (4.1.12-aarch64-linux-musl)
307+
tailwindcss-ruby (4.1.12-arm64-darwin)
308+
tailwindcss-ruby (4.1.12-x86_64-darwin)
309+
tailwindcss-ruby (4.1.12-x86_64-linux-gnu)
310+
tailwindcss-ruby (4.1.12-x86_64-linux-musl)
308311
thor (1.3.2)
309312
thruster (0.1.11)
310313
thruster (0.1.11-aarch64-linux)
@@ -331,7 +334,7 @@ GEM
331334
websocket-driver (0.7.6)
332335
websocket-extensions (>= 0.1.0)
333336
websocket-extensions (0.1.5)
334-
zeitwerk (2.7.1)
337+
zeitwerk (2.7.3)
335338

336339
PLATFORMS
337340
aarch64-linux
@@ -364,7 +367,7 @@ DEPENDENCIES
364367
solid_queue (~> 1.1)
365368
sqlite3 (>= 1.4)
366369
stimulus-rails (~> 1.3)
367-
tailwindcss-rails (~> 3.2)
370+
tailwindcss-rails (~> 4.3)
368371
thruster
369372
tzinfo-data
370373
web-console

0 commit comments

Comments
 (0)