tailwindcss-rails 2.4.1-aarch64-linux → 2.5.0-aarch64-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: 9cf536b1c9653a50759b0e186459569e344e3cdae543556677e9fa2e1353bd81
4
- data.tar.gz: ac7a55cefd83636b267836d6e9aaafc481f6fecf4766bd82f51ea7e61d395ab9
3
+ metadata.gz: '099ec75fd0417cc052ffda5ff741cb818c134017afdf3604c7b5421d4196301c'
4
+ data.tar.gz: 2659b341142ab26f7a1b1a968f00c2c3950879d77012568df3fc64990d594747
5
5
  SHA512:
6
- metadata.gz: aa5382bdb2f0011333bb2fa2ec69bd1d285866f010e7cf38e21331bb83860f5680b59e8265aac237a57b36fa1d194ed7e3da562614860674df3e1a6fadc213a3
7
- data.tar.gz: ef069156a3bea7f888d4b494724ae5a3c09229d8f00e35e90288d2ca2c69438b79bb3f74effc07c33e68bc632b4d2f47f8cb774f977514650a052660177c5f76
6
+ metadata.gz: 200c5046b2e83b02865be3ad21c702a4257ceb80fb9f945fd5001dab18f4fa8949688e4ee3840672588c210aa4bb16608dc222d06596fd32db64213a922bdb05
7
+ data.tar.gz: 81529e0076ca84ece6a0bac104c1a2d7023042f9fb5cb3fe29f09abb220e98590ea4653e7075f102c31540a98331c212f2cc7f1b207de4dbcd27253595cbcb77
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: aarch64-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