Skip to content

Instantly share code, notes, and snippets.

@thejonanshow
Created March 17, 2013 06:27
Show Gist options
  • Save thejonanshow/5180381 to your computer and use it in GitHub Desktop.
Save thejonanshow/5180381 to your computer and use it in GitHub Desktop.
Bundler `rake spec:deps` error
bundler•ruby-1.9.3-p385@code•master» rake spec:deps
/Users/jonan/.rvm/rubies/ruby-1.9.3-p385/bin/ruby -S gem list rdiscount -v '~> 1.6' | grep 'rdiscount' -q || /Users/jonan/.rvm/rubies/ruby-1.9.3-p385/bin/ruby -S gem install rdiscount -v '~> 1.6' --no-ri --no-rdoc
Building native extensions. This could take a while...
Successfully installed rdiscount-1.6.8
1 gem installed
/Users/jonan/.rvm/rubies/ruby-1.9.3-p385/bin/ruby -S gem list ronn -v '~> 0.7.3' | grep 'ronn' -q || /Users/jonan/.rvm/rubies/ruby-1.9.3-p385/bin/ruby -S gem install ronn -v '~> 0.7.3' --no-ri --no-rdoc
Fetching: hpricot-0.8.6.gem (100%)
Building native extensions. This could take a while...
Building native extensions. This could take a while...
ERROR: Error installing ronn:
ronn requires hpricot (>= 0.8.2)
rake aborted!
Command failed with status (1): [/Users/jonan/.rvm/rubies/ruby-1.9.3-p385/b...]
Tasks: TOP => spec:deps
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment