Skip to content

Instantly share code, notes, and snippets.

@whoahbot
Created May 27, 2012 20:58
Show Gist options
  • Save whoahbot/2815883 to your computer and use it in GitHub Desktop.
Save whoahbot/2815883 to your computer and use it in GitHub Desktop.
Typhoeus require
test → pwd
/Users/whoahbot/code/test
test → ls
Gemfile Gemfile.lock
test → cat Gemfile
gem 'typhoeus', '0.4.0'
test → bundle show
Gems included by the bundle:
* activesupport (3.2.3)
* bundler (1.1.1)
* ffi (1.0.11)
* i18n (0.6.0)
* mime-types (1.18)
* multi_json (1.3.5)
* typhoeus (0.4.0)
test → bundle exec ruby -rubygems -e 'gem "typhoeus"; require "typhoeus"'
-e:1:in `require': cannot load such file -- typhoeus (LoadError)
from -e:1:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment