Skip to content

Commit

Permalink
Merge pull request #468 from rails/flavorjones-v3-pin-to-tailwind-3
Browse files Browse the repository at this point in the history
dep: pin tailwindcss-ruby to `~> 3.0`
  • Loading branch information
flavorjones authored Jan 23, 2025
2 parents 968ba5c + c2dfc6d commit 8b31d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- v*-stable
tags:
- v*.*.*
pull_request:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
fail-fast: false
matrix:
plat: ["ubuntu", "windows", "macos"]
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
tailwind: ["--version=~>3.4.14"]
runs-on: ${{matrix.plat}}-latest
env:
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
plat: ["ubuntu"]
ref: ["7-2-stable", "8-0-stable", "main"]
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
tailwind: ["--version=~>3.4.14"]
env:
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
Expand Down
2 changes: 1 addition & 1 deletion tailwindcss-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "railties", ">= 7.0.0"
spec.add_dependency "tailwindcss-ruby"
spec.add_dependency "tailwindcss-ruby", "~> 3.0"
end

0 comments on commit 8b31d59

Please sign in to comment.