Skip to content

Commit

Permalink
add rubygems require for old ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
dlutzy committed Jun 18, 2012
1 parent 1978a8c commit b1671af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getNRthresh.rb
Expand Up @@ -7,6 +7,7 @@
### apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
### gem install curl curb json xmlsimple --no-ri --no-rdoc

require 'rubygems'
require 'curb'
require 'json'
require 'socket'
Expand Down

0 comments on commit b1671af

Please sign in to comment.