Skip to content

Commit 12fd59f

Browse files
authored
Merge pull request rails#298 from rails/flavorjones-dep-tailwindcss-3.3.7
dep: bump tailwindcss to v3.3.7
2 parents 674551b + 6233940 commit 12fd59f

File tree

4 files changed

+52
-45
lines changed

4 files changed

+52
-45
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
tests:
1919
runs-on: ubuntu-latest
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
2324
steps:
@@ -26,7 +27,7 @@ jobs:
2627
- uses: ruby/setup-ruby@v1
2728
with:
2829
ruby-version: ${{matrix.ruby}}
29-
rubygems: latest
30+
rubygems: "3.4.22" # last version to support Ruby 2.7
3031
bundler: latest
3132
bundler-cache: true
3233
- name: Run tests

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## next / unreleased
2+
3+
* Update to [Tailwind CSS v3.3.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.7) from v3.3.6 by @flavorjones
4+
5+
16
## v2.0.33 / 2023-12-09
27

38
* Update to [Tailwind CSS v3.3.6](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.6) from v3.3.5 by @flavorjones

Gemfile.lock

+44-43
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.32)
4+
tailwindcss-rails (2.0.33)
55
railties (>= 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.1.0)
11-
actionpack (= 7.1.0)
12-
actionview (= 7.1.0)
13-
activejob (= 7.1.0)
14-
activesupport (= 7.1.0)
10+
actionmailer (7.1.2)
11+
actionpack (= 7.1.2)
12+
actionview (= 7.1.2)
13+
activejob (= 7.1.2)
14+
activesupport (= 7.1.2)
1515
mail (~> 2.5, >= 2.5.4)
1616
net-imap
1717
net-pop
1818
net-smtp
1919
rails-dom-testing (~> 2.2)
20-
actionpack (7.1.0)
21-
actionview (= 7.1.0)
22-
activesupport (= 7.1.0)
20+
actionpack (7.1.2)
21+
actionview (= 7.1.2)
22+
activesupport (= 7.1.2)
2323
nokogiri (>= 1.8.5)
24+
racc
2425
rack (>= 2.2.4)
2526
rack-session (>= 1.0.1)
2627
rack-test (>= 0.6.3)
2728
rails-dom-testing (~> 2.2)
2829
rails-html-sanitizer (~> 1.6)
29-
actionview (7.1.0)
30-
activesupport (= 7.1.0)
30+
actionview (7.1.2)
31+
activesupport (= 7.1.2)
3132
builder (~> 3.1)
3233
erubi (~> 1.11)
3334
rails-dom-testing (~> 2.2)
3435
rails-html-sanitizer (~> 1.6)
35-
activejob (7.1.0)
36-
activesupport (= 7.1.0)
36+
activejob (7.1.2)
37+
activesupport (= 7.1.2)
3738
globalid (>= 0.3.6)
38-
activesupport (7.1.0)
39+
activesupport (7.1.2)
3940
base64
4041
bigdecimal
4142
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -45,28 +46,28 @@ GEM
4546
minitest (>= 5.1)
4647
mutex_m
4748
tzinfo (~> 2.0)
48-
base64 (0.1.1)
49-
bigdecimal (3.1.4)
49+
base64 (0.2.0)
50+
bigdecimal (3.1.5)
5051
builder (3.2.4)
5152
concurrent-ruby (1.2.2)
5253
connection_pool (2.4.1)
5354
crass (1.0.6)
54-
date (3.3.3)
55-
debug (1.8.0)
56-
irb (>= 1.5.0)
57-
reline (>= 0.3.1)
58-
drb (2.1.1)
55+
date (3.3.4)
56+
debug (1.9.0)
57+
irb (~> 1.10)
58+
reline (>= 0.3.8)
59+
drb (2.2.0)
5960
ruby2_keywords
6061
erubi (1.12.0)
6162
globalid (1.2.1)
6263
activesupport (>= 6.1)
6364
i18n (1.14.1)
6465
concurrent-ruby (~> 1.0)
65-
io-console (0.6.0)
66-
irb (1.8.1)
66+
io-console (0.7.1)
67+
irb (1.10.1)
6768
rdoc
6869
reline (>= 0.3.8)
69-
loofah (2.21.4)
70+
loofah (2.22.0)
7071
crass (~> 1.0.2)
7172
nokogiri (>= 1.12.0)
7273
mail (2.8.1)
@@ -75,28 +76,28 @@ GEM
7576
net-pop
7677
net-smtp
7778
mini_mime (1.1.5)
78-
mini_portile2 (2.8.4)
79+
mini_portile2 (2.8.5)
7980
minitest (5.20.0)
80-
mutex_m (0.1.2)
81-
net-imap (0.4.1)
81+
mutex_m (0.2.0)
82+
net-imap (0.4.8)
8283
date
8384
net-protocol
8485
net-pop (0.1.2)
8586
net-protocol
86-
net-protocol (0.2.1)
87+
net-protocol (0.2.2)
8788
timeout
8889
net-smtp (0.4.0)
8990
net-protocol
90-
nokogiri (1.15.4)
91+
nokogiri (1.15.5)
9192
mini_portile2 (~> 2.8.2)
9293
racc (~> 1.4)
93-
nokogiri (1.15.4-x86_64-darwin)
94+
nokogiri (1.15.5-x86_64-darwin)
9495
racc (~> 1.4)
95-
nokogiri (1.15.4-x86_64-linux)
96+
nokogiri (1.15.5-x86_64-linux)
9697
racc (~> 1.4)
97-
psych (5.1.0)
98+
psych (5.1.2)
9899
stringio
99-
racc (1.7.1)
100+
racc (1.7.3)
100101
rack (3.0.8)
101102
rack-session (2.0.0)
102103
rack (>= 3.0.0)
@@ -112,23 +113,23 @@ GEM
112113
rails-html-sanitizer (1.6.0)
113114
loofah (~> 2.21)
114115
nokogiri (~> 1.14)
115-
railties (7.1.0)
116-
actionpack (= 7.1.0)
117-
activesupport (= 7.1.0)
116+
railties (7.1.2)
117+
actionpack (= 7.1.2)
118+
activesupport (= 7.1.2)
118119
irb
119120
rackup (>= 1.0.0)
120121
rake (>= 12.2)
121122
thor (~> 1.0, >= 1.2.2)
122123
zeitwerk (~> 2.6)
123-
rake (13.0.6)
124-
rdoc (6.5.0)
124+
rake (13.1.0)
125+
rdoc (6.6.2)
125126
psych (>= 4.0.0)
126-
reline (0.3.9)
127+
reline (0.4.1)
127128
io-console (~> 0.5)
128129
ruby2_keywords (0.0.5)
129-
stringio (3.0.8)
130-
thor (1.2.2)
131-
timeout (0.4.0)
130+
stringio (3.1.0)
131+
thor (1.3.0)
132+
timeout (0.4.1)
132133
tzinfo (2.0.6)
133134
concurrent-ruby (~> 1.0)
134135
webrick (1.8.1)
@@ -145,4 +146,4 @@ DEPENDENCIES
145146
tailwindcss-rails!
146147

147148
BUNDLED WITH
148-
2.4.7
149+
2.5.1

lib/tailwindcss/upstream.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
# constants describing the upstream tailwindcss project
33
module Upstream
4-
VERSION = "v3.3.6"
4+
VERSION = "v3.3.7"
55

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

0 commit comments

Comments
 (0)