We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e9985 commit 0ab9e3aCopy full SHA for 0ab9e3a
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- tailwindcss-rails (0.3.0)
+ tailwindcss-rails (0.3.1)
5
rails (>= 6.0.0)
6
7
GEM
@@ -68,7 +68,7 @@ GEM
68
zeitwerk (~> 2.3)
69
builder (3.2.4)
70
byebug (11.1.3)
71
- concurrent-ruby (1.1.7)
+ concurrent-ruby (1.1.8)
72
crass (1.0.6)
73
erubi (1.10.0)
74
globalid (0.4.2)
@@ -130,7 +130,7 @@ GEM
130
activesupport (>= 4.0)
131
sprockets (>= 3.0.0)
132
sqlite3 (1.4.2)
133
- thor (1.0.1)
+ thor (1.1.0)
134
tzinfo (2.0.4)
135
concurrent-ruby (~> 1.0)
136
websocket-driver (0.7.3)
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments