Skip to content

Instantly share code, notes, and snippets.

@cjs226
cjs226 / gist:2595437
Created May 4, 2012 15:17
ticketmaster gem fails to be found in script
Beginning of script:
#!/usr/bin/ruby
require 'ticketmaster'
require 'ticketmaster-lighthouse'
<snip>
Script failing when run:
$ ./lh.rb
./lh.rb:2:in `require': no such file to load -- ticketmaster (LoadError)
from ./lh.rb:2