We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26b0e2d + 273af55 commit f592b13Copy full SHA for f592b13
.github/workflows/downstream.yml
@@ -36,6 +36,7 @@ jobs:
36
ruby-version: ${{matrix.ruby}}
37
- run: gem install bundler -v ">= 2.3.22" # for "add --path"
38
- run: bundle install --local || bundle install
39
+ - run: bundle exec rake download
40
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
41
- name: ${{matrix.name}} test suite
42
working-directory: ${{matrix.name}}
lib/tailwindcss/ruby/upstream.rb
@@ -1,7 +1,7 @@
1
module Tailwindcss
2
module Ruby
3
module Upstream
4
- VERSION = "v4.0.0-alpha.25"
+ VERSION = "v4.0.0-alpha.26"
5
6
# rubygems platform name => upstream release filename
7
NATIVE_PLATFORMS = {
0 commit comments