We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f54e4 commit e973971Copy full SHA for e973971
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- tailwindcss-rails (0.3.3)
+ tailwindcss-rails (0.4.0)
5
rails (>= 6.0.0)
6
7
GEM
@@ -75,7 +75,7 @@ GEM
75
activesupport (>= 5.0)
76
i18n (1.8.10)
77
concurrent-ruby (~> 1.0)
78
- loofah (2.11.0)
+ loofah (2.12.0)
79
crass (~> 1.0.2)
80
nokogiri (>= 1.5.9)
81
mail (2.7.1)
@@ -86,7 +86,7 @@ GEM
86
mini_portile2 (2.6.1)
87
minitest (5.14.4)
88
nio4r (2.5.8)
89
- nokogiri (1.12.2)
+ nokogiri (1.12.3)
90
mini_portile2 (~> 2.6.1)
91
racc (~> 1.4)
92
racc (1.5.2)
@@ -145,4 +145,4 @@ DEPENDENCIES
145
tailwindcss-rails!
146
147
BUNDLED WITH
148
- 2.2.3
+ 2.2.25
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "0.3.3"
+ VERSION = "0.4.0"
end
0 commit comments