cpi-feed/Gemfile
Dan Buch e7cd0c2979 Remove faraday depedency
so that the fetcher may be used as a script without bundling things
2015-09-06 12:54:45 -04:00

7 lines
90 B
Ruby

source 'https://rubygems.org'
ruby '2.2.2' if ENV.key?('DYNO')
gem 'puma'
gem 'sinatra'