Skip to content

Commit 44b470d

Browse files
committed
dep: rubygems >= 3.2.0 for Platform#match_gem?
Closes #286
1 parent bcbd836 commit 44b470d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{matrix.ruby}}
29+
rubygems: latest
2930
bundler: latest
3031
bundler-cache: true
3132
- name: Run tests

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)