rhc/Gemfileおよびrhc/rhc.gemspecが必要gem "net-ssh", "<= 2.9.2"
net-sshバージョン2.9.2はrequire dl/import
を使用します 少なくともpageant.rbで
dl/import
ルビーから削除されますhttps://github.com/ruby/ruby/blob/v2_2_0/NEWS#L148-L149を参照してください代わりにフィドルをお勧めします
net-ssh 3. *はこれを修正しているようです(fiddle / {import、 {for ruby> =2.1)
net-sshバージョン3。 rhcとの互換性が低下しているようです(まだ私の作業中です)
したがって、簡単なハックは、rhc/Gemfileとrhc/rhc.gemspecを変更し、gemをインストールすることです。
男はすでにそれを行っています。
ソリューション (未テスト)
gem 'rhc', :git => 'git://github.com/thrasher-redhat/rhc.git'
https://stackoverflow.com/a/7421712/2382629から
代替ソリューション (Windows 7 32ビット:pでもテスト済み)
git clone https://github.com/openshift/rhc
cd rhc
https://github.com/openshift/rhc/pull/748/filesのようにrhc/Gemfileとrhc/rhc.gemspecを変更してから
gem build rhc.gemspec
のように出力されます
blah! blah! blah! warnings and msgs......
Successfully built RubyGem
Name: rhc
Version: 1.38.4
File: rhc-1.38.4.gem
次に実行します
gem install rhc-1.38.4.gem