Skip to content

Instantly share code, notes, and snippets.

@thejonanshow
Created March 22, 2013 16:50
Show Gist options
  • Save thejonanshow/5222883 to your computer and use it in GitHub Desktop.
Save thejonanshow/5222883 to your computer and use it in GitHub Desktop.
bundler•ruby-1.9.3-p392@bundler•master» rake spec:deps
/Users/jonan/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -S gem list rdiscount -v '~> 1.6' | grep 'rdiscount' -q || /Users/jonan/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -S gem install rdiscount -v '~> 1.6' --no-ri --no-rdoc
Fetching: rdiscount-1.6.8.gem (100%)
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-p392/bin/ruby -S gem list ronn -v '~> 0.7.3' | grep 'ronn' -q || /Users/jonan/.rvm/rubies/ruby-1.9.3-p392/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...
Fetching: rdiscount-2.0.7.1.gem (100%)
Building native extensions. This could take a while...
Fetching: mustache-0.99.4.gem (100%)
Fetching: ronn-0.7.3.gem (100%)
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-p392/b...]
Tasks: TOP => spec:deps
(See full trace by running task with --trace)
bundler•ruby-1.9.3-p392@bundler•master» gem list
*** LOCAL GEMS ***
actionmailer (3.2.8)
actionpack (3.2.8)
activemodel (3.2.8)
activerecord (3.2.8)
activeresource (3.2.8)
activesupport (3.2.8)
arel (3.0.2)
builder (3.0.0)
bundler (1.3.4)
erubis (2.7.0)
hike (1.2.1)
hpricot (0.8.6) ***************************************************************************
i18n (0.6.1)
journey (1.0.4)
json (1.7.5)
mail (2.4.4)
mime-types (1.19)
multi_json (1.3.6)
mustache (0.99.4)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.8)
railties (3.2.8)
rake (10.0.3, 0.9.2.2)
rdiscount (2.0.7.1, 1.6.8)
rdoc (3.12)
rubygems-bundler (1.1.1)
rvm (1.11.3.6)
sprockets (2.1.3)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment