Note that there are some explanatory texts on larger screens.

plurals
  1. POBundle install error: Source does not contain any versions of
    primarykey
    data
    text
    <p>My gem file contains:</p> <pre><code>gem "breadcrumb", :git =&gt; "git@github.com:mjacobus/Breadcrumb.git" gem "simple_menu", :git =&gt; "git@github.com:mjacobus/simple_menu.git" </code></pre> <p>The first gem installs as expected, but the second one fails.</p> <pre><code>Updating git@github.com:mjacobus/simple_menu.git Fetching gem metadata from https://rubygems.org/........ Could not find gem 'simple_menu (&gt;= 0) ruby' in git@github.com:mjacobus/simple_menu.git (at master). Source does not contain any versions of 'simple_menu (&gt;= 0) ruby' </code></pre> <p>Similar posts points to the lack of the .gemspec file, but this file exists. <a href="https://github.com/mjacobus/simple_menu/blob/master/simple_menu.gemspec" rel="nofollow noreferrer">https://github.com/mjacobus/simple_menu/blob/master/simple_menu.gemspec</a></p> <p>I am probably doing something stupid that someone else's eyes will be able to see.</p> <h1>edit</h1> <p>I cloned the repo into the vendor/plugins folder and changed my Gemfile</p> <pre><code>gem "simple_menu", :path =&gt; "vendor/plugins/simple_menu" </code></pre> <p>Bundle install issues now the error:</p> <pre><code>bundle install Fetching gem metadata from https://rubygems.org/....... Could not find gem 'simple_menu (&gt;= 0) ruby' in source at vendor/plugins/simple_menu. Source does not contain any versions of 'simple_menu (&gt;= 0) ruby' </code></pre> <h1>edit 2</h1> <p>I knew it was a stupid error. The gem name was not correct.</p> <p><a href="https://github.com/mjacobus/simple_menu/commit/1afca04b08a084dafb9bdf6e595a2bb9a7b7a55f" rel="nofollow noreferrer">https://github.com/mjacobus/simple_menu/commit/1afca04b08a084dafb9bdf6e595a2bb9a7b7a55f</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload