Skip to content

Commit

Permalink
Evaluate plugin gemfiles during bundle operations
Browse files Browse the repository at this point in the history
  • Loading branch information
qcjames53 committed Aug 2, 2024
1 parent 4f6a096 commit bb44d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/plugin.local.rb.erb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
gemspec :path => '../<%= scope['plugin'] %>', :development_group => '<%= scope['plugin'] %>_dev', :name => '<%= scope['plugin'] %>'
Dir['../<%= scope['plugin'] %>/gemfile.d/*.rb'].each do |file|
eval_gemfile(file)
end

0 comments on commit bb44d54

Please sign in to comment.