Note that there are some explanatory texts on larger screens.

plurals
  1. PO"Bundle install" fails with "thin", and cannot point a different "eventmachine"
    primarykey
    data
    text
    <p>I work with Ruby 1.9.3 on Windows.</p> <p>**I have a trouble to do "bundle install" due to a "thin" gem, for my app.</p> <p>My original GEMFILE looks like this:</p> <pre><code>gem "sinatra" gem "mogli" gem "json" gem "httparty" gem "thin" </code></pre> <p>Running "bundle install" causes <code>Installing eventmachine (0.12.10) with native extensions</code> which fails. Error is described here: <a href="https://stackoverflow.com/questions/3649252/cannot-install-thin-on-windows">Cannot install thin on windows</a> Just to mention that "gem install thin" is successful!</p> <p>Some people on the net, facing this issue, suggested to install "eventmachine" version 1.0.0.beta.4.1 which I did: <code>gem list --local</code> shows <code>eventmachine (1.0.0.beta.4.1 x86-mingw32, 1.0.0.beta.2 x86-mingw32)</code></p> <p>Yet "bundle install" fails.</p> <p>In another post: <a href="https://stackoverflow.com/questions/7706814/ror-3-1-bundle-update-fails-eventmachine-gem">ROR 3.1: Bundle update fails (eventmachine gem)</a> I followed the advise to specify the exact version of "eventmachine" in GEMFILE, so I edited it like (hopefully I did it right)</p> <pre><code>gem "sinatra" gem "mogli" gem "json" gem "httparty" gem "eventmachine" "1.0.0.beta.4.1" gem "thin" </code></pre> <p>Now, "bundle install" fails with a different error:</p> <blockquote> <p>Could not find gem 'eventmachine1.0.0.beta.4.1 (>= 0) ruby' in any of the gem sources listed in your Gemfile.</p> </blockquote> <p>As I mentioned, this version was successfully installed, and it appears in the local repository.</p> <p>Please help to make "bundle" "happy" with the right 'eventmachine' version.</p> <p>Sorry if I missed something basic, or failed to find answer already published.</p>
    singulars
    1. This table or related slice is empty.
    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