tailwindcss-rails 2.4.1-x86_64-darwin → 2.5.0-x86_64-darwin

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: cd2de468cc19014aaf2aa262995039d71829f2ef4c4da84bc29a0d7d30e93bcb
4
- data.tar.gz: da6affa7ab8866981fa1d32bda35209f7bc11d4efb23e77432ec2eeba116c10f
3
+ metadata.gz: 17c1e1830dfad63a90e03fae6c349875616902978f4e324f0ec8f95f62855a72
4
+ data.tar.gz: 55d5ece45e0871d79aedc94fbed73954c7fff77fb967cd97cd62c86bb7bd6ab8
5
5
  SHA512:
6
- metadata.gz: 968365523651648a4c6f01baaed98caba1eeedcdaf1ed45afed67c6d1d5b1c8835cec3a11e83f8072763acccca1db5fec6b32d24bbae6a09d04d759c241b7bfc
7
- data.tar.gz: 9652ecd7f0a606c335263ba1a031e0e52c072e0baa0308869d31d09ab1918e02b8fc758508a170d6a136f41de8cc562603dc09432d62f1fd5ce254c9b588882b
6
+ metadata.gz: ea0f506b3d15afbefadbd5a8b899aa5358388b048e33197fc1a0735c5a99c8a1d44dc09e3a428227eb057d2859523dff797b9f05886b75def548723cb14b33dc
7
+ data.tar.gz: 3560285c67e7494aeb8e322043a4247cd903c7a45b74d95d54d53f51c16dfaea342a90141b6fce004255898573b0900d3bb8a5bea4a44a5b8746a24193da80a5
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: x86_64-darwin
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