Skip to content

Instantly share code, notes, and snippets.

@brapse
Created September 1, 2009 16:05
Show Gist options
  • Save brapse/179184 to your computer and use it in GitHub Desktop.
Save brapse/179184 to your computer and use it in GitHub Desktop.
admin@temp:~/current$ RAILS_ENV=lab rake gems:build
(in /mnt/apps/html/smarthippo-webapp/releases/20090827222939)
Missing these required gems:
hpricot
You're running:
ruby 1.8.7.72 at /usr/bin/ruby1.8
rubygems 1.3.1 at /home/admin/.gem/ruby/1.8, /var/lib/gems/1.8
Run `rake gems:install` to install the missing gems.
admin@temp:~/current$ RAILS_ENV=lab rake gems:install hpricot
(in /mnt/apps/html/smarthippo-webapp/releases/20090827222939)
Missing these required gems:
hpricot
You're running:
ruby 1.8.7.72 at /usr/bin/ruby1.8
rubygems 1.3.1 at /home/admin/.gem/ruby/1.8, /var/lib/gems/1.8
Run `rake gems:install` to install the missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment