Skip to content

Instantly share code, notes, and snippets.

@tundal45
Last active May 25, 2020 02:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tundal45/5131430 to your computer and use it in GitHub Desktop.
Save tundal45/5131430 to your computer and use it in GitHub Desktop.
Bundler Network Error Report
  • What you're trying to accomplish?

    Bundle new gems

  • The command you ran

    ➜ bundle

  • What you expected to happen?

    I expected it to update current gems & install new ones.

  • What actually happened

Fetching gem metadata from http://rubygems/.
Fetching full source index from http://rubygems/
Fetching gem metadata from http://rubygems.org/.......
Fetching source index from http://rubygems.org/
Network error while fetching http://rubygems/quick/Marshal.4.8/typhoeus-0.5.4.gemspec.rz
  • The exception backtrace(s), if any

    See Above

  • Everything output by running bundle env

➜ bundle env
Could not find task "env".
  • If your version of Bundler does not have the bundle env command, then please include:

  • Your Gemfile

source 'http://rubygems'
source 'http://rubygems.org'

gem 'rails', '3.2.12'
gem 'railties', '3.2.12'
gem 'bundler', '1.2.1'
gem 'actionmailer', '3.2.12'
gem 'actionpack', '3.2.12'
gem 'activemodel', '3.2.12'
gem 'activerecord', '3.2.12'
gem 'activeresource', '3.2.12'
gem 'activesupport', '3.2.12'

gem 'rake', '0.9.2.2'
gem 'rack', '1.4.5'
gem 'rack-ssl', '1.3.2'
gem 'rack-cache', '1.2'
gem 'rack-test', '0.6.1'
gem 'rdoc', '3.12'
gem 'json', '1.7.7'
gem 'thor', '0.15.4'
gem 'mail', '2.4.4'
gem 'builder', '3.0.0'
gem 'erubis', '2.7.0'
gem 'journey', '1.0.4'
gem 'sprockets', '2.2.2'
gem 'arel', '3.0.2'
gem 'tzinfo', '0.3.33'
gem 'multi_json', '1.3.6'
gem 'i18n', '0.6.0'
gem 'mime-types', '1.19'
gem 'treetop', '1.4.10'
gem 'hike', '1.2.1'
gem 'tilt', '1.3.3'
gem 'polyglot', '0.3.3'
gem 'acts-as-taggable-on', '2.3.1'
gem 'delayed_job', '3.0.5'
gem 'delayed_job_active_record'
gem 'daemons'
gem "typhoeus", '~> 0.5.0'
gem 'kaminari', '0.13.0'

gem 'hashie', '1.2.0'
gem "uuidtools", '2.1.3'

gem 'mysql2', '0.3.11'

gem 'thinking-sphinx', '2.0.10'

gem 'therubyracer', '0.9.9'

gem 'haml', '3.1.6'
gem 'haml-rails', '0.3.4'

gem 'mustache', '0.99.4'
gem "octokit-ghe"
gem 'omniauth', "1.1.0"
gem 'omniauth-github', "1.1.0"

gem 'jquery-rails', '2.0.2'

group :assets do
  gem 'sass', '3.1.20'
  gem 'sass-rails', '3.2.5'

  gem 'coffee-rails', '3.2.2'
  gem 'coffee-script', '2.2.0'
  gem 'coffee-script-source', '1.3.3'
  gem 'execjs', '1.4.0'
  gem 'uglifier', '1.2.4'
  gem 'execjs', '1.4.0'
end

group :development, :production do
  gem 'unicorn', '4.3.1'
  gem 'kgio', '2.6.0'
  gem 'raindrops', '0.7.0'
end

group :development do
  gem 'capistrano', '2.12.0'
  gem 'highline', '1.6.13'
  gem 'net-scp', '1.0.4'
  gem 'net-sftp', '2.0.5'
  gem 'net-ssh', '2.5.2'
  gem 'net-ssh-gateway', '1.1.0'
  gem 'foreman'
  gem 'letter_opener'
  gem 'better_errors'
  gem 'binding_of_caller'
end

group :test do
  gem 'cucumber-rails', :require => false
  gem 'database_cleaner'
  gem 'launchy'
end

group :test, :development do
  gem 'pry-rails'
  gem 'debugger', '1.1.4'
  gem 'debugger-linecache', '1.1.2'
  gem 'debugger-ruby_core_source', '1.1.3'
  gem 'columnize', '0.3.6'

  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-spork'
  gem 'rb-fsevent', :require => false
  gem 'rb-inotify', :require => false
  gem 'growl', :require => false
  gem 'libnotify', :require => false
  gem 'terminal-notifier-guard', :require => false

  gem 'rspec', '2.8.0'
  gem 'rspec-core', '2.8.0'
  gem 'rspec-expectations', '2.8.0'
  gem 'rspec-mocks', '2.8.0'
  gem 'rspec-rails', '2.8.1'
  gem 'diff-lcs', '1.1.3'
end
  • Your Gemfile.lock
GEM
  remote: http://rubygems/
  remote: http://rubygems.org/
  specs:
    actionmailer (3.2.12)
      actionpack (= 3.2.12)
      mail (~> 2.4.4)
    actionpack (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.12)
      activesupport (= 3.2.12)
      builder (~> 3.0.0)
    activerecord (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
    activesupport (3.2.12)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    acts-as-taggable-on (2.3.1)
      rails (~> 3.0)
    addressable (2.3.3)
    arel (3.0.2)
    better_errors (0.6.0)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
    binding_of_caller (0.7.1)
      debug_inspector (>= 0.0.1)
    builder (3.0.0)
    capistrano (2.12.0)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capybara (2.0.2)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 1.0.0)
    childprocess (0.3.8)
      ffi (~> 1.0, >= 1.0.11)
    coderay (1.0.9)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.3.3)
    columnize (0.3.6)
    cucumber (1.2.1)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.11.0)
      json (>= 1.4.6)
    cucumber-rails (1.3.0)
      capybara (>= 1.1.2)
      cucumber (>= 1.1.8)
      nokogiri (>= 1.5.0)
    daemons (1.1.9)
    database_cleaner (0.9.1)
    debug_inspector (0.0.2)
    debugger (1.1.4)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.1.1)
      debugger-ruby_core_source (~> 1.1.3)
    debugger-linecache (1.1.2)
      debugger-ruby_core_source (>= 1.1.1)
    debugger-ruby_core_source (1.1.3)
    delayed_job (3.0.5)
      activesupport (~> 3.0)
    delayed_job_active_record (0.4.2)
      activerecord (>= 2.1.0, < 4)
      delayed_job (~> 3.0)
    diff-lcs (1.1.3)
    erubis (2.7.0)
    ethon (0.5.10)
      ffi (~> 1.3.0)
      mime-types (~> 1.18)
    execjs (1.4.0)
      multi_json (~> 1.0)
    faraday (0.8.5)
      multipart-post (~> 1.1)
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
    ffi (1.3.1)
    foreman (0.61.0)
      thor (>= 0.13.6)
    gherkin (2.11.6)
      json (>= 1.7.6)
    growl (1.0.3)
    guard (1.6.2)
      listen (>= 0.6.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      terminal-table (>= 1.4.3)
      thor (>= 0.14.6)
    guard-rspec (1.2.1)
      guard (>= 1.1)
    guard-spork (1.4.2)
      childprocess (>= 0.2.3)
      guard (>= 1.1)
      spork (>= 0.8.4)
    haml (3.1.6)
    haml-rails (0.3.4)
      actionpack (~> 3.0)
      activesupport (~> 3.0)
      haml (~> 3.0)
      railties (~> 3.0)
    hashie (1.2.0)
    highline (1.6.13)
    hike (1.2.1)
    httpauth (0.2.0)
    i18n (0.6.0)
    journey (1.0.4)
    jquery-rails (2.0.2)
      railties (>= 3.2.0, < 5.0)
      thor (~> 0.14)
    json (1.7.7)
    jwt (0.1.5)
      multi_json (>= 1.0)
    kaminari (0.13.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
    kgio (2.6.0)
    launchy (2.2.0)
      addressable (~> 2.3)
    letter_opener (1.1.0)
      launchy (~> 2.2.0)
    libnotify (0.8.0)
      ffi (>= 1.0.11)
    libv8 (3.3.10.4)
    listen (0.7.2)
    lumberjack (1.0.2)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.19)
    multi_json (1.3.6)
    multipart-post (1.1.5)
    mustache (0.99.4)
    mysql2 (0.3.11)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.5.2)
    net-ssh-gateway (1.1.0)
      net-ssh (>= 1.99.1)
    nokogiri (1.5.6)
    oauth2 (0.8.0)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    octokit (1.19.0)
      addressable (~> 2.2)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
      hashie (~> 1.2)
      multi_json (~> 1.3)
    octokit-ghe (0.0.2)
      octokit (~> 1.19.0)
      socksify (~> 1.5.0)
    omniauth (1.1.0)
      hashie (~> 1.2)
      rack
    omniauth-github (1.1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    polyglot (0.3.3)
    pry (0.9.12)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-rails (0.2.2)
      pry (>= 0.9.10)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
    rails (3.2.12)
      actionmailer (= 3.2.12)
      actionpack (= 3.2.12)
      activerecord (= 3.2.12)
      activeresource (= 3.2.12)
      activesupport (= 3.2.12)
      bundler (~> 1.0)
      railties (= 3.2.12)
    railties (3.2.12)
      actionpack (= 3.2.12)
      activesupport (= 3.2.12)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    raindrops (0.7.0)
    rake (0.9.2.2)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rdoc (3.12)
      json (~> 1.4)
    riddle (1.5.4)
    rspec (2.8.0)
      rspec-core (~> 2.8.0)
      rspec-expectations (~> 2.8.0)
      rspec-mocks (~> 2.8.0)
    rspec-core (2.8.0)
    rspec-expectations (2.8.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.8.0)
    rspec-rails (2.8.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.8.0)
    rubyzip (0.9.9)
    sass (3.1.20)
    sass-rails (3.2.5)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    selenium-webdriver (2.30.0)
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip
      websocket (~> 1.0.4)
    slop (3.4.3)
    socksify (1.5.0)
    spork (0.9.2)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    terminal-notifier-guard (1.5.3)
    terminal-table (1.4.5)
    therubyracer (0.9.9)
      libv8 (~> 3.3.10)
    thinking-sphinx (2.0.10)
      activerecord (>= 3.0.3)
      builder (>= 2.1.2)
      riddle (>= 1.5.0)
    thor (0.15.4)
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
    typhoeus (0.5.4)
      ethon (~> 0.5.7)
    tzinfo (0.3.33)
    uglifier (1.2.4)
      execjs (>= 0.3.0)
      multi_json (>= 1.0.2)
    unicorn (4.3.1)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    uuidtools (2.1.3)
    websocket (1.0.7)
    xpath (1.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  actionmailer (= 3.2.12)
  actionpack (= 3.2.12)
  activemodel (= 3.2.12)
  activerecord (= 3.2.12)
  activeresource (= 3.2.12)
  activesupport (= 3.2.12)
  acts-as-taggable-on (= 2.3.1)
  arel (= 3.0.2)
  better_errors
  binding_of_caller
  builder (= 3.0.0)
  bundler (= 1.2.1)
  capistrano (= 2.12.0)
  coffee-rails (= 3.2.2)
  coffee-script (= 2.2.0)
  coffee-script-source (= 1.3.3)
  columnize (= 0.3.6)
  cucumber-rails
  daemons
  database_cleaner
  debugger (= 1.1.4)
  debugger-linecache (= 1.1.2)
  debugger-ruby_core_source (= 1.1.3)
  delayed_job (= 3.0.5)
  delayed_job_active_record
  diff-lcs (= 1.1.3)
  erubis (= 2.7.0)
  execjs (= 1.4.0)
  foreman
  growl
  guard
  guard-rspec
  guard-spork
  haml (= 3.1.6)
  haml-rails (= 0.3.4)
  hashie (= 1.2.0)
  highline (= 1.6.13)
  hike (= 1.2.1)
  i18n (= 0.6.0)
  journey (= 1.0.4)
  jquery-rails (= 2.0.2)
  json (= 1.7.7)
  kaminari (= 0.13.0)
  kgio (= 2.6.0)
  launchy
  letter_opener
  libnotify
  mail (= 2.4.4)
  mime-types (= 1.19)
  multi_json (= 1.3.6)
  mustache (= 0.99.4)
  mysql2 (= 0.3.11)
  net-scp (= 1.0.4)
  net-sftp (= 2.0.5)
  net-ssh (= 2.5.2)
  net-ssh-gateway (= 1.1.0)
  octokit-ghe
  omniauth (= 1.1.0)
  omniauth-github (= 1.1.0)
  polyglot (= 0.3.3)
  pry-rails
  rack (= 1.4.5)
  rack-cache (= 1.2)
  rack-ssl (= 1.3.2)
  rack-test (= 0.6.1)
  rails (= 3.2.12)
  railties (= 3.2.12)
  raindrops (= 0.7.0)
  rake (= 0.9.2.2)
  rb-fsevent
  rb-inotify
  rdoc (= 3.12)
  rspec (= 2.8.0)
  rspec-core (= 2.8.0)
  rspec-expectations (= 2.8.0)
  rspec-mocks (= 2.8.0)
  rspec-rails (= 2.8.1)
  sass (= 3.1.20)
  sass-rails (= 3.2.5)
  sprockets (= 2.2.2)
  terminal-notifier-guard
  therubyracer (= 0.9.9)
  thinking-sphinx (= 2.0.10)
  thor (= 0.15.4)
  tilt (= 1.3.3)
  treetop (= 1.4.10)
  typhoeus (~> 0.5.0)
  tzinfo (= 0.3.33)
  uglifier (= 1.2.4)
  unicorn (= 4.3.1)
  uuidtools (= 2.1.3)

  • Your Bundler configuration settings (run bundle config)
➜ bundle config
Settings are listed in order of priority. The top value will be used.
  • What version of bundler you are using (run bundle -v)
➜ bundle -v
Bundler version 1.2.1
  • What version of Ruby you are using (run ruby -v)
➜ ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.2]
  • What version of Rubygems you are using (run gem -v)
➜ gem -v
1.8.25
  • Whether you are using RVM, and if so what version (run rvm -v)
➜ rvm -v

rvm 1.18.5 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
  • Whether you have the rubygems-bundler gem, which can break gem executables (run gem list rubygems-bundler)
➜  gem list rubygems-bundler
rubygems-bundler (1.1.0)

  • Whether you have the open_gem gem, which can cause rake activation conflicts (run gem list open_gem)
➜ gem list open_gem

@vivek2007
Copy link

Fetching source index from https://rubygems.org/
Network error while fetching https://rubygems.org/quick/Marshal.4.8/i18n-0.7.0.gemspec.rz

@dj1095
Copy link

dj1095 commented May 25, 2020

hi vivek2007 ,

how did u solve this error ."Fetching source index from https://rubygems.org/
Network error while fetching https://rubygems.org/quick/Marshal.4.8/i18n-0.7.0.gemspec.rz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment