Skip to content

Commit 540ce2e

Browse files
committed
dep: bump tailwindcss-ruby to ~> 4.0
1 parent 731d5c4 commit 540ce2e

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
plat: ["ubuntu", "windows", "macos"]
40-
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
4140
runs-on: ${{matrix.plat}}-latest
42-
env:
43-
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
4441
steps:
4542
- uses: actions/checkout@v4
4643
- uses: ruby/setup-ruby@v1

.github/workflows/upstream.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ 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"]
4645
env:
4746
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
48-
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
4947
steps:
5048
- uses: actions/checkout@v4
5149
- uses: ruby/setup-ruby@v1

tailwindcss-rails.gemspec

Lines changed: 1 addition & 1 deletion
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", "~> 4.0"
2323
end

test/integration/user_journey_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ bundle add rails --skip-install ${RAILSOPTS:-}
2727

2828
# use the tailwindcss-rails under test
2929
bundle add tailwindcss-rails --skip-install --path="../.."
30-
bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:-}
3130
bundle install
3231
bundle show --paths
3332
bundle binstubs --all

0 commit comments

Comments
 (0)