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 df2ca23 + 49fecab commit d93aa83Copy full SHA for d93aa83
Gemfile.lock
@@ -7,7 +7,7 @@ GEM
7
remote: https://rubygems.org/
8
specs:
9
ast (2.4.2)
10
- json (2.7.4)
+ json (2.7.5)
11
language_server-protocol (3.17.0.3)
12
lint_roller (1.1.0)
13
minitest (5.25.1)
@@ -29,7 +29,7 @@ GEM
29
rubocop-ast (>= 1.32.2, < 2.0)
30
ruby-progressbar (~> 1.7)
31
unicode-display_width (>= 2.4.0, < 3.0)
32
- rubocop-ast (1.32.3)
+ rubocop-ast (1.33.0)
33
parser (>= 3.3.1.0)
34
rubocop-performance (1.22.1)
35
rubocop (>= 1.48.1, < 2.0)
lib/tailwindcss/ruby/upstream.rb
@@ -1,7 +1,7 @@
1
module Tailwindcss
2
module Ruby
3
module Upstream
4
- VERSION = "v4.0.0-alpha.30"
+ VERSION = "v4.0.0-alpha.31"
5
6
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments