Skip to content

Commit 1cb3aaa

Browse files
committed
dep: rubygems >= 3.2.0 for Platform#match_gem?
Closes #286
1 parent 3f34537 commit 1cb3aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tailwindcss-rails.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
1414
"rubygems_mfa_required" => "true"
1515
}
1616

17+
spec.required_rubygems_version = ">= 3.2.0" # for Gem::Platform#match_gem?
18+
1719
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1820
spec.bindir = "exe"
1921
spec.executables << "tailwindcss"

0 commit comments

Comments
 (0)