We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f34537 commit 1cb3aaaCopy full SHA for 1cb3aaa
tailwindcss-rails.gemspec
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
14
"rubygems_mfa_required" => "true"
15
}
16
17
+ spec.required_rubygems_version = ">= 3.2.0" # for Gem::Platform#match_gem?
18
+
19
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
20
spec.bindir = "exe"
21
spec.executables << "tailwindcss"
0 commit comments