tailwindcss-rails 2.4.1 → 2.5.0

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: d6a824204deedd0ba3ea31433af0fc2e408c69a62704abb45b046cf009306b05
4
- data.tar.gz: d00edd2a9ba2af767c244dfa881ca5f3fb8aec83cc8d1a07d94808e294381415
3
+ metadata.gz: 68c91fe5805f3751363874acd27395c4a3f80e39dafc000ecbf7aadfd5d76207
4
+ data.tar.gz: 8619be54f9b78d85b8eba2b67dadc7db6d035ce3f5f52beae2d65f199e3b6090
5
5
  SHA512:
6
- metadata.gz: 5bf5ff0bcbc70ef0bb24241334300d0cefe8962d2749286be088b57e2bb38968e310745b24530ce599c162a22a0d3e58946b8ea2d69a70eb7f5cc451addb9a5b
7
- data.tar.gz: 0d2adb6ff3f83b760346aaf91955e53ad3a72835a7b6adcbec39e8afb2588aa37b237ae4d12f3b575afff93366ccd446ffef03a9e9a06cff939fc418191014c1
6
+ metadata.gz: 7a7b91c685c61de4e23c31af076abba22705b7c685d444ab35ba8d6f9d73c6607e1f7ab99c89d236f63c8dfa61aa952b7816dd665e4d18290d3412e31c643727
7
+ data.tar.gz: 6f98a224b3c88afdaaaf90f83bbd083750cf029d5a15afe8d4c33df949dd0a05508bbddabf5d76d90151cbf19a2e2fc5c02c31015e70cda001920847912da035
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: ruby
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