Skip to content

Commit d18be99

Browse files
committed
bump tailwindcss-ruby dependency to version 4.0
1 parent 731d5c4 commit d18be99

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
tailwindcss-rails (3.3.0)
55
railties (>= 7.0.0)
6-
tailwindcss-ruby
6+
tailwindcss-ruby (~> 4.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -140,12 +140,11 @@ GEM
140140
io-console (~> 0.5)
141141
securerandom (0.4.1)
142142
stringio (3.1.2)
143-
tailwindcss-ruby (3.4.17)
144-
tailwindcss-ruby (3.4.17-aarch64-linux)
145-
tailwindcss-ruby (3.4.17-arm-linux)
146-
tailwindcss-ruby (3.4.17-arm64-darwin)
147-
tailwindcss-ruby (3.4.17-x86_64-darwin)
148-
tailwindcss-ruby (3.4.17-x86_64-linux)
143+
tailwindcss-ruby (4.0.0)
144+
tailwindcss-ruby (4.0.0-aarch64-linux-gnu)
145+
tailwindcss-ruby (4.0.0-arm64-darwin)
146+
tailwindcss-ruby (4.0.0-x86_64-darwin)
147+
tailwindcss-ruby (4.0.0-x86_64-linux-gnu)
149148
thor (1.3.2)
150149
timeout (0.4.3)
151150
tzinfo (2.0.6)

tailwindcss-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
1919
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2020

2121
spec.add_dependency "railties", ">= 7.0.0"
22-
spec.add_dependency "tailwindcss-ruby"
22+
spec.add_dependency "tailwindcss-ruby", "~> 4.0"
2323
end

0 commit comments

Comments
 (0)