Skip to content

Commit e7c6089

Browse files
committed
Use newest release of tailwindcss-rails
We need access to "Experimental support for Rails engines" introduced in 4.3.0. - rails/tailwindcss-rails#554 - rails/tailwindcss-rails#355
1 parent 609b992 commit e7c6089

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "puma", ">= 5.0"
1313
gem "tzinfo-data", platforms: %i[windows jruby]
1414

1515
gem "flowbite-components", path: "../.." # Load the gem files from the parent directory
16-
gem "tailwindcss-rails", "~> 4.0.0"
16+
gem "tailwindcss-rails", "~> 4.3"
1717

1818
group :development, :test do
1919
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

demo/Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ GEM
9494
irb (~> 1.10)
9595
reline (>= 0.3.8)
9696
drb (2.2.3)
97+
erb (5.0.2)
9798
erubi (1.13.1)
9899
ffi (1.17.2-aarch64-linux-gnu)
99100
ffi (1.17.2-aarch64-linux-musl)
@@ -109,7 +110,7 @@ GEM
109110
htmlentities (4.3.4)
110111
i18n (1.14.7)
111112
concurrent-ruby (~> 1.0)
112-
io-console (0.8.0)
113+
io-console (0.8.1)
113114
irb (1.15.2)
114115
pp (>= 0.6.0)
115116
rdoc (>= 4.0.0)
@@ -175,7 +176,7 @@ GEM
175176
activesupport (>= 7.0.0)
176177
rack
177178
railties (>= 7.0.0)
178-
psych (5.2.3)
179+
psych (5.2.6)
179180
date
180181
stringio
181182
public_suffix (6.0.2)
@@ -219,14 +220,15 @@ GEM
219220
rake (>= 12.2)
220221
thor (~> 1.0, >= 1.2.2)
221222
zeitwerk (~> 2.6)
222-
rake (13.2.1)
223+
rake (13.3.0)
223224
rb-fsevent (0.11.2)
224225
rb-inotify (0.11.1)
225226
ffi (~> 1.0)
226-
rdoc (6.13.1)
227+
rdoc (6.14.2)
228+
erb
227229
psych (>= 4.0.0)
228230
redcarpet (3.6.1)
229-
reline (0.6.1)
231+
reline (0.6.2)
230232
io-console (~> 0.5)
231233
rouge (4.5.2)
232234
securerandom (0.4.1)
@@ -239,16 +241,16 @@ GEM
239241
sqlite3 (2.6.0-x86_64-linux-gnu)
240242
sqlite3 (2.6.0-x86_64-linux-musl)
241243
stringio (3.1.7)
242-
tailwindcss-rails (4.0.0)
244+
tailwindcss-rails (4.3.0)
243245
railties (>= 7.0.0)
244246
tailwindcss-ruby (~> 4.0)
245-
tailwindcss-ruby (4.1.10)
246-
tailwindcss-ruby (4.1.10-aarch64-linux-gnu)
247-
tailwindcss-ruby (4.1.10-aarch64-linux-musl)
248-
tailwindcss-ruby (4.1.10-arm64-darwin)
249-
tailwindcss-ruby (4.1.10-x86_64-darwin)
250-
tailwindcss-ruby (4.1.10-x86_64-linux-gnu)
251-
tailwindcss-ruby (4.1.10-x86_64-linux-musl)
247+
tailwindcss-ruby (4.1.11)
248+
tailwindcss-ruby (4.1.11-aarch64-linux-gnu)
249+
tailwindcss-ruby (4.1.11-aarch64-linux-musl)
250+
tailwindcss-ruby (4.1.11-arm64-darwin)
251+
tailwindcss-ruby (4.1.11-x86_64-darwin)
252+
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
253+
tailwindcss-ruby (4.1.11-x86_64-linux-musl)
252254
thor (1.4.0)
253255
timeout (0.4.3)
254256
tzinfo (2.0.6)
@@ -263,7 +265,7 @@ GEM
263265
websocket-extensions (>= 0.1.0)
264266
websocket-extensions (0.1.5)
265267
yard (0.9.37)
266-
zeitwerk (2.7.2)
268+
zeitwerk (2.7.3)
267269

268270
PLATFORMS
269271
aarch64-linux
@@ -286,7 +288,7 @@ DEPENDENCIES
286288
puma (>= 5.0)
287289
rails (~> 8.0.2)
288290
sqlite3 (>= 2.1)
289-
tailwindcss-rails (~> 4.0.0)
291+
tailwindcss-rails (~> 4.3)
290292
tzinfo-data
291293

292294
BUNDLED WITH

0 commit comments

Comments
 (0)