Skip to content

Instantly share code, notes, and snippets.

@fxkr
Created November 24, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxkr/de13ae8dffb890308d91 to your computer and use it in GitHub Desktop.
Save fxkr/de13ae8dffb890308d91 to your computer and use it in GitHub Desktop.
Repo: https://github.com/pradels/vagrant-libvirt
fxkr@zero ~/data/code/vagrant-libvirt (git)-[master] % bundle install
Your Gemfile lists the gem vagrant-libvirt (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Resolving dependencies...
Using rake 10.4.2
Using builder 3.2.2
Using bundler 1.7.8
Using ffi 1.9.10
Using childprocess 0.5.8
Using coderay 1.1.0
Using diff-lcs 1.1.3
Using unf_ext 0.0.7.1
Using unf 0.1.4
Using domain_name 0.5.25
Using erubis 2.7.0
Using excon 0.45.4
Using formatador 0.2.5
Using fog-core 1.35.0
Using multi_json 1.11.2
Using fog-json 1.0.2
Using mini_portile 0.6.0
Using nokogiri 1.6.3.1
Using fog-xml 0.1.2
Using json 1.8.3
Using ruby-libvirt 0.6.0
Using fog-libvirt 0.0.3
Using gssapi 1.2.0
Using gyoku 1.3.1
Using hashicorp-checkpoint 0.1.4
Using http-cookie 1.0.2
Using httpclient 2.7.0.1
Using i18n 0.7.0
Using rb-fsevent 0.9.6
Using rb-inotify 0.9.5
Using listen 3.0.5
Using little-plugger 1.1.4
Using log4r 1.1.10
Using logging 1.8.2
Using method_source 0.8.2
Using mime-types 2.99
Using net-ssh 3.0.1
Using net-scp 1.1.2
Using net-sftp 2.1.2
Using netrc 0.11.0
Using nori 2.6.0
Using slop 3.6.0
Using pry 0.10.3
Using rb-kqueue 0.2.4
Using rest-client 1.8.0
Using rspec-core 2.12.2
Using rspec-expectations 2.12.1
Using rspec-mocks 2.12.2
Using rubyntlm 0.4.0
Using rubyzip 1.1.7
Using uuidtools 2.1.5
Using wdm 0.1.1
Using winrm 1.3.5
Using winrm-fs 0.2.3
Using vagrant 1.8.0.dev from https://github.com/mitchellh/vagrant.git (at master)
Using vagrant-libvirt 0.0.32 from source at .
Updating files in vendor/cache
Could not find domain_name-0.5.25.gem for installation
7 fxkr@zero ~/data/code/vagrant-libvirt (git)-[master] % bundle package :(
Your Gemfile lists the gem vagrant-libvirt (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile contains path and git dependencies. If you want to package them as well, please pass the --all flag. This will be the default on Bundler 2.0.
Resolving dependencies...
Using rake 10.4.2
Using builder 3.2.2
Using bundler 1.7.8
Using ffi 1.9.10
Using childprocess 0.5.8
Using coderay 1.1.0
Using diff-lcs 1.1.3
Using unf_ext 0.0.7.1
Using unf 0.1.4
Using domain_name 0.5.25
Using erubis 2.7.0
Using excon 0.45.4
Using formatador 0.2.5
Using fog-core 1.35.0
Using multi_json 1.11.2
Using fog-json 1.0.2
Using mini_portile 0.6.0
Using nokogiri 1.6.3.1
Using fog-xml 0.1.2
Using json 1.8.3
Using ruby-libvirt 0.6.0
Using fog-libvirt 0.0.3
Using gssapi 1.2.0
Using gyoku 1.3.1
Using hashicorp-checkpoint 0.1.4
Using http-cookie 1.0.2
Using httpclient 2.7.0.1
Using i18n 0.7.0
Using rb-fsevent 0.9.6
Using rb-inotify 0.9.5
Using listen 3.0.5
Using little-plugger 1.1.4
Using log4r 1.1.10
Using logging 1.8.2
Using method_source 0.8.2
Using mime-types 2.99
Using net-ssh 3.0.1
Using net-scp 1.1.2
Using net-sftp 2.1.2
Using netrc 0.11.0
Using nori 2.6.0
Using slop 3.6.0
Using pry 0.10.3
Using rb-kqueue 0.2.4
Using rest-client 1.8.0
Using rspec-core 2.12.2
Using rspec-expectations 2.12.1
Using rspec-mocks 2.12.2
Using rubyntlm 0.4.0
Using rubyzip 1.1.7
Using uuidtools 2.1.5
Using wdm 0.1.1
Using winrm 1.3.5
Using winrm-fs 0.2.3
Using vagrant 1.8.0.dev from https://github.com/mitchellh/vagrant.git (at master)
Using vagrant-libvirt 0.0.32 from source at .
Updating files in vendor/cache
Could not find domain_name-0.5.25.gem for installation
7 fxkr@zero ~/data/code/vagrant-libvirt (git)-[master] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment