rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

HTTPUnprocessableEntity error: Too many gems #3375

Closed TrevorHinesley closed 9 years ago

TrevorHinesley commented 9 years ago

What you're trying to accomplish:

Simply trying to install new gems that I've added to my Gemfile

The command you ran:

bundle or bundle install or bundle update <gemname>

What you expected to happen:

New gems would install, or update, respectively.

What actually happened:

It error-ed out saying too many gems. I also updated Bundler to 1.7.12 (I was on an older version before), and the issue remains.

The exception backtrace(s), if any:

Fetching gem metadata from https://rubygems.org/...
Retrying dependency api due to error (2/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)
Retrying dependency api due to error (3/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)

Everything output by running bundle env:

Bundler 1.7.12
Ruby 2.1.0 (2013-12-25 patchlevel 0) [x86_64-darwin12.0]
Rubygems 2.2.2
rvm 1.25.19 (stable)
GEM_HOME /Users/Trevor/.rvm/gems/ruby-2.1.0@bailbetter
GEM_PATH /Users/Trevor/.rvm/gems/ruby-2.1.0@bailbetter:/Users/Trevor/.rvm/gems/ruby-2.1.0@global
rubygems-bundler (1.4.4,1.4.2)

Gemfile
source "https://rubygems.org"

ruby "2.1.0"

# RoR
gem "rails", "4.2.0"

# DB
gem "pg"

gem "aasm"
gem "abracadabra"
gem "attr_encrypted"
gem "attribute_normalizer"
gem "carrierwave"
gem "cocoon"
gem "devise"
gem "docverter"
gem "fog"
gem "handlebars_assets"
gem "jbuilder"
gem "jquery-rails"
gem 'jquery.fileupload-rails'
gem "kaminari"
gem "less-rails"
gem "mini_magick"
gem "omniauth-stripe-connect"
gem "paper_trail"
gem "paranoia", git: "git@github.com:TrevorHinesley/paranoia.git", branch: "rails4"
gem "pg_search"
gem "rack-canonical-host"
gem "sass-rails"
gem "sidekiq"
gem "stripe"
gem "stripe_event"
gem "therubyracer"
gem "twitter-typeahead-rails"
gem "uglifier"
gem "unf"
gem "unicorn"

group :doc do
  # bundle exec rake doc:rails generates the API under doc/api.
  gem "sdoc", require: false
end

# Use ActiveModel has_secure_password
# gem "bcrypt-ruby", "~> 3.0.0"

# Use Capistrano for deployment
# gem "capistrano", group: :development

group :production do
  gem "rails_serve_static_assets"
  gem "rails_stdout_logging"
end

group :development, :test do
  gem "dotenv-rails"
  gem "capybara"
  gem "debugger"
  gem "factory_girl_rails"
  gem "launchy"
  gem "poltergeist"
  gem "rspec-rails"
  gem "rspec-retry"
  gem "selenium-webdriver"
  gem "sucker_punch"
end

group :development do
  gem "unicorn-rails"
end

group :test do
  gem "database_cleaner"
  gem "shoulda-matchers"
  gem "stripe-ruby-mock"
  gem "thin"
end

Gemfile.lock
GIT
  remote: git@github.com:TrevorHinesley/paranoia.git
  revision: 0268b5d5bce7b143a60d81425ba3a2307c2d2945
  branch: rails4
  specs:
    paranoia (2.1.0)
      activerecord (~> 4.0)

GEM
  remote: https://rubygems.org/
  specs:
    aasm (4.0.8)
    abracadabra (1.2.0)
      rails (>= 3.2.11)
    actionmailer (4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.0)
      actionview (= 4.2.0)
      activesupport (= 4.2.0)
      rack (~> 1.6.0)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    actionview (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    activejob (4.2.0)
      activesupport (= 4.2.0)
      globalid (>= 0.3.0)
    activemodel (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
    activerecord (4.2.0)
      activemodel (= 4.2.0)
      activesupport (= 4.2.0)
      arel (~> 6.0)
    activesupport (4.2.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.3.5)
    arel (6.0.0)
    attr_encrypted (1.3.3)
      encryptor (>= 1.3.0)
    attribute_normalizer (1.2.0)
    bcrypt (3.1.9)
    blankslate (3.1.3)
    builder (3.2.2)
    capybara (2.4.4)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    carrierwave (0.10.0)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      json (>= 1.7)
      mime-types (>= 1.16)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    childprocess (0.5.5)
      ffi (~> 1.0, >= 1.0.11)
    cliver (0.3.2)
    cocoon (1.2.6)
    columnize (0.9.0)
    commonjs (0.2.7)
    connection_pool (2.1.1)
    daemons (1.1.9)
    dante (0.2.0)
    database_cleaner (1.2.0)
    debugger (1.6.8)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.3.5)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.3.7)
    devise (3.4.1)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    diff-lcs (1.2.5)
    docverter (1.0.1)
      rest-client (~> 1.7)
    dotenv (1.0.2)
    dotenv-rails (1.0.2)
      dotenv (= 1.0.2)
    encryptor (1.3.0)
    erubis (2.7.0)
    eventmachine (1.0.3)
    excon (0.31.0)
    execjs (2.0.2)
    factory_girl (4.4.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.4.1)
      factory_girl (~> 4.4.0)
      railties (>= 3.0.0)
    faraday (0.9.1)
      multipart-post (>= 1.2, < 3)
    ffi (1.9.3)
    fog (1.20.0)
      builder
      excon (~> 0.31.0)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0)
      net-scp (~> 1.1)
      net-ssh (>= 2.1.3)
      nokogiri (>= 1.5.11)
    formatador (0.2.4)
    globalid (0.3.0)
      activesupport (>= 4.1.0)
    handlebars_assets (0.15)
      execjs (>= 1.2.9)
      multi_json
      sprockets (>= 2.0.3)
      tilt
    hashie (3.3.2)
    hike (1.2.3)
    i18n (0.7.0)
    jbuilder (2.0.3)
      activesupport (>= 3.0.0)
      multi_json (>= 1.2.0)
    jimson-temp (0.9.5)
      blankslate (>= 3.1.2)
      multi_json (~> 1.0)
      rack (~> 1.4)
      rest-client (~> 1.0)
    jquery-rails (3.1.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.3)
      railties (>= 3.2.16)
    jquery.fileupload-rails (1.11.0)
      jquery-ui-rails (~> 5.0)
      railties (>= 3.1)
    json (1.8.2)
    jwt (1.2.1)
    kaminari (0.16.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.9.3)
    launchy (2.4.2)
      addressable (~> 2.3)
    less (2.4.0)
      commonjs (~> 0.2.7)
    less-rails (2.4.2)
      actionpack (>= 3.1)
      less (~> 2.4.0)
    libv8 (3.16.14.3)
    loofah (2.0.1)
      nokogiri (>= 1.5.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mime-types (2.4.3)
    mini_magick (3.7.0)
      subexec (~> 0.2.1)
    mini_portile (0.6.2)
    minitest (5.5.1)
    multi_json (1.10.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (2.9.1)
    netrc (0.10.2)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
    omniauth-oauth2 (1.2.0)
      faraday (>= 0.8, < 0.10)
      multi_json (~> 1.3)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    omniauth-stripe-connect (2.6.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.2.0)
    orm_adapter (0.5.0)
    paper_trail (3.0.6)
      activerecord (>= 3.0, < 5.0)
      activesupport (>= 3.0, < 5.0)
    pg (0.17.1)
    pg_search (0.7.8)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
      arel
    poltergeist (1.5.0)
      capybara (~> 2.1)
      cliver (~> 0.3.1)
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
    rack (1.6.0)
    rack-canonical-host (0.1.0)
      addressable
      rack (~> 1.0)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.0)
      actionmailer (= 4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      activemodel (= 4.2.0)
      activerecord (= 4.2.0)
      activesupport (= 4.2.0)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.0)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.5)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-html-sanitizer (1.0.1)
      loofah (~> 2.0)
    rails_serve_static_assets (0.0.2)
    rails_stdout_logging (0.0.3)
    railties (4.2.0)
      actionpack (= 4.2.0)
      activesupport (= 4.2.0)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    raindrops (0.13.0)
    rake (10.4.2)
    rdoc (4.1.1)
      json (~> 1.4)
    redis (3.2.0)
    redis-namespace (1.5.1)
      redis (~> 3.0, >= 3.0.4)
    ref (1.0.5)
    responders (2.0.2)
      railties (>= 4.2.0.alpha, < 5)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    rspec (3.1.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
    rspec-core (3.1.7)
      rspec-support (~> 3.1.0)
    rspec-expectations (3.1.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.1.0)
    rspec-mocks (3.1.3)
      rspec-support (~> 3.1.0)
    rspec-rails (3.1.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
      rspec-support (~> 3.1.0)
    rspec-retry (0.3.0)
      rspec
    rspec-support (3.1.2)
    rubyzip (1.1.6)
    sass (3.3.4)
    sass-rails (4.0.1)
      railties (>= 4.0.0, < 5.0)
      sass (>= 3.1.10)
      sprockets-rails (~> 2.0.0)
    sdoc (0.4.0)
      json (~> 1.8)
      rdoc (~> 4.0, < 5.0)
    selenium-webdriver (2.44.0)
      childprocess (~> 0.5)
      multi_json (~> 1.0)
      rubyzip (~> 1.0)
      websocket (~> 1.0)
    shoulda-matchers (2.5.0)
      activesupport (>= 3.0.0)
    sidekiq (3.2.6)
      celluloid (= 0.15.2)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sprockets (2.12.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.0.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    stripe (1.18.0)
      json (~> 1.8.1)
      mime-types (>= 1.25, < 3.0)
      rest-client (~> 1.4)
    stripe-ruby-mock (2.0.1)
      dante (>= 0.2.0)
      jimson-temp
      stripe (>= 1.15.0)
    stripe_event (1.4.0)
      activesupport (>= 3.1)
      stripe (~> 1.6)
    subexec (0.2.3)
    sucker_punch (1.2.1)
      celluloid (~> 0.15.2)
    therubyracer (0.12.1)
      libv8 (~> 3.16.14.0)
      ref
    thin (1.6.2)
      daemons (>= 1.0.9)
      eventmachine (>= 1.0.0)
      rack (>= 1.0.0)
    thor (0.19.1)
    thread_safe (0.3.4)
    tilt (1.4.1)
    timers (1.1.0)
    twitter-typeahead-rails (0.10.2)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.4.0)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.6)
    unicorn (4.8.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    unicorn-rails (1.1.0)
      rack
      unicorn
    warden (1.2.3)
      rack (>= 1.0)
    websocket (1.2.1)
    websocket-driver (0.3.2)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  aasm
  abracadabra
  attr_encrypted
  attribute_normalizer
  capybara
  carrierwave
  cocoon
  database_cleaner
  debugger
  devise
  docverter
  dotenv-rails
  factory_girl_rails
  fog
  handlebars_assets
  jbuilder
  jquery-rails
  jquery.fileupload-rails
  kaminari
  launchy
  less-rails
  mini_magick
  omniauth-stripe-connect
  paper_trail
  paranoia!
  pg
  pg_search
  poltergeist
  rack-canonical-host
  rails (= 4.2.0)
  rails_serve_static_assets
  rails_stdout_logging
  rspec-rails
  rspec-retry
  sass-rails
  sdoc
  selenium-webdriver
  shoulda-matchers
  sidekiq
  stripe
  stripe-ruby-mock
  stripe_event
  sucker_punch
  therubyracer
  thin
  twitter-typeahead-rails
  uglifier
  unf
  unicorn
  unicorn-rails
TrevorHinesley commented 9 years ago

Sorry, didn't see that someone reposted this before me.