Add httparty to the gemfile for talking to Sauce Labs for now

At some point, the Scout stuff that I'm doing should be baked into the sauce ruby gem
This commit is contained in:
R. Tyler Croy 2012-12-03 22:50:38 -08:00
parent 83ad946d05
commit ce08fa0117
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ gem 'rake'
gem 'heroku'
gem 'sauce'
gem 'launchy'
gem 'httparty'
group :test do
gem 'rspec'