Skip to content

Instantly share code, notes, and snippets.

@jrafanie
Created February 11, 2015 21:46
Show Gist options
  • Save jrafanie/f9d5f4206542def27ebf to your computer and use it in GitHub Desktop.
Save jrafanie/f9d5f4206542def27ebf to your computer and use it in GitHub Desktop.
Bundler::GemfileNotFound: Could not locate Gemfile errors with bundler 1.8.0 and rubygems 2.0.14
04:11:57 ~/Code/manageiq/vmdb (master) (2.0.0-p594) + ruby -v; gem --version; bundle --version; time bundle install --without test:metric_fu:development:qpid --jobs 4
ruby 2.0.0p594 (2014-10-27) [x86_64-darwin13.4.0]
2.0.14
Bundler version 1.8.0
Fetching source index from https://rubygems.org/
Fetching git://github.com/ManageIQ/rails.git
Fetching git://github.com/ManageIQ/actionwebservice.git
Fetching git://github.com/ManageIQ/handsoap.git
Fetching https://github.com/amatsuda/jquery-rjs.git
Fetching git://github.com/ManageIQ/rubyrep.git
Fetching git://github.com/ManageIQ/rubywbem.git
Fetching git://github.com/ManageIQ/ruport.git
Fetching git://github.com/ManageIQ/soap4r.git
Fetching git://github.com/ManageIQ/WinRM.git
Fetching git://github.com/ManageIQ/ziya.git
Fetching git://github.com/ManageIQ/metric_fu.git
Installing Platform 0.4.0
Installing CFPropertyList 2.3.0
Installing rake 10.1.1
Installing multi_json 1.10.1
Installing i18n 0.7.0
Installing builder 3.0.4
Installing journey 1.0.4
Installing erubis 2.7.0
Installing rack 1.4.5
Installing hike 1.2.3
Installing tilt 1.4.1
Installing polyglot 0.3.5
Installing mime-types 1.25.1
Installing arel 3.0.3
Installing acts_as_list 0.1.9
Installing tzinfo 0.3.43
Installing american_date 1.1.0
Bundler::GemfileNotFound: Could not locate Gemfile
Installing amq-protocol 1.9.2
Bundler::GemfileNotFound: Could not locate Gemfile
Installing little-plugger 1.1.3
Bundler::GemfileNotFound: Could not locate Gemfile
Installing sexp_processor 4.4.5
Bundler::GemfileNotFound: Could not locate Gemfile
Installing awesome_spawn 1.3.0
Bundler::GemfileNotFound: Could not locate Gemfile
Installing nokogiri 1.5.11
Installing bcrypt-ruby 3.0.1
Installing benchmark-ips 2.1.1
Installing json 1.8.2
Installing binary_struct 2.0.0
Installing commonjs 0.2.7
Installing color 1.7.1
Installing daemons 1.1.9
Installing default_value_for 2.0.3
Installing dalli 2.2.1
Installing get_process_mem 0.2.0
Installing elif 0.1.0
Installing memory_profiler 0.0.4
Installing execjs 2.3.0
Installing excon 0.44.2
Installing facade 1.0.6
Installing ezcrypto 0.7
Installing fast_gettext 0.9.2
Installing formatador 0.2.5
Installing net-ssh 2.9.2
Installing inflecto 0.0.2
Bundler::GemfileNotFound: Could not locate Gemfile
Installing ipaddress 0.8.0
Bundler::GemfileNotFound: Could not locate Gemfile
Installing oauth 0.4.7
Bundler::GemfileNotFound: Could not locate Gemfile
Installing ffi 1.9.6
Installing eventmachine 1.0.6
Installing netrc 0.10.2
Installing thor 0.19.1
Installing highline 1.6.21
Installing httpclient 2.5.3.3
Using bundler 1.8.0
Installing inifile 2.0.2
Installing recursive-open-struct 0.5.0
Bundler::GemfileNotFound: Could not locate Gemfile
Installing io-extra 1.2.6
Installing log4r 1.1.8
Installing memoist 0.11.0
Installing minitest 4.7.5
Installing net-ldap 0.7.0
Installing net-ping 1.7.7
Installing nori 2.1.0
Installing open4 1.3.4
Installing outfielding-jqplot-rails 1.0.8
Installing parallel 0.5.21
Installing transaction-simple 1.4.0.2
Installing pg 0.12.2
Bundler::GemfileNotFound: Could not locate Gemfile
Installing psych 2.0.12
Installing ref 1.0.5
Installing ruby-progressbar 0.0.10
Using rubyrep 1.2.0 from git://github.com/ManageIQ/rubyrep.git (at v1.2.0-2)
Installing rubyntlm 0.4.0
Installing rubyzip 0.9.5
Installing rufus-lru 1.0.5
Installing sass 3.1.20
Installing secure_headers 2.0.0
Installing simple-rss 1.3.1
Installing snmp 1.1.1
Installing trollop 1.16.2
Using ziya 2.3.0 from git://github.com/ManageIQ/ziya.git (at v2.3.0-2)
Installing uuidtools 2.1.5
Installing fission 0.5.0
Using activesupport 3.2.17 from git://github.com/ManageIQ/rails.git (at vendored-3.2.17-13)
Installing fog-json 1.0.0
Installing gyoku 1.0.0
Installing rack-cache 1.2
Installing rack-test 0.6.3
Installing rack-ssl 1.3.4
Installing httpi 2.0.2
Installing sprockets 2.2.3
Installing haml 4.0.6
Installing treetop 1.4.15
Installing rufus-scheduler 2.0.24
Installing libv8 3.16.14.7
An error occurred while installing american_date (1.1.0), and Bundler cannot continue.
Make sure that `gem install american_date -v '1.1.0'` succeeds before bundling.
bundle install --without test:metric_fu:development:qpid --jobs 4 65.03s user 18.41s system 33% cpu 4:09.13 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment