tailwindcss-rails 2.4.1-x64-mingw32 → 2.5.0-x64-mingw32

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: c4a7adc787927bdf2924c38aa2004605ea9e483bd6efee64e12185952d9db1b9
4
- data.tar.gz: 9dbcab7ff494de876e2ff639e8a9261b68d8ab10147ab27f6dab969361dfc90a
3
+ metadata.gz: 02cdc1fa59f7251aaed9801aec6ccb78c182ca865ddaef107cb48ee64c5c23b4
4
+ data.tar.gz: 05425a5d19dedc930e8bdc4e3c41f5f515d5267cfd4d2bf4cd92e5b5656152d3
5
5
  SHA512:
6
- metadata.gz: 995370d60ecf7264f52545727b952bca834f450537554172b76e3f0d0665e0376f48235eb5e40f2161af0b4127e392202ae3cc473044238e1e12149c03d46a2c
7
- data.tar.gz: 045b64df8460f2d63864abae6b631d72f1df3e587e5c8b5ebec5a27ae2ebf88fe44a44990f49f748fb060230bcc23860084bb98a6d43c6c22a0ef226d67888c1
6
+ metadata.gz: f0fc060a0c974429c71e20822eaea398a31cc519e98007f36b4628dc350a16260bd49cec3ff03e4ff845334005692af684b16e09793c09c533240ce6c44d09e3
7
+ data.tar.gz: 94de63ccfcada1768d6c2742389354eb7d2c6e98cb56ac1a365502b7c853a6a423d77b486ccfb9968aa86aa763474be9141bf3740eaa3ea3a34b994bd14ea721
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-mingw32
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