tailwindcss-rails 2.4.1-arm64-darwin → 2.5.0-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8958882cd2010d987e9b37da7d0792dfa9f4e2b7683bdec7e425ed2933270d0c
4
- data.tar.gz: c213e6adf3935ae3c2e9be03ac8ce9bce16e38e7974ddd8dab6a4efb2dff8b68
3
+ metadata.gz: 88bd9a5cf41a788f1839325fdd08e269c6d5fdcf51f95db13559c95c6d7fbd31
4
+ data.tar.gz: da4a3b82f92830cb69aedf6eb537d2348349c45c0c5f02f04be059efe0cea6d4
5
5
  SHA512:
6
- metadata.gz: 1bed83da4bec5d5f76a8bf05fa6c7540e4664190e2d032050ca828817c775653cca0d1b18696083cbab471a3fc5f0017d6c2f9ef1dba607cb793d5a8fce2b5b8
7
- data.tar.gz: 8a43df445c7a701ea6d6f43310e0eccf547f6280dc6ea49b9e6a6e6aedd7165ef85b31a846a4f636abcf59e9edef361046b04678f6014965625b5d6e6aa601fd
6
+ metadata.gz: 4dd3a604509511af1d5e76915ff071c41384638e5f0e7bb46831aede62bc81f0c1c86c646d7448d9263f7097fb2f7863b1ba0b50fb04108811f8df728f726f34
7
+ data.tar.gz: 3b98b98ffba5f83f73a4dad1322260cea430839d39cac92de42944ce5bbd254820df0d3c662b1f2893a366306b181a2baf1f5a3a9ca17a9776aaaad6b3d46f6c
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: arm64-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