Skip to content

Commit f592b13

Browse files
authored
Merge pull request #3 from flavorjones/flavorjones-dep-400alpha26
dep: bump tailwindcss to 4.0.0-alpha.26
2 parents 26b0e2d + 273af55 commit f592b13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
ruby-version: ${{matrix.ruby}}
3737
- run: gem install bundler -v ">= 2.3.22" # for "add --path"
3838
- run: bundle install --local || bundle install
39+
- run: bundle exec rake download
3940
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
4041
- name: ${{matrix.name}} test suite
4142
working-directory: ${{matrix.name}}

lib/tailwindcss/ruby/upstream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
module Ruby
33
module Upstream
4-
VERSION = "v4.0.0-alpha.25"
4+
VERSION = "v4.0.0-alpha.26"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

0 commit comments

Comments
 (0)