Skip to content

Commit 2895fc9

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

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

.github/workflows/ci.yml

-3
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

-2
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

Gemfile.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
tailwindcss-rails (3.3.0)
55
railties (>= 7.0.0)
6-
tailwindcss-ruby
6+
tailwindcss-ruby (~> 4.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -140,12 +140,11 @@ GEM
140140
io-console (~> 0.5)
141141
securerandom (0.4.1)
142142
stringio (3.1.2)
143-
tailwindcss-ruby (3.4.17)
144-
tailwindcss-ruby (3.4.17-aarch64-linux)
145-
tailwindcss-ruby (3.4.17-arm-linux)
146-
tailwindcss-ruby (3.4.17-arm64-darwin)
147-
tailwindcss-ruby (3.4.17-x86_64-darwin)
148-
tailwindcss-ruby (3.4.17-x86_64-linux)
143+
tailwindcss-ruby (4.0.0)
144+
tailwindcss-ruby (4.0.0-aarch64-linux-gnu)
145+
tailwindcss-ruby (4.0.0-arm64-darwin)
146+
tailwindcss-ruby (4.0.0-x86_64-darwin)
147+
tailwindcss-ruby (4.0.0-x86_64-linux-gnu)
149148
thor (1.3.2)
150149
timeout (0.4.3)
151150
tzinfo (2.0.6)

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", "~> 4.0"
2323
end

test/integration/user_journey_test.sh

-1
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)