Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/65.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 解决Gem-rake任务冲突_Ruby On Rails_Ruby - Fatal编程技术网

Ruby on rails 解决Gem-rake任务冲突

Ruby on rails 解决Gem-rake任务冲突,ruby-on-rails,ruby,Ruby On Rails,Ruby,我正在尝试将下面两个gem添加到我的Gemfile ruby-debug-passenger ruby-debug-ide 它们都包括rake debug任务,如何解决这个冲突名称?我希望保留这两个gem,因为我的队友希望使用IDE。您可以分叉其中一个gem并更改调试rake任务的名称。我只是尝试将它们添加到Gemfile中,没有问题。。。

我正在尝试将下面两个gem添加到我的
Gemfile

ruby-debug-passenger
ruby-debug-ide

它们都包括
rake debug
任务,如何解决这个冲突名称?我希望保留这两个gem,因为我的队友希望使用IDE。

您可以分叉其中一个gem并更改调试rake任务的名称。

我只是尝试将它们添加到Gemfile中,没有问题。。。