tailwindcss-rails 2.4.1-x64-mingw-ucrt → 2.5.0-x64-mingw-ucrt

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: 1095f0ce19d9406d8ace03b8d07dd12a2f4063693330cc107cfa6476afffc39d
4
- data.tar.gz: dce93f91f16789ac461ce077d5622f42e73bd698b8277defc4d20c7b89967f9f
3
+ metadata.gz: 45b9d872b3b676a9ea4bf9375d1faba3176b586f73f29e0ef7a3ae993b57b096
4
+ data.tar.gz: 8db69f7fa4bede9fd0548914f92c99d7a83251cc71568557336042b4f451614c
5
5
  SHA512:
6
- metadata.gz: 998352a5525fc9c2af3591231d42bda9d4b39be713490e992f5b9d6fbc27d36d8d7c021ce79af531155d8d03066fb76fe319e24b3f527afcd5f45d8701366263
7
- data.tar.gz: ac2237833c25d524a1340b5186a1bf04be170bdd3049e32ac03ff6c50b9f89efae2eb93418a1870cf82c28d36a0f5e6d7f6e50981abf28c70dee82d820b0b35f
6
+ metadata.gz: fefe77d1f0cc469f009367e3e5eb14de9b3bc03661ef98336977931c0e6b333f9719e90522700d167b8032786b818d08d632c1d49fa3b42a1bc7f8b79d9567a3
7
+ data.tar.gz: 3b551d9cdc31224544acdb3810edd101fe77533b82724654f59526654f808020b94add33dd0c3f41d8b1c46eb68389defc1a4b4ba7a8edfe3b6fee82a7997d47
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: x64-mingw-ucrt
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