Note that there are some explanatory texts on larger screens.

plurals
  1. PObundle install circular dependencies
    primarykey
    data
    text
    <p>The following console logs should describe the issue</p> <pre><code>bundle install Could not find multi_json-1.1.0 in any of the sources Run `bundle install` to install missing gems. </code></pre> <p>bundle install asks me to bundle install.</p> <p>Have tried: <a href="https://github.com/mpapis/rubygems-bundler/issues/4" rel="nofollow">https://github.com/mpapis/rubygems-bundler/issues/4</a> <br> Looked at: <a href="https://github.com/carlhuda/bundler/issues/865" rel="nofollow">https://github.com/carlhuda/bundler/issues/865</a></p> <p>Not sure where to go next.</p> <p>Also of interest, if we comment all the gems from inside vendor/gems the bundle works fine.</p> <p>source 'http://rubygems.org'</p> <pre><code>gem 'rails', '~&gt; 3.2.2' gem 'mysql2' gem 'thin' # Asset template engines gem 'coffee-script' gem 'uglifier' gem 'sprockets' gem 'less-js' gem 'execjs' gem 'nokogiri' gem 'lucy' gem 'babilu' gem 'simple_form' gem 'mechanize' gem 'geoip' gem 'less' gem 'bb-ruby' gem 'client_side_validations', "~&gt; 3.2.0.beta.2" gem 'client_side_validations-simple_form' gem 'require_all' #for avatars gem 'paperclip' gem 'rmagick' gem "multipart-post" gem 'gibberish' # Memcached client gem 'dalli' #to support tables without auto-incrementing primary keys gem 'composite_primary_keys', "~&gt; 5.0.1" gem 'calendar_helper', :require =&gt; 'calendar_helper' gem 'jquery-rails' gem 'capistrano' gem 'capistrano-ext' gem 'simple_form' gem 'htmlentities' gem 'will_paginate' gem 'airbrake', :path =&gt; "vendor/gems/airbrake" gem "uservoice", :path =&gt; "vendor/gems/uservoice" # For spambots gem "honeypot-captcha" # Internationalization GUI gem "tolk", :git =&gt; "http://github.com/miloops/tolk.git", :branch =&gt; "rails31" gem "will-paginate-i18n" gem "omniauth" gem "omniauth-facebook" gem "omniauth-justintv", :git =&gt; 'http://github.com/themindoverall/omniauth-justintv.git' gem 'oauth' gem 'rails-i18n' # For rate limiting gem "rack-throttle", :path =&gt; "vendor/gems/rack-throttle" gem "xfire-api", :path =&gt; "vendor/gems/xfire-api" gem "anametrix", :path =&gt; "vendor/gems/anametrix" #To make ruby debug work see: http://stackoverflow.com/questions/6438116/rails-with-ruby-debugger-throw-symbol-not-found-ruby-current-thread-loaderro group :development, :test do #gem 'ruby-debug-base19', '0.11.26', :path =&gt; "~/.rvm/gems/ruby-1.9.3-p#{RUBY_PATCHLEVEL}/gems/ruby-debug-base19-0.11.26/" #gem 'linecache19', '0.5.13', :path =&gt; "~/.rvm/gems/ruby-1.9.3-p#{RUBY_PATCHLEVEL}/gems/linecache19-0.5.13/" #gem 'ruby-debug19', :require =&gt; 'ruby-debug' gem 'ruby_parser' end group :test do gem 'ruby-prof' gem 'test-unit' # For performance testing gem 'turn', :require =&gt; false gem 'factory_girl_rails', "~&gt; 1.0.1" gem 'capybara', "~&gt; 1.0.0" gem 'database_cleaner', '~&gt; 0.6.7' gem 'rspec-rails', "~&gt; 2.6.1" gem 'cucumber-rails', "~&gt; 1.0.0" gem 'webrat', "~&gt; 0.7.3" gem 'autotest' gem 'simplecov' gem 'autotest-rails-pure' gem 'simplecov', :require =&gt; false, :group =&gt; :test gem 'spork' end group :production do gem 'rack-google_analytics', :require =&gt; "rack/google_analytics" end </code></pre>
    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.
 

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