tailwindcss-rails 2.4.1-x86_64-linux → 2.5.0-x86_64-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: 41c9dad0d467dad11e982fa4b4c90344b7134440dadda6b8593189eaf437e7a0
4
- data.tar.gz: 7f765131b1b1324cf4000df43655541dfeb52ee28e31cd1247829cd91d8a61c4
3
+ metadata.gz: b1642cecf2c21ce0e1db964e82897394e5c5ae6848e5d58ba0f43c5015ed8e01
4
+ data.tar.gz: a380f67b43c7d4174994a7bde0c8a2850c24fe53a50ab85ff65f6749d4a4b167
5
5
  SHA512:
6
- metadata.gz: f6168810c4fa989f097e3f0575c558a1deb7349068554aab08dfaaf96e5f1538a3a53c6cc1c019d0394a1882ec48b7e971dad9f4ccada539f2855bbfe4f1daf8
7
- data.tar.gz: 2238c96d43798460c094b912a606773682e9ebafda67a7400ef573741c2699da9e2f486f7b17bdce86faf2b098b3bedd78b69d4cbe4dd7feb1f324749f95d0f6
6
+ metadata.gz: 3911f0954387335c0d7ec70d822c024bbb3d0f3d07560ebe0c8955632da409b960ec5492aa41665a75a688ccde0bd6a57021c3a7dc51680409e729a1224a0e4e
7
+ data.tar.gz: 6ac44165be19133118d69ecef194b2412fa850ab4dceb187e3cdeb146a64eca7ca2936be0c8df5ba1d83074635979ce588128bed448e679f80dd05b533e3c5d2
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-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