Skip to content

Commit

Permalink
dep: rubygems >= 3.2.0 for Platform#match_gem?
Browse files Browse the repository at this point in the history
Closes #286
  • Loading branch information
flavorjones committed Oct 27, 2023
1 parent 3f34537 commit 1cb3aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwindcss-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.required_rubygems_version = ">= 3.2.0" # for Gem::Platform#match_gem?

spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
spec.bindir = "exe"
spec.executables << "tailwindcss"
Expand Down

0 comments on commit 1cb3aaa

Please sign in to comment.