uninitialized constant Rake::DSL in Ruby Gem

后端 未结 4 1234
礼貌的吻别
礼貌的吻别 2020-12-13 13:07

I have been working on updating my gem (whm_xml at https://github.com/ivanoats/whm_xml_api_ruby ) to make it work with ruby 1.9.2, latest rubygems, latest bundler, latest rd

4条回答
  •  旧巷少年郎
    2020-12-13 14:00

    This SO Question might help you out. The suggestion there is to add require 'rake/dsl_definition' above require 'rake' in your Rakefile.

提交回复
热议问题