Skip to content

Instantly share code, notes, and snippets.

@phoet
Created August 11, 2011 10:26
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 phoet/1139336 to your computer and use it in GitHub Desktop.
Save phoet/1139336 to your computer and use it in GitHub Desktop.
double dependency fetching and incompatible versions on install
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle --version
Bundler version 1.1.pre.7
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle install
Fetching dependency information from the API at http://rubygems.org/........
Fetching dependency information from the API at http://rubygems.org/.
Using rake (0.9.2)
[...]
Installing activeadmin (0.2.2)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle install
Fetching dependency information from the API at http://rubygems.org/........
Fetching dependency information from the API at http://rubygems.org/.
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
activeadmin (= 0.2.2) depends on
actionpack (~> 3.0.2)
rails (= 3.1.0.rc5) depends on
actionpack (3.1.0.rc5)
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle update
Fetching dependency information from the API at http://rubygems.org/........
Fetching dependency information from the API at http://rubygems.org/.
Using rake (0.9.2)
[...]
Using activeadmin (0.2.2)
Your bundle is updated! Use `bundle show [gemname]` to see where a bundled gem is installed.
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle install
Fetching dependency information from the API at http://rubygems.org/........
Fetching dependency information from the API at http://rubygems.org/.
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
activeadmin (= 0.2.2) depends on
actionpack (~> 3.0.2)
rails (= 3.1.0.rc5) depends on
actionpack (3.1.0.rc5)
paule@phoet:~/Documents/ruby/faselcharts±master×$ bundle
Fetching dependency information from the API at http://rubygems.org/........
Fetching dependency information from the API at http://rubygems.org/.
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
activeadmin (= 0.2.2) depends on
actionpack (~> 3.0.2)
rails (= 3.1.0.rc5) depends on
actionpack (3.1.0.rc5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment