i guess error is self explanatory. The missing gem error you are getting, add them to GemFile and continue .
On Mon, May 4, 2015 at 5:29 PM, Ajeesh Kannan <[email protected]> wrote: > Hello, > > While installing a ruby application I am getting the following error > message. > > > Could not find gem 'zkexplorer-client (= 0.02) ruby' in any of the gem > sources listed in your Gemfile or installed on this machine. > > ------------------------------ > > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/resolver.rb:328:in > `block in verify_gemfile_dependencies_are_found!': Could not find gem > 'mixlib-config (>= 0) ruby' in any of the gem sources listed in your > Gemfile or installed on this machine. (Bundler::GemNotFound) > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/resolver.rb:307:in > `each' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/resolver.rb:307:in > `verify_gemfile_dependencies_are_found!' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/resolver.rb:199:in > `start' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/resolver.rb:182:in > `resolve' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/definition.rb:192:in > `resolve' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/definition.rb:132:in > `specs' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/definition.rb:177:in > `specs_for' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/definition.rb:166:in > `requested_specs' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/environment.rb:18:in > `requested_specs' > from > > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler/runtime.rb:13:in > `setup' > from > /home/ajeesh/.rvm/gems/ruby-2.2.0/gems/bundler-1.9.6/lib/bundler.rb:122:in > `setup' > from /home/ajeesh/.deployinator/app/bin/deployinator:68:in `<main>' > > =============== > > $ gem list > > *** LOCAL GEMS *** > > addressable (2.3.8) > bigdecimal (1.2.6) > bundler (1.9.6, 1.9.4, 1.8.3) > bundler-unload (1.0.2) > celluloid (0.16.0) > celluloid-io (0.16.2) > executable-hooks (1.3.2) > faraday (0.9.1) > ffi (1.9.8) > gem-wrappers (1.2.7) > hitimes (1.2.2) > io-console (0.4.3) > json (1.8.1) > minitest (5.4.3) > multipart-post (2.0.0) > nio4r (1.1.0) > octokit (3.8.0) > power_assert (0.2.2) > psych (2.0.8) > rake (10.4.2) > rdoc (4.2.0) > rubygems-bundler (1.4.4) > rvm (1.11.3.9) > sawyer (0.6.0) > test-unit (3.0.8) > thor (0.19.1) > timers (4.0.1) > =============== > ajeesh@ubuntu-System-Product-Name:~$ bundle update gemfile_name > Could not locate Gemfile > =============== > > -- > With Regards, > Ajeesh B.Kannan > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > ILUGC Mailing List Guidelines: > http://ilugc.in/mailinglist-guidelines > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
