Skip to content

Commit d362bfd

Browse files
Bump tailwindcss-rails from 3.1.0 to 4.0.0
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md) - [Commits](rails/tailwindcss-rails@v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae984bc commit d362bfd

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

Gemfile.lock

+28-22
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
regexp_parser (>= 1.5, < 3.0)
9999
xpath (~> 3.2)
100100
chronic (0.10.2)
101-
concurrent-ruby (1.3.4)
101+
concurrent-ruby (1.3.5)
102102
connection_pool (2.5.0)
103103
crass (1.0.6)
104104
date (3.4.1)
@@ -154,14 +154,15 @@ GEM
154154
http-cookie (1.0.8)
155155
domain_name (~> 0.5)
156156
httpclient (2.8.3)
157-
i18n (1.14.6)
157+
i18n (1.14.7)
158158
concurrent-ruby (~> 1.0)
159159
importmap-rails (2.1.0)
160160
actionpack (>= 6.0.0)
161161
activesupport (>= 6.0.0)
162162
railties (>= 6.0.0)
163163
io-console (0.8.0)
164-
irb (1.14.3)
164+
irb (1.15.1)
165+
pp (>= 0.6.0)
165166
rdoc (>= 4.0.0)
166167
reline (>= 0.4.2)
167168
jbuilder (2.13.0)
@@ -180,7 +181,7 @@ GEM
180181
thor (~> 1.3)
181182
zeitwerk (>= 2.6.18, < 3.0)
182183
language_server-protocol (3.17.0.3)
183-
logger (1.6.4)
184+
logger (1.6.5)
184185
loofah (2.24.0)
185186
crass (~> 1.0.2)
186187
nokogiri (>= 1.12.0)
@@ -217,21 +218,21 @@ GEM
217218
net-ssh (7.3.0)
218219
netrc (0.11.0)
219220
nio4r (2.7.4)
220-
nokogiri (1.18.1-aarch64-linux-gnu)
221+
nokogiri (1.18.2-aarch64-linux-gnu)
221222
racc (~> 1.4)
222-
nokogiri (1.18.1-aarch64-linux-musl)
223+
nokogiri (1.18.2-aarch64-linux-musl)
223224
racc (~> 1.4)
224-
nokogiri (1.18.1-arm-linux-gnu)
225+
nokogiri (1.18.2-arm-linux-gnu)
225226
racc (~> 1.4)
226-
nokogiri (1.18.1-arm-linux-musl)
227+
nokogiri (1.18.2-arm-linux-musl)
227228
racc (~> 1.4)
228-
nokogiri (1.18.1-arm64-darwin)
229+
nokogiri (1.18.2-arm64-darwin)
229230
racc (~> 1.4)
230-
nokogiri (1.18.1-x86_64-darwin)
231+
nokogiri (1.18.2-x86_64-darwin)
231232
racc (~> 1.4)
232-
nokogiri (1.18.1-x86_64-linux-gnu)
233+
nokogiri (1.18.2-x86_64-linux-gnu)
233234
racc (~> 1.4)
234-
nokogiri (1.18.1-x86_64-linux-musl)
235+
nokogiri (1.18.2-x86_64-linux-musl)
235236
racc (~> 1.4)
236237
opus-ruby (1.0.1)
237238
ffi
@@ -242,20 +243,23 @@ GEM
242243
ast (~> 2.4.1)
243244
racc
244245
pg (1.5.9)
246+
pp (0.6.2)
247+
prettyprint
248+
prettyprint (0.2.0)
245249
propshaft (1.1.0)
246250
actionpack (>= 7.0.0)
247251
activesupport (>= 7.0.0)
248252
rack
249253
railties (>= 7.0.0)
250-
psych (5.2.2)
254+
psych (5.2.3)
251255
date
252256
stringio
253257
public_suffix (6.0.1)
254258
puma (6.5.0)
255259
nio4r (~> 2.0)
256260
raabro (1.4.0)
257261
racc (1.8.1)
258-
rack (3.1.8)
262+
rack (3.1.9)
259263
rack-session (2.1.0)
260264
base64 (>= 0.1.0)
261265
rack (>= 3.0.0)
@@ -294,7 +298,7 @@ GEM
294298
zeitwerk (~> 2.6)
295299
rainbow (3.1.1)
296300
rake (13.2.1)
297-
rdoc (6.10.0)
301+
rdoc (6.11.0)
298302
psych (>= 4.0.0)
299303
regexp_parser (2.10.0)
300304
reline (0.6.0)
@@ -372,14 +376,16 @@ GEM
372376
stringio (3.1.2)
373377
tailwind_views_generator (0.0.3)
374378
railties (>= 4.0)
375-
tailwindcss-rails (3.1.0)
379+
tailwindcss-rails (4.0.0)
376380
railties (>= 7.0.0)
377-
tailwindcss-ruby
378-
tailwindcss-ruby (3.4.17-aarch64-linux)
379-
tailwindcss-ruby (3.4.17-arm-linux)
380-
tailwindcss-ruby (3.4.17-arm64-darwin)
381-
tailwindcss-ruby (3.4.17-x86_64-darwin)
382-
tailwindcss-ruby (3.4.17-x86_64-linux)
381+
tailwindcss-ruby (~> 4.0)
382+
tailwindcss-ruby (4.0.3)
383+
tailwindcss-ruby (4.0.3-aarch64-linux-gnu)
384+
tailwindcss-ruby (4.0.3-aarch64-linux-musl)
385+
tailwindcss-ruby (4.0.3-arm64-darwin)
386+
tailwindcss-ruby (4.0.3-x86_64-darwin)
387+
tailwindcss-ruby (4.0.3-x86_64-linux-gnu)
388+
tailwindcss-ruby (4.0.3-x86_64-linux-musl)
383389
telegram-bot (0.16.7)
384390
actionpack (>= 4.0, < 8.1)
385391
activesupport (>= 4.0, < 8.1)

0 commit comments

Comments
 (0)