Question

Duplicaté possible:

Ruby 1.9 - Aucun fichier de ce type à charger 'Win32 / Open3'

J'ai un problème avec Jammit Gem.Quand je courais "Rake", je reçois un message me disant, il y a un problème - une partie du message:

$ rake -t (en c: / ruby187 / test) Rake avorté! Aucun fichier de ce type à charger - Win32 / Open3 C: /Ruby187/LIB/RUBY/GEMS/1.8/GEMS/ACTIFSUPPORT-3.0.6/LIB/ACEL_SUPPORT/DePendance.rb: 239 : en exige ' C: /Ruby187/LIB/RUBY/GEMS/1.8/GEMS/ACTIFSUPPORT-3.0.6/LIB/ACEL_SUPPORT/DePendance.rb: 239 : inrequire '

Quelques informations sur l'environnement: OS: Windows 7 64bit Ruby 1.8.7 Gemmes: Jammit (0.6.0) Compilateur de fermeture (1.1.1) yui-compresseur (0.9.6)

Si je retire Jammit de Gemfile, commandez Rake -t fonctionne sans problèmes.

Merci pour toute suggestion!

Était-ce utile?

La solution

Add this to your Gemfile:

gem 'win32-open3'

and bundle

Autres conseils

The previous answer didn't work for me because it complained that my Ruby version must be less than 1.9 (on Windows 7 64-bit). However, this command worked and jammit started working after the gem was installed:

gem install win32-open3-19
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top