source 'https://rubygems.org'
gem 'httparty'
gem 'nokogiri'
gem 'net-scp'
group :test do
gem 'rspec'
gem 'webmock'
end