mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24664 from y-yagi/use_wrapper_file_to_add_rake_task_for_engines
use wrapper file to add rake task for engines
This commit is contained in:
commit
b64a85750f
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ load 'rails/tasks/statistics.rake'
|
|||
|
||||
<% unless options[:skip_gemspec] -%>
|
||||
|
||||
Bundler::GemHelper.install_tasks
|
||||
require 'bundler/gem_tasks'
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue