Skip to content

Commit 8b31d59

Browse files
authored
Merge pull request #468 from rails/flavorjones-v3-pin-to-tailwind-3
dep: pin tailwindcss-ruby to `~> 3.0`
2 parents 968ba5c + c2dfc6d commit 8b31d59

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- v*-stable
1011
tags:
1112
- v*.*.*
1213
pull_request:
@@ -37,7 +38,7 @@ jobs:
3738
fail-fast: false
3839
matrix:
3940
plat: ["ubuntu", "windows", "macos"]
40-
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
41+
tailwind: ["--version=~>3.4.14"]
4142
runs-on: ${{matrix.plat}}-latest
4243
env:
4344
TAILWINDCSSOPTS: ${{ matrix.tailwind }}

.github/workflows/upstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
plat: ["ubuntu"]
4444
ref: ["7-2-stable", "8-0-stable", "main"]
45-
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
45+
tailwind: ["--version=~>3.4.14"]
4646
env:
4747
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
4848
TAILWINDCSSOPTS: ${{ matrix.tailwind }}

tailwindcss-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
1919
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2020

2121
spec.add_dependency "railties", ">= 7.0.0"
22-
spec.add_dependency "tailwindcss-ruby"
22+
spec.add_dependency "tailwindcss-ruby", "~> 3.0"
2323
end

0 commit comments

Comments
 (0)