Skip to content

Commit 1f694ad

Browse files
committed
dep: pin tailwindcss-ruby to ~> 3.0
to avoid unintentional upgrades to Tailwind v4
1 parent a6ead3f commit 1f694ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", "~> 3.0"
2323
end

0 commit comments

Comments
 (0)