We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b52f8 commit 27f0b0fCopy full SHA for 27f0b0f
lib/fusuma/plugin/manager.rb
@@ -40,6 +40,7 @@ def fusuma_external_plugin_paths
40
plugin_gemspec = Gem::Specification.load(plugin_gemspec_path)
41
fusuma_gemspec_path = File.expand_path("../../../fusuma.gemspec", __dir__)
42
fusuma_gemspec = Gem::Specification.load(fusuma_gemspec_path)
43
+ next if plugin_gemspec == fusuma_gemspec
44
45
if plugin_gemspec.dependencies.find { |d| d.name == "fusuma" }&.match?(fusuma_gemspec)
46
siblings_plugin
0 commit comments