Skip to content

Commit 171523c

Browse files
author
David Heinemeier Hansson
committed
Bump version for 0.4.2
1 parent ff35a07 commit 171523c

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Gemfile.lock

+56-56
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (0.4.1)
4+
tailwindcss-rails (0.4.2)
55
rails (>= 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.4)
11-
actionpack (= 6.1.4)
12-
activesupport (= 6.1.4)
10+
actioncable (6.1.4.1)
11+
actionpack (= 6.1.4.1)
12+
activesupport (= 6.1.4.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.4)
16-
actionpack (= 6.1.4)
17-
activejob (= 6.1.4)
18-
activerecord (= 6.1.4)
19-
activestorage (= 6.1.4)
20-
activesupport (= 6.1.4)
15+
actionmailbox (6.1.4.1)
16+
actionpack (= 6.1.4.1)
17+
activejob (= 6.1.4.1)
18+
activerecord (= 6.1.4.1)
19+
activestorage (= 6.1.4.1)
20+
activesupport (= 6.1.4.1)
2121
mail (>= 2.7.1)
22-
actionmailer (6.1.4)
23-
actionpack (= 6.1.4)
24-
actionview (= 6.1.4)
25-
activejob (= 6.1.4)
26-
activesupport (= 6.1.4)
22+
actionmailer (6.1.4.1)
23+
actionpack (= 6.1.4.1)
24+
actionview (= 6.1.4.1)
25+
activejob (= 6.1.4.1)
26+
activesupport (= 6.1.4.1)
2727
mail (~> 2.5, >= 2.5.4)
2828
rails-dom-testing (~> 2.0)
29-
actionpack (6.1.4)
30-
actionview (= 6.1.4)
31-
activesupport (= 6.1.4)
29+
actionpack (6.1.4.1)
30+
actionview (= 6.1.4.1)
31+
activesupport (= 6.1.4.1)
3232
rack (~> 2.0, >= 2.0.9)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.4)
37-
actionpack (= 6.1.4)
38-
activerecord (= 6.1.4)
39-
activestorage (= 6.1.4)
40-
activesupport (= 6.1.4)
36+
actiontext (6.1.4.1)
37+
actionpack (= 6.1.4.1)
38+
activerecord (= 6.1.4.1)
39+
activestorage (= 6.1.4.1)
40+
activesupport (= 6.1.4.1)
4141
nokogiri (>= 1.8.5)
42-
actionview (6.1.4)
43-
activesupport (= 6.1.4)
42+
actionview (6.1.4.1)
43+
activesupport (= 6.1.4.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.4)
4646
rails-dom-testing (~> 2.0)
4747
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.4)
49-
activesupport (= 6.1.4)
48+
activejob (6.1.4.1)
49+
activesupport (= 6.1.4.1)
5050
globalid (>= 0.3.6)
51-
activemodel (6.1.4)
52-
activesupport (= 6.1.4)
53-
activerecord (6.1.4)
54-
activemodel (= 6.1.4)
55-
activesupport (= 6.1.4)
56-
activestorage (6.1.4)
57-
actionpack (= 6.1.4)
58-
activejob (= 6.1.4)
59-
activerecord (= 6.1.4)
60-
activesupport (= 6.1.4)
51+
activemodel (6.1.4.1)
52+
activesupport (= 6.1.4.1)
53+
activerecord (6.1.4.1)
54+
activemodel (= 6.1.4.1)
55+
activesupport (= 6.1.4.1)
56+
activestorage (6.1.4.1)
57+
actionpack (= 6.1.4.1)
58+
activejob (= 6.1.4.1)
59+
activerecord (= 6.1.4.1)
60+
activesupport (= 6.1.4.1)
6161
marcel (~> 1.0.0)
6262
mini_mime (>= 1.1.0)
63-
activesupport (6.1.4)
63+
activesupport (6.1.4.1)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 1.6, < 2)
6666
minitest (>= 5.1)
@@ -82,7 +82,7 @@ GEM
8282
mini_mime (>= 0.1.1)
8383
marcel (1.0.1)
8484
method_source (1.0.0)
85-
mini_mime (1.1.0)
85+
mini_mime (1.1.1)
8686
mini_portile2 (2.6.1)
8787
minitest (5.14.4)
8888
nio4r (2.5.8)
@@ -93,29 +93,29 @@ GEM
9393
rack (2.2.3)
9494
rack-test (1.1.0)
9595
rack (>= 1.0, < 3)
96-
rails (6.1.4)
97-
actioncable (= 6.1.4)
98-
actionmailbox (= 6.1.4)
99-
actionmailer (= 6.1.4)
100-
actionpack (= 6.1.4)
101-
actiontext (= 6.1.4)
102-
actionview (= 6.1.4)
103-
activejob (= 6.1.4)
104-
activemodel (= 6.1.4)
105-
activerecord (= 6.1.4)
106-
activestorage (= 6.1.4)
107-
activesupport (= 6.1.4)
96+
rails (6.1.4.1)
97+
actioncable (= 6.1.4.1)
98+
actionmailbox (= 6.1.4.1)
99+
actionmailer (= 6.1.4.1)
100+
actionpack (= 6.1.4.1)
101+
actiontext (= 6.1.4.1)
102+
actionview (= 6.1.4.1)
103+
activejob (= 6.1.4.1)
104+
activemodel (= 6.1.4.1)
105+
activerecord (= 6.1.4.1)
106+
activestorage (= 6.1.4.1)
107+
activesupport (= 6.1.4.1)
108108
bundler (>= 1.15.0)
109-
railties (= 6.1.4)
109+
railties (= 6.1.4.1)
110110
sprockets-rails (>= 2.0.0)
111111
rails-dom-testing (2.0.3)
112112
activesupport (>= 4.2.0)
113113
nokogiri (>= 1.6)
114-
rails-html-sanitizer (1.3.0)
114+
rails-html-sanitizer (1.4.1)
115115
loofah (~> 2.3)
116-
railties (6.1.4)
117-
actionpack (= 6.1.4)
118-
activesupport (= 6.1.4)
116+
railties (6.1.4.1)
117+
actionpack (= 6.1.4.1)
118+
activesupport (= 6.1.4.1)
119119
method_source
120120
rake (>= 0.13)
121121
thor (~> 1.0)

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "0.4.1"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)