Skip to content

Commit d93aa83

Browse files
authored
Merge pull request #16 from flavorjones/flavorjones-dep-tailwindcss-400alpha31
dep: update tailwindcss to v4.0.0-alpha.31
2 parents df2ca23 + 49fecab commit d93aa83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.4)
10+
json (2.7.5)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.1)
@@ -29,7 +29,7 @@ GEM
2929
rubocop-ast (>= 1.32.2, < 2.0)
3030
ruby-progressbar (~> 1.7)
3131
unicode-display_width (>= 2.4.0, < 3.0)
32-
rubocop-ast (1.32.3)
32+
rubocop-ast (1.33.0)
3333
parser (>= 3.3.1.0)
3434
rubocop-performance (1.22.1)
3535
rubocop (>= 1.48.1, < 2.0)

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.30"
4+
VERSION = "v4.0.0-alpha.31"
55

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

0 commit comments

Comments
 (0)