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

@@ -1,9 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
multipart-post (2.0.0)
puma (2.13.4)
rack (1.6.4)
rack-protection (1.5.3)
@@ -18,7 +15,6 @@ PLATFORMS
ruby
DEPENDENCIES
faraday
puma
sinatra