We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aea4f5 commit 657b7f0Copy full SHA for 657b7f0
lib/tailwindcss/commands.rb
@@ -18,7 +18,7 @@ def platform
18
def executable(
19
exe_path: File.expand_path(File.join(__dir__, "..", "..", "exe"))
20
)
21
- if Tailwindcss::Upstream::NATIVE_PLATFORMS.keys.none? { |p| Gem::Platform.match(p) }
+ if Tailwindcss::Upstream::NATIVE_PLATFORMS.keys.none? { |p| Gem::Platform.match(Gem::Platform.new(p)) }
22
raise UnsupportedPlatformException, <<~MESSAGE
23
tailwindcss-rails does not support the #{platform} platform
24
Please install tailwindcss following instructions at https://tailwindcss.com/docs/installation
0 commit comments