Skip to content

Commit 6b0c8ff

Browse files
committed
dev: bundle update
1 parent d8f07d4 commit 6b0c8ff

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.0.0.beta.8)
4+
tailwindcss-ruby (4.0.0.beta.9)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.9.0)
10+
json (2.9.1)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.4)
@@ -18,36 +18,38 @@ GEM
1818
racc (1.8.1)
1919
rainbow (3.1.1)
2020
rake (13.2.1)
21-
regexp_parser (2.9.3)
22-
rubocop (1.68.0)
21+
regexp_parser (2.10.0)
22+
rubocop (1.69.2)
2323
json (~> 2.3)
2424
language_server-protocol (>= 3.17.0)
2525
parallel (~> 1.10)
2626
parser (>= 3.3.0.2)
2727
rainbow (>= 2.2.2, < 4.0)
28-
regexp_parser (>= 2.4, < 3.0)
29-
rubocop-ast (>= 1.32.2, < 2.0)
28+
regexp_parser (>= 2.9.3, < 3.0)
29+
rubocop-ast (>= 1.36.2, < 2.0)
3030
ruby-progressbar (~> 1.7)
31-
unicode-display_width (>= 2.4.0, < 3.0)
32-
rubocop-ast (1.36.2)
31+
unicode-display_width (>= 2.4.0, < 4.0)
32+
rubocop-ast (1.37.0)
3333
parser (>= 3.3.1.0)
34-
rubocop-performance (1.22.1)
34+
rubocop-performance (1.23.1)
3535
rubocop (>= 1.48.1, < 2.0)
3636
rubocop-ast (>= 1.31.1, < 2.0)
3737
ruby-progressbar (1.13.0)
38-
standard (1.42.1)
38+
standard (1.43.0)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.0)
41-
rubocop (~> 1.68.0)
41+
rubocop (~> 1.69.1)
4242
standard-custom (~> 1.0.0)
43-
standard-performance (~> 1.5)
43+
standard-performance (~> 1.6)
4444
standard-custom (1.0.2)
4545
lint_roller (~> 1.0)
4646
rubocop (~> 1.50)
47-
standard-performance (1.5.0)
47+
standard-performance (1.6.0)
4848
lint_roller (~> 1.1)
49-
rubocop-performance (~> 1.22.0)
50-
unicode-display_width (2.6.0)
49+
rubocop-performance (~> 1.23.0)
50+
unicode-display_width (3.1.3)
51+
unicode-emoji (~> 4.0, >= 4.0.4)
52+
unicode-emoji (4.0.4)
5153

5254
PLATFORMS
5355
ruby

0 commit comments

Comments
 (0)