以前、自動テストを実行するために、gemfileにZenTestを追加しました。この場合、次のエラーが4回発生します。
saasbook@saasbook:~/Documents/github/LocalSupport$ bundle exec autotest
Invalid gemspec in [/usr/local/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.0.gemspec]: Illformed requirement ["< 2.1, >= 1.8"]
私はこのエラーを検索し、ZenTestのgithubリポジトリでいくつかの議論を見つけました:
https://github.com/seattlerb/zentest/issues/29 https://github.com/seattlerb/zentest/issues/32 https://github.com/seattlerb/zentest/issues/33
そこでのアドバイスのいくつかに従い、ZenTestをアンインストールして再インストールしましたが、喜びはありません。私はruby1.9.2p290(2011-07-09リビジョン32553)を実行しているubuntuを使用しています[i686-linux]
私のアプリ全体はここから入手できます:
https://github.com/tansaku/LocalSupport
たとえば、私のGemFileをチェックアウトできます。
https://github.com/tansaku/LocalSupport/blob/master/Gemfile
何か案は?
よろしくお願いします