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 bcbd836 commit 44b470d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
rubygems: latest
bundler: latest
bundler-cache: true
- name: Run tests
Expand Down
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 44b470d

Please sign in to comment.