Remove faraday depedency

so that the fetcher may be used as a script without bundling things
This commit is contained in:
Dan Buch
2015-09-06 12:54:45 -04:00
parent 8f56f32d73
commit e7cd0c2979
3 changed files with 10 additions and 8 deletions

View File

@@ -2,6 +2,5 @@ source 'https://rubygems.org'
ruby '2.2.2' if ENV.key?('DYNO')
gem 'faraday'
gem 'puma'
gem 'sinatra'