Skip to content

Commit 6e6ea67

Browse files
committed
Bump version for 0.5.2
1 parent edf3602 commit 6e6ea67

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

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

77
GEM
@@ -73,9 +73,9 @@ GEM
7373
irb
7474
reline (>= 0.2.7)
7575
erubi (1.10.0)
76-
globalid (0.5.2)
76+
globalid (1.0.0)
7777
activesupport (>= 5.0)
78-
i18n (1.8.10)
78+
i18n (1.8.11)
7979
concurrent-ruby (~> 1.0)
8080
io-console (0.5.9)
8181
irb (1.3.7)
@@ -87,14 +87,14 @@ GEM
8787
mini_mime (>= 0.1.1)
8888
marcel (1.0.2)
8989
method_source (1.0.0)
90-
mini_mime (1.1.1)
90+
mini_mime (1.1.2)
9191
mini_portile2 (2.6.1)
9292
minitest (5.14.4)
9393
nio4r (2.5.8)
9494
nokogiri (1.12.5)
9595
mini_portile2 (~> 2.6.1)
9696
racc (~> 1.4)
97-
racc (1.5.2)
97+
racc (1.6.0)
9898
rack (2.2.3)
9999
rack-test (1.1.0)
100100
rack (>= 1.0, < 3)
@@ -130,9 +130,9 @@ GEM
130130
sprockets (4.0.2)
131131
concurrent-ruby (~> 1.0)
132132
rack (> 1, < 3)
133-
sprockets-rails (3.2.2)
134-
actionpack (>= 4.0)
135-
activesupport (>= 4.0)
133+
sprockets-rails (3.4.1)
134+
actionpack (>= 5.2)
135+
activesupport (>= 5.2)
136136
sprockets (>= 3.0.0)
137137
sqlite3 (1.4.2)
138138
thor (1.1.0)
@@ -141,7 +141,7 @@ GEM
141141
websocket-driver (0.7.5)
142142
websocket-extensions (>= 0.1.0)
143143
websocket-extensions (0.1.5)
144-
zeitwerk (2.4.2)
144+
zeitwerk (2.5.1)
145145

146146
PLATFORMS
147147
ruby
@@ -152,4 +152,4 @@ DEPENDENCIES
152152
tailwindcss-rails!
153153

154154
BUNDLED WITH
155-
2.2.28
155+
2.2.30

lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)