tailwindcss-rails 2.4.1-arm-linux → 2.5.0-arm-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18fca02f69356d863c332120245d41becfe0127c1797620f38ed108026a5db7f
4
- data.tar.gz: c6159df2b6f599aa9f2c21b7d38643a7df19fc1410e161fb699323e343adf834
3
+ metadata.gz: aec6a6589a5529a562065a5a39ed72b2c994c40462aeb8342aa631443ae27a32
4
+ data.tar.gz: b1787d32ff51fa39e580b4379b1a3df92de7f92d155a88ce122a810382f98f6e
5
5
  SHA512:
6
- metadata.gz: 8ea63fe6bb78e52e3908f5907607fef458191ad34cbc5a51116a1386e05e77b4a6def2e42e79fb81c257bdbe6a9926f0926c4921da903e08a64bf6d8a2d9d743
7
- data.tar.gz: d2703be4b425e58a8be89e29fc442b0356d4ef688c841bf38bb1aa0a5d63bdb5b72cbc7490aca791e9d542b8a1192f76080f8b02dc1e01e082fb3f417eddbbb4
6
+ metadata.gz: 4cb943277270a7c1ee77d8c85d29073f01dc6b23d256a4c32bf443169475a7dadc46c772faac4b26a5ff4c343384855aeb23f1003f3af36aa8a399238cc93f37
7
+ data.tar.gz: 876c61cb9d4a8d7905c99d63f9ca10975ec70eecc6156a14a72df55a9f4d96cdbe03c690ac4090e81d6ca78395ee5ed4df799bf40c29c703abf2df3b5033b0f9
data/README.md CHANGED
@@ -186,16 +186,9 @@ If you need to use a custom input or output file, you can run `bundle exec tailw
186
186
 
187
187
  Some common problems experienced by users ...
188
188
 
189
- ### Lost keystrokes or hanging when using `ruby/debug` with the Puma plugin
190
-
191
- If you are using the `ruby/debug` debugger while using the Puma plugin from this gem, and you're experiencing what looks like hanging or lost keystrokes, then you'll need to disable Reline.
192
-
193
- You can read the [`debug` documentation](https://github.com/ruby/debug?tab=readme-ov-file#configuration) for more information, but the easiest thing to do is to set the environment variable `RUBY_DEBUG_NO_RELINE`:
194
-
195
- ``` sh
196
- RUBY_DEBUG_NO_RELINE=1 rails server
197
- ```
189
+ ### Lost keystrokes or hanging when using terminal-based debugging tools (e.g. IRB, Pry, `ruby/debug`...etc.) with the Puma plugin
198
190
 
191
+ We've addressed the issue and you can avoid the problem by upgrading `tailwindcss-rails` to [v2.4.1](https://github.com/rails/tailwindcss-rails/releases/tag/v2.4.1) or later versions.
199
192
 
200
193
  ### Running in a docker container exits prematurely
201
194
 
@@ -16,7 +16,6 @@ module.exports = {
16
16
  },
17
17
  plugins: [
18
18
  require('@tailwindcss/forms'),
19
- require('@tailwindcss/aspect-ratio'),
20
19
  require('@tailwindcss/typography'),
21
20
  require('@tailwindcss/container-queries'),
22
21
  ]
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.4.1"
2
+ VERSION = "2.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.5.0
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties