We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a5fa3 commit b2fe574Copy full SHA for b2fe574
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- tailwindcss-rails (0.3.1)
+ tailwindcss-rails (0.3.2)
5
rails (>= 6.0.0)
6
7
GEM
@@ -73,7 +73,7 @@ GEM
73
erubi (1.10.0)
74
globalid (0.4.2)
75
activesupport (>= 4.2.0)
76
- i18n (1.8.7)
+ i18n (1.8.8)
77
concurrent-ruby (~> 1.0)
78
loofah (2.9.0)
79
crass (~> 1.0.2)
@@ -87,7 +87,7 @@ GEM
87
mini_mime (1.0.2)
88
mini_portile2 (2.5.0)
89
minitest (5.14.3)
90
- nio4r (2.5.4)
+ nio4r (2.5.5)
91
nokogiri (1.11.1)
92
mini_portile2 (~> 2.5.0)
93
racc (~> 1.4)
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
end
0 commit comments